ichadwick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments attached to image not postDoes it for my own replies, too.
Forum: Fixing WordPress
In reply to: Comments attached to image not postAdded a reply to a reader’s comment today and it attached to the image, even though the image is not being used as a header image any more in the new theme.
Can someone please direct me to the PHP file that manages comments and replies to comments?
Forum: Fixing WordPress
In reply to: Comments attached to image not postI have changed my theme to Twenty Twelve but the problem persists, As admin, I can comment and it appears with the post. But guests (subscribers) comments all get attached to the same header image, even after the theme change.
Is there some PHP file I can manually change to fix this? Or perhaps someone can suggest a plug-in that will allow me to move comments.
Forum: Fixing WordPress
In reply to: Comments attached to image not postianchadwick.com/blog/?attachment_id=14
Why would it be a CSS error? Strikes me more likely to be a SQL error.
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: Changet the order of menu itemsFigured it out… sort of. WP 3.5 wasn’t updating the order field, at least when I changed it in Chrome. Deleted the entry and re-added it with a new order number – that worked.
Forum: Themes and Templates
In reply to: Increase post box size in 3.5/ 2012?Thanks. I have tried resizing the box, but it doesn’t seem to remember it for me, either. Will try to keep up with other posts to see if a solution is forthcoming. really liked the 3.4.2 way.
Forum: Themes and Templates
In reply to: Blockquote and 2012 themeNo, I want all blockquotes to be affected in pages. I’m using WP for a mostly static website, but I do allow comments on pages.
I have experimented with this CSS:
blockquote {
font: 14px/22px normal helvetica, sans-serif;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
border-left: 3px solid #ccc;
}
and it works nicely in pages, but not sure yet how it works in comments and blog posts. Will tinker further.Forum: Themes and Templates
In reply to: Blockquote and 2012 themeThanks. But is there a specific entry to modify? I seem to recall three entires that relate to blockquote. Or just make it general like this:
blockquote
{
some changes
}Forum: Fixing WordPress
In reply to: WP 3.5 error@docboulay: It’s archived on the WP site. I just used that version.
Forum: Installing WordPress
In reply to: ReinstallJust FTP the 3.4.2 files and overwrite 3.5. Worked for me.
Forum: Installing WordPress
In reply to: new update doesn't freaking workMy solution was to DL 3.4.2 and FTP it back to my site. Then it worked. I’ll wait for the bugs to be fixed before I try a later version again. WAY too may errors documented here for me to feel confident with this version.
Forum: Installing WordPress
In reply to: Upgrade to 3.5 using the auto update – error messageToo much work to fix what should not have been broken. My fix: FTP 3.4.2 over the new files. Seems stable again now once that finished. Will wait until the bugs are fixed before trying again.
Forum: Fixing WordPress
In reply to: WP 3.5 errorSorry, @keesiemeijer, not only did I not see that warning anywhere, but it clearly is insufficient, since the problem was caused by a plugin, not the database.
Besides, a lot of WP users are not techies – they won’t know how to backup data or what to do when the upgrade crashes.
Perhaps updates should automatically disable ALL plugins, then let the user reactivate them manually. If there was a known problem about a plugin, shouldn’t it be noted SOMEWHERE on a screen so it could be dealt with BEFORE upgrading?
Forum: Fixing WordPress
In reply to: WP 3.5 errorFixed it by uploading 3.4.2 over top.
Will wait until the bugs are all ironed out before I upgrade toi a newer version.
Automatic upgrade SHOULD either warn users about potential problems first, or fix them.
Forum: Fixing WordPress
In reply to: WordPress 3.5 – Error on Line 944Got a different error on mine. Automatic install of 3.5 screwed everything up, totally.
Re-installed 3.4.2 and it seems to be fine. Might be the only viable solution for now.
Think I’ll wait for the inevitable 3.51 or 3.6 and all the bugs are ironed out.