You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi to everyone,
i bought an e-commerce template with woocommerce and Elevate Zoom.
My problem: on mobile navigation side, zoom doesn't allow a good scroll in the single product pages.
I'm not a developer and don't know JQ language, i can deactivate zoom by using css
.zoomContainer{
display: none;
}
But using that code i noticed that in mobile Chrome by touching the image of the product page don't scroll anyway.
How can i deactivate zoom (it's ok for me deactivating it also in desk navigation, if necessary) with no further problems?
THANKS
The text was updated successfully, but these errors were encountered:
ezPlus instance is attached to DOM as $('img').data('ezPlus') object. It has destroy() method that you probably need, and many other useful methods. Docs are lacking, but you can inspect that data object, plus see the source code in node_modules/ez-plus/src/jquery.ez-plus.js if you've installed via NPM.
Hi to everyone,
i bought an e-commerce template with woocommerce and Elevate Zoom.
My problem: on mobile navigation side, zoom doesn't allow a good scroll in the single product pages.
I'm not a developer and don't know JQ language, i can deactivate zoom by using css
.zoomContainer{
display: none;
}
But using that code i noticed that in mobile Chrome by touching the image of the product page don't scroll anyway.
How can i deactivate zoom (it's ok for me deactivating it also in desk navigation, if necessary) with no further problems?
THANKS
The text was updated successfully, but these errors were encountered: