• Hi,

    Great plugin but i use actually it on our website, and button for “add to whislist” is displayed below “add to cart” button even i’ve selected “After add to cart” in settings.

    I try to add this line in my function.php of my child theme :
    add_filter( 'yith_wcwl_add_to_cart_label', 'woo_custom_wishlist_button_text', 20 );
    without success too.

    Can you help me ?

    Example of problem : https://www.sttanding.com/produit/impression-plexi-nature-fleur-05/

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    HI Claymenia

    I’m afraid that this settings soffers of a bad translation since first plugin revision
    I will report this issue to our translators team, as that setting should sound like “below Add to Cart button”, indeed

    Anyway, even if there is no option to actually get what you’re searching for, maybe I can help you with some custom css ??

    Could you please try to add the following custom css to Custom Css section of your Theme Option or Customizer?

    .product .summary form.cart {
        vertical-align: middle;
        display: inline-block;
        margin-right: 15px;
    }
    
    .product .summary .yith-wcwl-add-to-wishlist {
        display: inline-block;
        vertical-align: middle;
    }

    Hope this helps
    Have a nice day

Viewing 1 replies (of 1 total)
  • The topic ‘Add to whislist diaplyed below add to cart button, not after’ is closed to new replies.