pratian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin bar missing from published siteThanks for replying. If you mean header.php and footer.php in the theme files, the hooks appear to be there.
Forum: Fixing WordPress
In reply to: Admin bar missingMy admin toolbar doesn’t show on my site when I’m logged in. It will show when I preview posts but not on the published site. I am using WordPress 3.5. I think this problem started before I upgraded, though.
I have tried:
- Switching to Twenty Twelve and Twenty Ten themes. No effect.
- Deactivating all plugins. No effect.
- Checking that the Show Toolbar setting in my user profile is checked.
I noticed the 28px margin-top style embedded in wp-includes/admin-bar.php isn’t registering on the published pages. But I’m not sure what that means.
Thanks for any help you offer.
Thank you, Alex. That seems to have worked perfectly.
Adam
Alex
Thank you for responding. Yes, those are the fountains at the Bellagio.
I believe I do have the latest version of the Flash Player for the web browser. I do not have Flash itself. I downloaded a free conversion program to convert a .MOV file.
Adam
Forum: Fixing WordPress
In reply to: Title attribute missingAnd now that I’m using 2.1 I’m back to square one. I’ll see if I can make a similar tweak to above but if anyone has done this already, please feel free to share.
Forum: Plugins
In reply to: Problem with IImage Gallery 1.9This problem has gone away with WordPress 2.1.
Forum: Fixing WordPress
In reply to: Post editor inserts paragraph tagI’ve pre-empted this problem by changing my
<div>
tags to<p>
tags and adusting my style sheet accordingly. However, I maintain that should be able to code my posts my own way.Forum: Fixing WordPress
In reply to: Post editor inserts paragraph tagTurning off the visual editor doesn’t make a difference, even after I resave the post.
Forum: Fixing WordPress
In reply to: Post editor inserts paragraph tagIn fact this problem is independent of IImage Gallery. The post editor will insert the
<p>
tag against my will any time I place two images in succession.Forum: Fixing WordPress
In reply to: Title attribute missingsketchbunny
Thanks, that was perfect.
Forum: Fixing WordPress
In reply to: Title attribute missingI have the same problem. WordPress is calling up the title text for the alt text. The “title” as entered into the inline image uploader is entered into the MySQL database as a post_title, the “description” field enters it a post_content. However, in the end the both the title and alt attributes’ text are being called from the post_title.
I’m not sure where this glitch is to be found. I need to change it so the description is displayed as alt text.
Forum: Fixing WordPress
In reply to: When is image “description” ever used?Christiaan
You’re problem makes plenty of sense.
I have the same problem. WordPress is calling up the title text for the alt text. The “title” as entered into the inline image uploader is entered into the MySQL database as a post_title, the “description” field enters it a post_content. However, in the end the alt text is being called from the post_title.
I’m not sure where this glitch is to be found. I need to change it so the description is displayed.