Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #300527

    Hello, I recently updated the theme to 2.9.1 and for some reason some of my images are no longer displaying.

    I have had issues with this in the past but it was just a random image here and there and that was only Chrome. Now, the images are gone in all browsers.

    The images are all still there in the media section of the site but the thumbnails do not display in the list view of the media files. However, when I click on the file, the image is still there. Furthermore, when I go into the post page, the image thumbnail no longer shows up in the featured image box either.

    Please help, I have tried deleting and replacing the media files but nothing seems to work.

    Any ideas? Thanks!

    #300528

    Oh, I guess a url would make sense. Raymmar.com

    #300624

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    img {
    width: auto;
    }

    Best regards,
    Yigit

    #300760

    That did not seem to fix it.

    #301169

    Hi!

    Have you made any changes on image sizes? Currently some of them ( the ones that are missing ) are set to 1x1px – http://i.imgur.com/ijTw8t1.png
    Please deactivate all active plugins and check if that helps

    Best regards,
    Yigit

    #301340

    I have not done anything to the image size. It is not a plugin issue as the image does not even show up in the admin section under featured image on the add post section. These images are set by the theme themselves as I have uploaded them into the featured image section. So I do not control the display size of the image.

    It was all working fine before I updated the theme.

    #301346

    Hi!

    Can you please try re-updating the theme via FTP – http://vimeo.com/67209750
    Please make sure to overwrite all theme files

    Best regards,
    Yigit

    #301349

    Also, I tried replacing the affected images with new ones and it is doing the same thing to the new images!

    #301431

    Hi!

    Thank you for the info.

    It might be a problem with the database. Try to restore a backup of the database or try it on a test server. If possible, try to do a database repair. Also, if you have the time, scroll through the media library then delete all images without a thumbnail. Upload them again.

    If all else fails, try using this:

    .av-magazine-thumbnail img, img {
    width: auto !important;
    height: auto !important;
    }

    Regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.