• Resolved gridaxisin7

    (@gridaxisin7)


    I tried adding shortcodes ” echo do_shortcode( ‘[yith_wcwl_add_to_wishlist]’ ); ”
    &
    in function.php file

    if( ! function_exists( 'yith_add_loop_wishlist' ) ){
        function yith_add_loop_wishlist(){
            echo do_shortcode( '[yith_wcwl_add_to_wishlist]' );
        }
    }
    add_action( 'woocommerce_after_shop_loop_item', 'yith_add_loop_wishlist' );

    Tried to add the wishlist button / icon on archive page products.
    But It’s not working.
    Kindly help.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hi there,
    we hope you’re doing well!

    We have been checking your site link and it seems that the button is hidden via CSS. In order to fix this, try adding this CSS in Appearance > Customize > Additional CSS:

    @media (min-width: 768px) {
    .product.v1 .group-buttons {
        display: inline !important;
    }
    }

    We have tested this from the element inspector and it works.

    Could you check it and tell us if it works well for you?

    We will be attentive to your response.

    Have a nice day!

    Thread Starter gridaxisin7

    (@gridaxisin7)

    Hello,
    Yes It’s working properly now. Thanks a lot for your instant reply with the solution i was looking for. I just need one more help, now with this code I’m able to see options ‘Quick view’ & ‘Compare’ which I don’t need. How can we disable these options & keep only ‘Wishlist’ icon there ?

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hi there,
    thanks for your reply and we’re glad it worked!

    In order to achieve what you need, add this CSS:

    @media (min-width: 768px) {
    .product.v1 .group-buttons .tbay-quick-view, .product.v1 .group-buttons .yith-compare {
        display: none !important;
    }
    }

    Could you check it and tell us if it works well for you?

    We will be attentive to your response.

    Have a nice day!

    Thread Starter gridaxisin7

    (@gridaxisin7)

    Hello,
    Yes its working absolutely great.
    You resolved the issue which was very important for me.
    Thanks a lot.

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hi there,
    thanks for your reply ??

    Perfect! We are glad to have been of help and that you can enjoy our plugin correctly.

    We will mark this ticket as resolved.

    Have a nice day!

    Thread Starter gridaxisin7

    (@gridaxisin7)

    Hello,
    Thanks a lot, Yes the problem is solved & working properly.
    The only issue is now that when i use the same script provided by you for another website https://bakersmart.in/product-category/cake-tins/ , Then Wishlist icon is not visible on Mobile view.
    Kindly help me with this.
    Thanks in advance.

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hi there,
    thanks for your reply!

    Unfortunately, the header buttons are added by the theme and not by our plugin, so we recommend that you contact with your theme support to solve this problem.

    We hope you can find a solution.

    If you have any doubt let us know and we will be happy to help you.

    Have a nice day!

    Thread Starter gridaxisin7

    (@gridaxisin7)

    Hello,

    Thank you for reply.
    The previous query was not about the Wishlist icon in the header.
    When you open below link in desktop, The Wishlist heart icon appears on hover of Archive page products.
    But not able to see the Wishlist icon in mobile view Archive page. ( but in another website its working properly where all the settings are same. )
    Kindly check & revert.

    Link : https://bakersmart.in/product-category/cake-tins/

    Thank you

    Thread Starter gridaxisin7

    (@gridaxisin7)

    Heyy,
    While working on it, issue is resolved which is mentioned in previous comment.
    Thanks a lot for all your help & instant reply with the right solution.
    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Wishlist on Shop Page’ is closed to new replies.