• Ok,

    So the theme is beautiful, but on my front page, and some of my other category pages, it occassionally does not show the 1st product image, see:

    https://ibb.co/jp7H3S

    So I’ve tried regenerating the thumbnail and uploading a new version and just not working. It seems that half the time it shows, half the time it doesn’t (on desktop).

    I’ve tried deactivating all plug ins but makes no difference. Please can someone advise?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @xandiddly,

    I checked your site and noticed that if you inspect the code for those missing images, you will see a script there. From what I’ve checked, it seems to be a script for page speed https://stackoverflow.com/questions/33099994/pagespeed-script-addition-what-does-it-do, which is probably there because you have the mod_pagespeed module enabled on your server.
    We’ll investigate this in the next period and see if there is a problem with that PHP module and our theme, but meanwhile, if you want, you can talk to your hosting provider and try to have that module disable, to see if that’s the cause of the problem.

    Regards,
    Rodica

    Thread Starter xandiddly

    (@xandiddly)

    Hi,

    Nothing has changed, it still is not working and I’m considering moving to another theme as I can’t really justify paying for a theme where the first product does not show up.

    Please can someone look into this again and assist, as I don’t want to spend money on something I’m not confident works.

    Many thanks,

    Alexander.

    Hey there,

    Can you try adding the following CSS to fix it?

    .shop-item-image img:nth-child(2) {
        opacity: 1 !important;
        position: inherit !important;
    }

    Seems like modpagespeed is minifying the stylesheet, and it’s not doing a good job of separating the styles and is causing some styles to merge.

    Let us know if it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘First product not showing on some pages’ is closed to new replies.