Customizable layouts and a swipe plugin for product card images.
-
Hello!
I have installed the Product Gallery Swiper for WooCommerce plugin to swipe the product card image gallery in the product grid. It works correctly on mobile devices with any pre-installed layouts of the Woodmart template. However, the product gallery display settings are disabled in Woodmart to avoid conflicts.
When using custom layouts of the Woodmart theme, the swipe functionality stops working. No matter what I do with the custom layout, the swipe does not work on the mobile version.
Please tell me what I need to do to make the swipe work.
Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
Hello,
We have reviewed your issue and found that the custom plugin outputs its HTML via a hook. Since this element is hidden in your layout, you are not able to see it https://monosnap.ai/file/mbAnJDlPLdtG6tajLuFD9t5tT6Y0ae.
However, for a third-party plugin to work correctly with a custom layout, you need to remove the Product Thumbnails element and replace it with a Hook element. In this Hook element, you should select the woocommerce_before_shop_loop_item_title hook and disable the “Clean actions” option.
Best Regards.