• Hi, first I would like to apologize for my English, I hope you can understand me.
    I’m developing a new website and I want to use the WPClever plugins but I have the following problem:
    When I click on the wishlist icon, the Smart Quick View popup also opens and to return to the products page it is necessary to close both popups.
    Is there any way to open only the wishlist popup?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @lajus,

    You can check our demo site and see that our wishlist popup still work well

    There might be an incompatibility between our plugin with your theme or another plugin on your site.

    Pls check them to make sure that our plugin is not conflicted with your theme and another plugin

    Regards,

    Thread Starter lajus

    (@lajus)

    Many thanks for the quick response.
    The problem was in the code I had inserted for the QuickView to open when I click on the product image.
    Can you help me to fix this code?

    add_action( 'woocommerce_before_shop_loop_item', 'woosq_before_shop_loop_item', 9 );
    function woosq_before_shop_loop_item() {
    	global $product;
    	echo '<div class="woosq-btn" data-id="' . $product->get_id() . '" style="cursor: pointer">';
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Opening double popup on icon click’ is closed to new replies.