paulkatula
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Image is not being shared with articleThanks James. I created a new thread, and I won’t be checking back on this one anymore.
Forum: Fixing WordPress
In reply to: Featured Image is not being shared with articleUpon upgrade to 4.3, we are also seeing a change in featured image behavior. I have disabled all plug-ins except JetPack, but Publicize is not activated.
On going to Set Featured Image modal dialog, the library never appears. I can only upload a new image. When I do that, WordPress puts the image in the wp_postmeta table in the database but does not inert a thumbnail row in that table. It only inserts two rows into postmeta: the one attaching the image to the post and the one with the sizes of images the theme created.
I am using a theme developed by a third party and some of the code I have seen doesn’t exactly conform to WordPress best practices, but nothing was actually broken until 4.3.
THe behavior on the post editing screen is that the featured image does not appear. Here’s something worse: It occasionally works but mostly it doesn’t, and I’m concerned something may be wrong with the PHP version on the server.
Anyway, the incomplete insertion of featured images into wp_postmeta is new with the 4.3 upgrade. I don’t know if it’s the theme, the PHP version, or some bug in 4.3…
Forum: Fixing WordPress
In reply to: 4.3 Update: Featured Image Metabox DisappearedThe same thing happened to me: Box was there but when I returned from the modal Set Featured Image screen, the image I had selected wasn’t there, although WP attached it to the post in wp_options table (no thumbnail, though). I deactivated “W3 Total Cache” v. 0.9.4.1 (plug-in) and the Featured Image functionality returned to normal under WP 4.3. Good opportunity to clean up the plug-ins.