• Hey,
    Just installed this plugin and looks easy enough but when i put a shortcode on my single product template with elementor I only see the heart not the “add to wishlist” text.
    Same is on the category pages
    Any idea?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    It could be related to the customizations applied by your theme to our default template
    Could you please check in your theme/child folder, or under /woocommerce subpath in those folders, if you have add-to-wishlist.php or add-to-wishlist-button.php templates?
    If this is the case, could you please try to rename them to add-to-wishlist.php.bak and add-to-wishlist-button.php.bak respectively?

    If this doesn’t fix, could you please share an url to your page, so I can check the shortcode?

    Thread Starter themarcopolo

    (@themarcopolo)

    don’t see any of those files in my child theme.
    https://allbalms.com/deo-balm/ is where I’m trialling

    Plugin Support Antonio La Rocca

    (@therock130)

    Could you please also check if plugin is configured correctly, under WP Dashboard -> YITH -> Wishlist -> Add to Wishlist Options -> Text customization?

    Thread Starter themarcopolo

    (@themarcopolo)

    Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    I’m not sure what may cause this problem, but most probbly it is due to some sort of theme’s customization

    Anyway, if you just want to add “Add to wishlist” text next to your heart icon, I may be able to help you with some custom CSS

    a.add_to_wishlist.single_add_to_wishlist:after {
        content: 'Add to Wishlist';
        font-size: 14px;
    }

    Just add these rules at the end of Additional CSS section of your theme customizer (WP Dashboard -> Appearance -> Customize)
    Of course you can change the text with whatever you prefer, but unfortunately it won’t be affected by the option stored in database

    Thread Starter themarcopolo

    (@themarcopolo)

    Thanks that worked but on the category pages it shows like this:

    https://www.dropbox.com/s/ztuuubo8qt2gvlm/wishlis-overlapping.png?dl=0

    Plugin Support Antonio La Rocca

    (@therock130)

    Could you please tell me how you’d prefer it?
    Without any added text? Or you’d rather move it lower?
    Could you please share url to one of your category pages?

    Thread Starter themarcopolo

    (@themarcopolo)

    I’d like it to be underneath the title on the category page
    Jsut with the add to wishlist so on this page https://aromasense.co.nz/p/essential-oils/ just as is but underneath the title

    Plugin Support Antonio La Rocca

    (@therock130)

    Hi there
    I’m sorry to answer with yet another question, but could you please share with me a link to one of your category pages?
    I browsed a bit your site ans I wasn’t able to find any reference to them, nor on product details nor on menu

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Only heart showing not “add to wishlist” text’ is closed to new replies.