Home Forums WoodMart support forum Image Carousel not working properly

Image Carousel not working properly

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #400501

    legendsleepsa
    Participant

    I 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.
    #400506

    legendsleepsa
    Participant

    I 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 added

    Please check

    #400538

    Hello,

    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

    #400686

    legendsleepsa
    Participant

    I 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 loop

    kindly fix your “image element”
    its not the plugin problem

    Attachments:
    You must be logged in to view attached files.
    #400770

    Hello,

    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

    #400915

    legendsleepsa
    Participant

    I resolved my query using Information Box Element

    #400993

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Image Carousel not working properly’ is closed to new replies.