- This topic has 15 replies, 3 voices, and was last updated 3 years, 12 months ago by
David.
-
AuthorPosts
-
April 2, 2019 at 8:49 pm #857536
Nik
In the single product page, there are 3 – 4 thumbnails below the main product image.
On mobile, when I tap these thumbnail images, the main product image doesn’t get updated. It only starts working like 10 – 20 seconds after the page loads, then when I tap on it, it works again.This issue doesn’t appear on desktop.
I’ve disabled all plugins on my site except WooCommerce (I even disabled GeneratePress Premium), but problem still exists.
GeneratePress 2.2.2GP Premium 1.7.8April 3, 2019 at 4:25 am #857840David
StaffCustomer SupportHi there,
can you try disabling other plugins to see if there is a conflict?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 3, 2019 at 4:27 am #857842Nik
Hi David, I’ve already disabled all the plugins on my site except for the Woocommerce plugin itself.
April 3, 2019 at 4:30 am #857849David
StaffCustomer SupportDo you have any custom scripts in your child theme or in hooks?
I can see the click on the thumbnail is working its just not completing the action.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 3, 2019 at 8:44 pm #858963Nik
Hi David, I do have some code in the child theme (style.css and functions.php) file to customize the look of the site, but I’ve removed them all and tested again, but the problem still persists.
Any ideas? Thanks!
April 4, 2019 at 4:18 am #859269David
StaffCustomer SupportAre you using any Cache / Optimization plugins?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 4, 2019 at 4:20 am #859271Nik
Yes, Wp Rocket and AutoOptimize, but they’re already disabled.
April 4, 2019 at 8:40 am #859662Tom
Lead DeveloperLead DeveloperHi there,
Can you try adding this CSS?:
@media (max-width: 768px) { .zoomImg { display: none !important; } }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentApril 4, 2019 at 8:54 am #859676Nik
Hi Tom, thanks, I added that code in the Customize > Additional CSS section but it’s still the same.
April 4, 2019 at 8:56 am #859678Tom
Lead DeveloperLead DeveloperJust made an adjustment to the CSS above – can you give it another shot?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentApril 4, 2019 at 9:01 am #859687Nik
Nope, doesn’t work….
April 4, 2019 at 4:12 pm #859985Tom
Lead DeveloperLead DeveloperHmm, I can’t see any other reason why this would be happening – there must be something specific to your site.
Before you deactivated your caching plugin, did you clear it?
I assume you’ve tested with all of your custom CSS removed?
Do you have another site to test on to see if you can spot the difference between the two?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentApril 4, 2019 at 7:34 pm #860067Nik
Hi Tom, yes I just tried clearing the cache (both on server side and within WP dashboard) before de-activating the plugin, and tested with all custom CSS removed (it’s pretty much now a bare site with only GeneratePress and WooCommerce).
I don’t have another site. Do you mean to make a copy of this site and test on another server?
I think it’s probably somewhere in the code itself.The only thing I can think of is that recently, I hired one of the Codeable.io guys to change my SSL links to all https instead of http (since it was previously a mix of http and https and the secure lock icon doesn’t show), not sure if that somehow affects the site, but seems unlikely.
April 5, 2019 at 8:39 am #860702David
StaffCustomer SupportUnless there was a redirect to an HTTPS link on those images, i can’t see that causing the issue. It looks like you have added a different carousel plugin and the issue is resolved? Let us know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 5, 2019 at 8:44 am #860715Nik
Hi David, yes, I installed a product image plugin to replace the default woocommerce plugin.
It’s the best workaround. 🙂 -
AuthorPosts
- You must be logged in to reply to this topic.