Posted: March 21, 2013 at 1:05 pm
|
When I use the “Featured Image” feature it simply doesn’t work, no image gets featured. After selecting an image and then clicking “Insert into post” and updating the picture never appears. It momentarily appears as a broken image icon below the “Featured Image” wording then just goes away and also never appears in the post. 3.1.30.7P |
|
Hi Brian, Do featured images on your posts work? The images uploaded via EE, are they being saved in your uploads folder? If not it could be a folder permissions issue. |
|
Hi Dean, Not working in Posts either. The image uploads though when trying it in posts and displays in the backend post but not on the page. Could it be the theme i’m using interfereing? Do i need a sidebar for that? |
Hi Brian, This might be a case where the image gets uploaded, but the image URL isn’t getting set to the featured image link. Before WP 3.5, you could manually hit a button and it would enter a link URL, but that’s not there anymore with the new media manager. If this is the problem that I think it is, you can update the featured image link type setting by adding this line of code to your theme’s functions.php file:
then save the file, refresh a page on your website so the code runs, then remove the above code from the functions file and save again. |
|
If your featured images aren’t displaying in regular posts either, I’d guess there’s a permissions issue going on on your server — WordPress is able to write to the uploads directory but not able to read that data. Or there’s something else going on with permalinks or htaccess files that are breaking the links to the files themselves so it’s trying to load from a path that doesn’t actually exist. Is this a multisite, by chance? |
|
|
Its not a mulitsite but the theme dev – Prophoto in December said this: The new media uploader is so fundamentally different from the old one that it breaks almost all of the custom functionality that we’ve built into the upload process. That means just about everything related to creating, editing, managing, and inserting ProPhoto galleries doesn’t work in the new screen. Could that be the problem? If not, where should I change permissions, I can just do it from Cyberduck right? Brian |
|
Yes. I had to google “cyberduck” to find out what it was, but yes. 🙂 |
The support post ‘Feature image not working’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.