• Divi +WooCommerce

    The main product images are gone. Happened right after the update today. Was working perfectly up until this update.

    Only happening on variable products I think.

    PLEASE HELP

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Checked divi support area? And look at error console/provide a link. Not everyone owns that theme..

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Thread Starter SEOjus

    (@seojus)

    Hi MIke,

    In the Divi support area there were/are quite a ew people with this problem.

    It’s only for variable products, when you don’t have a default value set. Then the main product image doesn’t show.

    There is some CSS that is setting the image opacity to 0, I’ll post the code it in a few minutes when I get to a desktop.

    The problem does get fixed if you edit the CSS opacity to 1. But that’s not really a long term/permanent fix.

    Thread Starter SEOjus

    (@seojus)

    This is the code:

    .product.has-default-attributes.has-children > .images {
    opacity: 0;
    }

    I changed it to:

    .product.has-default-attributes.has-children > .images {
    opacity: 1;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    And that seems to be the fix to get the images showing.

    But before today there wasn’t any issues. It literally happened the the minute after I updated.

    I tried to post a link to a product page before but the comment went to moderation. So I reposted without the link, & it still went to moderation ??

    • This reply was modified 7 years, 11 months ago by James Huff.
    • This reply was modified 7 years, 11 months ago by bdbrown.
    Thread Starter SEOjus

    (@seojus)

    As you can see from the other people posting about this in differ threads, this is not just 1 person with a problem. Something happened today that is causing this.

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Found is, just missing a fadeIn call. We’ll get a patch out – just remove the opacity line in the meantime.

    Thread Starter SEOjus

    (@seojus)

    Awesome, that makes me feel better. Thank you Mike for the replies / support.

    Woocommerce updated to version 2.6.11, but still no product image!

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    @ints View > Developer > Javascript console. See error.

    I don’t see any errors: please see

    This is only way to get back product images, change this line: .product.has-default-attributes.has-children > .images {opacity: 1;}

    • This reply was modified 7 years, 11 months ago by ints.
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Main Product Image Gone After Update’ is closed to new replies.