Fixing the Woocommerce Double Tap Image Slider Issue

CSS Code Snippets Uncategorized

When utilizing the TP Product Image Flipper for WooCommerce plugin, there is a tendency for WooCommerce products with a second image to not open with a single click. Instead, they require two clicks to access the product, which presents an issue.

To resolve the issue, simply insert the provided code into the CSS file.

@media (pointer: coarse) {
    .tp-image-wrapper {
       pointer-events: none !important;
   }
}

Leave a Reply

Your email address will not be published. Required fields are marked *