zamba
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin Release: ChangeloggerNow this is one useful plugin. Maybe it’s me, but the rate of update of the plugins I’m using seems to have accelerated recently, and I get tired of searching for the changelog to see whether I really need to update my 40 odd blogs! As John says “Hopefully changelogs in readme files will become commonplace over time.”
Good one, Oliver!
Tony Page
Yep, I’ve had this happen on 2.8 and 2.7 today as I installed it on several blogs. Once it did not loop and gave me the correct report page immediately, but I couldn’t work out what was different on this installation (all use same plug-ins).
On return to the settings page the report is there.
Tony Page
Forum: Fixing WordPress
In reply to: Image Align Problem in Firefox with Version 2.6I had this problem, wordpress 2.6 except I was trying to align an image right. Although I set the class as in my theme stylesheet WP ignored it. When I set it as alignright using the usual WP image tools it also ignored it. Finally I put this in my theme stylesheet as suggested by Ziphyr and it worked:
.alignright { float: right !important; margin:0 0 15px 15px !important; }
YMMV,
Tony Page
Forum: Fixing WordPress
In reply to: Image alignment in 2.6 messing up in RSS feedI’ve just upgraded my wife’s blog to 2.6 and she now finds that the images she aligns right in the post, although showing up correctly aligned with text wrapping in the editor, show aligned left and without text wrapping in the preview. A code e.g.
[caption id="" align="alignright" width="135" caption="Les Arenes, Nimes"]<img title="Les Arenes, Nimes" src="https://www.travelsignposts.com/Destination/d/32076-2/France_Helen_1076.jpg" alt="" width="135" height="102" />[/caption] Stage 13 of the Tour de France is still in the Languedoc-Roussillon region which stretches from the foothills of the Pyrenees on the Spanish border to the mouth of the Rh?ne.
Obviously she can hand code an align tag in it, but why isn’t this working? This could be a royal pain.
Tony Page
Forum: Fixing WordPress
In reply to: New categories/tags not showing up on future dated postsJust seen this post. I am having exactly the same problem on 2.3.1 with future posts not registering in categories when they appear on the website. They are shown on the management page as belonging to categories, but the admin categories list does not show them as members.
Calling them up and resaving the posts that have appeared causes the category list to be updated, and the category to appear on the site. Resaving posts that have not yet appeared does nothing.
As yet I have had no future posts in the same category, so I don’t know whether these posts will be added to the pre-existing category or not. In around a week I should have results on this.
Anyone have any ideas?
Tony Page