• Resolved jriddles

    (@jriddles)


    Goodnight. My site works fine except for my shop page. Savorstx.com/shop. While it loads I can see images but as soon as it shows it is done loading, a big purple screen comes over all my images. But if you click anywhere it will take you to the product you clicked on (you are basically clicking blindly.) Once you get to each product page it is fine. But this is a big hindrance. ?

    Thanks for all your help.

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter jriddles

    (@jriddles)

    Has this happened to anyone else? It’s only happening on mobile devices.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Looks like something to do with your carousel. Is your carousel coming from a theme or plugin?

    Thread Starter jriddles

    (@jriddles)

    I have no idea. It was working fine before. It’s the product image for each product.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you try deactivating your revslider plugin to explore whether this is responsible? Also remember to clear your cache on the device you’re testing on after you do.

    Thread Starter jriddles

    (@jriddles)

    I tried it. And it didn’t work. Sighs

    Thread Starter jriddles

    (@jriddles)

    Seems to be a product image.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re sure this is specific to WooCommerce can you instead post on that plugin’s section of the forum: https://www.ads-software.com/support/plugin/woocommerce#postform ?

    Otherwise try deactivating all plugins and switching to the default Twenty Fourteen/ Thirteen theme to narrow down the issue.

    Thread Starter jriddles

    (@jriddles)

    I posted a new thread because while I thought my new site was working, it stopped working as well.

    Not sure if it’s a WooCommerce issue. I’m new to this. But it is only my shop page. Have you taken a look at it?

    Thanks.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I had seen the issue 4 days ago when I posted, but haven’t checked recently. Is it the same issue?

    Thread Starter jriddles

    (@jriddles)

    Yes. same thing. Will changing the theme undo all my customizations?

    I deactivated all the plugins, but if you deactivate WooCommerce you can’t even see the shop page to see if it’s been fixed. Take a look at the shop page on a mobile device (not tablet) if possible.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Changing theme will probably undo your theme’s settings.

    Can you reactivate all your plugins again? Sorry for this back-and-forth

    Thread Starter jriddles

    (@jriddles)

    I activated all of them. Go to savorstcroix.com.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a setting in the dashboard called “Custom CSS” or something similar?

    If not try installing this plugin, https://www.ads-software.com/plugins/custom-css-manager-plugin/

    Then add this custom CSS:

    @media screen and (max-width: 480px) {
     .carousel-overflow {
      display: none;
     }
    }

    Does that get rid of the box over your images?

    Thread Starter jriddles

    (@jriddles)

    OMG!!!! Thank you!!!!!!!! You truly saved me! It worked. What happened?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think it’s because your carousel/ slider is loading on mobile and the issue is that it’s either not responsive or bugged where it’s massive. The box you were seeing was a tiny bit of the massive carousel that was overlaying your images.

    That custom CSS may be enough to disguise the issue, but your carousel will still be loading in mobile. You don’t want to load it on mobile.

    Do you know if your carousel is coming from your theme or a plugin?

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Woocommerce Product Images Blocked’ is closed to new replies.