Archived topic
mobile jquery
3 replies · Started by Escobar on September 29, 2020
My site has generatepress and woocommerce installed.
I have delayed the execution of jquery through the wp rocket plugin, but now the images on the product page are gone, only on the mobile version.
Is there a way to fix this or do i need to re-enable jquery?
The site is: https://herramientasbazarot.com
Thanks in advance.
Hi there,
deferring jQuery is not a good idea, plugins that require jQuery will break as their code will make a request for jQuery before its loaded.
Thanks a lot.
You're welcome