Tony Wildish
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual content not loaded on a page with too many imagesFWIW, I’ve hit this same problem on a post with only 9 photos in it, and not a great deal of text either. I have a workaround that will get me by for small posts:
- trim the post to the point where I can see it, with some of the photos, in preview-mode
- view the page-source of the preview, and copy the HTML for the caption/images loaded so far.
- In wordpress (visual editor disabled), I then replace the caption tags with the html cut from the previewed page
- now I can add more images as usual.
Tedious, and painful for large posts, but it does at least allow me to add a few more images to my simple posts.
Forum: Fixing WordPress
In reply to: RSS Feed Gives A “404 – Page not found” pageany answer on this? I see it on one of the blogs I manage, but only for the comments feed. Main feed and article-comment feeds are fine.
Forum: Plugins
In reply to: [Plugin: qTranslate] IncompatibleHi Diego,
I don’t know if there really are any compatibility issues, but I seem to have worked around it. I edited qtranslate_wphacks.php and changed the wordpress version in the line:
if($GLOBALS[‘wp_version’]!=”2.6.2″) {
to 2.6.3, and it runs again. I suspect that’s all you need do, but I’m no expert on WP or qtranslate, so take that advice at your own risk!
Tony.