• Hi,

    I installed the YITH WooCommerce Wishlist plugin but on my site with OceanWP the “Add to wishlist” text is not displayed on the single product page. Only the icon is displayed.
    I tried with the Twenty Twenty-Four theme and it works fine.

    Thanks a lot for help and kind regards.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @vincenzoquarta,

    Thanks for your feedback.

    This topic has been forwarded to the developer team, and we’ll get back to you with the information once it is available.

    Thank you for using OceanWP, and I appreciate your patience.
    Best Regards

    • This reply was modified 8 months, 4 weeks ago by Shahin.
    • This reply was modified 8 months, 4 weeks ago by Shahin.

    Hi Again,

    As a temporary solution, you can use the following CSS:

    .single-product a.add_to_wishlist:after {
        content:'Add to wishlist..';
    }
    
    .single-product .yith-wcwl-add-to-wishlist.exists .feedback .yith-wcwl-icon {
        display: none;
    }

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Instead of the text, you can add your desired text: https://postimg.cc/R3cYHRrf.

    Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    Best Regards

    Thread Starter vincenzoquarta

    (@vincenzoquarta)

    Thanks @skalanter for temporary solution.

    It’s works fine.

    You’re welcome. I’m glad that works.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add to wishlist issue’ is closed to new replies.