This topic has 12 replies, 3 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler
Hello,
I recently bought a woo plugin for adding images to my product variations. When I activate the plugin, all of my product images show up for about 1 sec and then disappear.
I setup a staging site and the issue went away when I changed the theme to StoreFront.
Attached is the URL for the staging site and a temp login. Let me know if you need anything else.
Thanks
Hello,
We don’t guarantee compatibility with third-party plugins. Legenda theme use the custom carousel for the product gallery and it may conflict with the mentioned plugin.
1) Provide FTP access to your site. We’ll check the files and try to enable the default WooCommerce gallery instead of our custom. We’ll check if it helps.
2) Disable CloudFlare CDN if you can or install CloudFlare plugin and login to your account (Settings > CloudFlare) to allow us to clear the CDN cache. Also, enable dev mode in CloudFlare settings. Because we won’t be able to apply any changes.
Regards
I understand. Thanks for taking a look at it anyhow.
Cloudflare is disabled.
Hello,
Ok. FTP works fine.
What about CDN for the staging site? Could you temporarily disable it?
Regards
I disabled CloudFlare at the domain level so I thought that would include the staging site also. The Cloudflare plugin is installed now and I turned on developer mode, maybe that will help? Feel free to change any other settings needed.
Let me know if that doesn’t work for you.
Thanks
Hello,
Check now.
Regards
I’m still having the issue
Hello,
Have you cleared the browser cache?
We don’t see the problem
https://gyazo.com/926ac87f4cee190a161c08e5da3be837
Regards
Yep, you’re right. I deleted all the cache except the browser cache lol.
So, can I get that snippet of code to add to the live site? and can It be added to my child theme functions so that it doesn’t get overridden upon updates?
Thanks very much
Hello,
1) Copy woocommerce folder with folders and files inside from staging child theme folder to production.
2) Find code in the staging child theme functions.php and copy to production child theme
add_action('after_setup_theme', 'etheme_wc_image_slider_support', 2);
function etheme_wc_image_slider_support () {
add_theme_support( 'wc-product-gallery-slider' );
}
3) Add the following code to style.css
.`quick-view-popup .images, .single-product-page .images {
visibility: visible;
}
.flex-control-nav {
display: block;
}`
Regards
Awesome, thank you guys very much. You Rock!
Hello,
You’re welcome!
If you love Legenda theme and have something nice to say don’t hesitate to tell about this!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
You must be logged in to reply to this topic.Log in/Sign up