Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #892520

    Wordpress creates an “attachment page” for each image in the media library. When I open these in Chrome (both when logged into the site and in an incognito window), many of the pages are not displaying the media image on the page. The image shows in the code and looks like it should be displaying but it not. The weird part is that on a small number of the images that it does display.

    I need the images to display on all of the automatically created media attachment pages. Can you help figure out what is going on?

    Examples of pages that display and do not display are included in the private content section.

    #892847

    Hey bulldog232,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .attachment a img {
      min-height: 350px;
      min-width: 500px;
      height: 100%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #892925

    That worked. A few of the pictures look blurry until they’re clicked on, but I’m assuming that’s a wordpress/chrome scaling issue. Thanks for the quick reply to get display them.

    #892955

    Hi,

    Yes, that is more of a WP issue as opposed to anything with the theme. Did you need additional help, or shall we close this topic?

    Best regards,
    Jordan Shannon

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