Vynl
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] animations and drop down menus not workingThanks, You’ve got some great work on your site 🙂
Forum: Plugins
In reply to: [WooCommerce] animations and drop down menus not workingThanks royho, How I missed that I don’t know. How is it now?
Do you do Freelance work btw?Forum: Plugins
In reply to: [WooCommerce] animations and drop down menus not workingThank you royho,
The url of the page with the conflict is . . .
http://www.djhinteriors.co.uk/about-djh-interiors/
And if you go to the homepage (or any other without the shortcode I mentioned) then you’ll see the social icons at the top of the screen are animated and also there are some dropdown menus too.
Thanks again 🙂
Forum: Plugins
In reply to: [WooCommerce] WooCommerce and Mobile GalleryFor anyone who has had the same problem, I fixed this by adding the following script to the theme itself (which in my case was in script.js in the /js folder). . .
if ($ (‘.product a’).length ) {
var wooCommercePhotoSwipe = $(“.product”).each(function(){
$(this).find(“.zoom”).photoSwipe({ allowUserZoom:false, zIndex:’10000′, captionAndToolbarShowEmptyCaptions:false });
});
}It works perfectly now. Hope this helps others.
Forum: Plugins
In reply to: [Mobile Gallery] WooCommerce product page supportFor anyone who has had the same problem, I fixed this by adding the following script to the theme itself (which in my case was in script.js in the /js folder). . .
if ($ (‘.product a’).length ) {
var wooCommercePhotoSwipe = $(“.product”).each(function(){
$(this).find(“.zoom”).photoSwipe({ allowUserZoom:false, zIndex:’10000′, captionAndToolbarShowEmptyCaptions:false });
});
}It works perfectly now. Hope this helps others.