• Resolved perfectleads

    (@perfectleads)


    Yith Wishlist heart button is showing twice on Shop page (https://i.imgur.com/0Dfe4YJ.png) – please wait 5-10 seconds for the buttons to show.
    How to remove the button below “add to cart”. I looked around here for a solution and tried:

    .yith-wcwl-add-to-wishlist{
      display: none;
    }

    but it ends up deleting both buttons, tried this too:

    form.variations_form div.woocommerce-variation-add-to-cart div.yith-wcwl-add-to-wishlist {
     display: none;
    }

    but it doesn’t do anything.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    As far as I can see, both wishlist plugin and your theme add Add to Wishlist button to loop page, causing the issue

    Maybe you could solve the problem simply disabling
    Show “Add to wishlist” in loop under WP Dashboard -> YITH -> Wishlist -> Add to Wishlist Options -> Loop Settings

    If this doesn’t work, please try with the following CSS rule

    ul.products li.product .add-links-wrap + .yith-wcwl-add-to-wishlist{
        display: none;
    }
    
    Plugin Author YITHEMES

    (@yithemes)

    I’m glad to know that my suggestione helped you solve the issue!

    We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Heart button showing twice on Shop page!’ is closed to new replies.