Home New Guten › Forums › WoodMart support forum › Image Carousel not working properly
Image Carousel not working properly
- This topic has 6 replies, 2 voices, and was last updated 2 years, 11 months ago by
Elise Noromit.
-
AuthorPosts
-
August 30, 2022 at 6:23 pm #400501
legendsleepsaParticipantI added the image carousel in home but its not working properly,
Kindly see the attachment for better understanding!
Attachments:
You must be logged in to view attached files.August 30, 2022 at 7:28 pm #400506
legendsleepsaParticipantI just add this code under Custom JS > On document ready
jQuery(document).on(‘mouseenter’, ‘.product-image-thumbnail:not(.active-thumb)’, function(){
var $thumbsOwl = jQuery(‘.images .thumbnails’);
var $mainOwl = jQuery(‘.woocommerce-product-gallery__wrapper’);
var i = jQuery(this).parent().index();
$thumbsOwl.trigger(‘to.owl.carousel’, i);
$mainOwl.trigger(‘to.owl.carousel’, i);
});But still two things not working properly
– Carousel not moving by their self after 3 second
– images are not redirecting to specific link which I addedPlease check
August 31, 2022 at 1:00 am #400538
Elise NoromitMemberHello,
Please deactivate all the plugins except these ones:
Slider Revolution
WPBakery Page Builder or Elementor
Woodmart Core
Contact Form 7
MailChimp for WordPress
WooCommerce
Safe SVG
Siwthc to the parent theme and remove the custom you have added.If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
In case, the problem remains, even after all the plugins are deactivated, provide your site admin access (insert the site credentials into the Private content block under the message area) and confirm the permission for plugins deactivation, switching to the parent or default theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.
Best Regards
August 31, 2022 at 4:06 pm #400686
legendsleepsaParticipantI deactivate all plugins, child theme converted into parent theme, Additional CSS is removed
Still the problem remains
– image clicking not working
– images not rotating in loopkindly fix your “image element”
its not the plugin problemAttachments:
You must be logged in to view attached files.September 1, 2022 at 2:16 am #400770
Elise NoromitMemberHello,
Please remove this image gallery and use the Product category element instead: https://gyazo.com/aa608e402199c09b446e3dc94cffedc6
If you have any questions please feel free to contact us.
Best Regards
September 1, 2022 at 4:30 pm #400915
legendsleepsaParticipantI resolved my query using Information Box Element
September 2, 2022 at 3:56 am #400993
Elise NoromitMemberHello,
We are glad you have solved the issue.
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Image Carousel not working properly’ is closed to new replies.
- You must be logged in to create new topics. Login / Register