yanay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Form submitters listWell I found that list in Settings>Post Notifications>Exports email addresses
Is there a way I can see which users had un subscribed to the list?
Forum: Themes and Templates
In reply to: center-align block elementI see. Thanks for clarifying.
Shouldn’t{ margin-left: auto; margin-right: auto; }center the element as well? Yet in my case it did not.
I would think the auto definition would be a better centering method since the element will always be centered regardless of screen sizeForum: Themes and Templates
In reply to: center-align block elementThank you!
That was it – removing float: right from .main-navigation.
I added to style.css:
nav.main-navigation{ margin-left: 162px; }and to to rtl.css:
nav.main-navigation { margin-right: 162px; }It seems to have centered the navbar
But I am not exactly sure why I had to add styles to
nav.main-navigationinstead of tomain-navigationForum: Themes and Templates
In reply to: center-align block elementI tired adding for each nav.main-navigation and nav.site-navigation
{ margin-left: auto; margin-right: auto; }also tried for each:
{text-align: center;}but the element still refuses to center on the page
I know it must be some simple error I’m making but cannot tell where…Forum: Themes and Templates
In reply to: center-align block elementThanks
I have already tired ‘centering things’s solution{ margin-left: auto; margin-right: auto; }But it did not align center the element
I’ll try the CSS forum for some specific help then
Forum: Fixing WordPress
In reply to: cannot switch to visual editorOk Thanks
clearing the cache refers to the browser’s cache or is there another cache to be cleared?
How do I know which plugin is a caching plugin?
What do you mean a plugin on my server? Aren’t all plugins listed in the admin>plugin page?Forum: Fixing WordPress
In reply to: cannot switch to visual editorThanks but in this post does not mention the inability to access the visual editor…
Forum: Fixing WordPress
In reply to: cannot switch to visual editorIt is really strange, and there are so many threads describing the same problem since 3-4 years ago since 2.7 I think with no definite solution
I did place it in wp-content/wptouch/lang. It’s theme’s .mo file created using PoEdit. Should it be the plugin’s .mo?
.mo file in WPTouch lang directory has no effect – my home page on desktop is losing translation. When deactivated all is well. Why is WPTouch modifying my desktop site? It should only affect the mobile version of the site.Forum: Alpha/Beta/RC
In reply to: Edit Image Dialogue/Media Uploader Not Appearing (Chrome)I’m having the same problem with
Opera 11.52
OS 10.6.6
WordPress 2.9.2.
Emptied Opera cache and restarted it but nothing changed – the add media dialog button launches a gray window with a progress bar which disappears after a few seconds and that’s it. Need to go into Safari in order to insert media into a postUsing Safari and FF there’s no problem
Thanks