• Hi,
    I am using your plugin, its really great! I just have one issue when a product is added to wishlist I want that when they again click on the wishlist icon, the product should be removed from wishlist. I tried to do that but instead of icon, “Remove from wishlist” text appears which looks very bad. I just want filled icon to be shown once a product is added to wishlist and when clicked on it the product should be removed from wishlist and normal icon to be showed again.

    You can check in the below link.
    https://drive.google.com/file/d/1KMZqanOL_CFVQPk9AK9mNXg_hf_FLPa7/view?usp=sharing

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

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

    (@yithemes)

    Hi there

    I’d be glad to help you fix appearance of Remove from Wishlist button, but when I try to visit the url you provided, I get a DNS error
    Could you please check?

    Thread Starter hsipani

    (@hsipani)

    sorry, the url is https://www.fairdealshop.in

    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Please, try to add the following CSS rules to Additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    .yith-wcwl-add-to-wishlist a.delete_item {
        font-size: 0;
    }
    .yith-wcwl-add-to-wishlist a.delete_item:before {
        content: '\f233';
        font-family: 'molla';
        font-size: 16px;
    }
    

    This is my final result on your site

    Please, let me know if it works as expected, and if you enjoy our plugin and support, don’t forget to leave us a 5-star review, to help us grow

    Thread Starter hsipani

    (@hsipani)

    Now I am getting wishlist icon and “or view” text. How can I remove that or view text?

    https://drive.google.com/file/d/1XOgRFxHEEXeaLH8ENkv9Vjah_1YhrCOK/view?usp=sharing

    Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Just tested your site, but I can see that “or view” text is already removed

    Did you already solved the issue?
    May we close this thread? ??

    Thread Starter hsipani

    (@hsipani)

    No it isnt solved yet you can still see it. Please visit this page:- https://fairdealshop.in/product/sony-bravia-59-9-cm-24-inches-hd-ready-led-tv-klv-24p413d/

    If you go down below product tabs you will find related products or recently viewed, you can over there products wishlisted show that view text.

    Plugin Author YITHEMES

    (@yithemes)

    Hi again

    Please, try to add the following CSS rules to Additional CSS section of your theme customizer

    .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .separator,
    .products .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .view-wishlist {
        display: none
    }
    
    Thread Starter hsipani

    (@hsipani)

    One more thing why does it buffer so much whenever we add or remove products. Is there anything that can be done to stop this buffering and doing it instantly?

    Plugin Author YITHEMES

    (@yithemes)

    When loader GIF is shown, an AJAX call is being executed to add/remove item from wishlist
    Response time depends on many factors, but please consider that these calls are never cached by your system, so it is possible to see a loading time longer than usual page load

    Unfortunately, there is no way to make this “instant”, unless you completely stop relying on the actual response coming from the server, that I wouldn’t recommend

    Anyway, if you want to proceed, you can customize main script of the plugin simply copying jquery.yith-wcwl.js file from wp-content/plugins/yith-woocommerce-wishlist/assets/js/unminified, and pasting it in your theme’s root folder, renaming it to wishlist.js
    Then you can apply to your brand new file any customization you want, but please note that I suggest you to proceed this way only if you have experinece programming in JavaScript language, with jQuery framework

    Thread Starter hsipani

    (@hsipani)

    Can I just hide loader gif without editing theme files? If yes can you please share the code?

    Plugin Author YITHEMES

    (@yithemes)

    Hi again

    Try to add the following CSS rules to additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    .add_to_wishlist .blockUI.blockOverlay,
    .delete_item .blockUI.blockOverlay {
        display: none!important;
    }
    

    This is such a frustrating feature. The text shown once added to wishlist that says “remove from wishlist” does not need to be displayedon the front end of the shop. Please add an option to turn it off or provide the text with a class to enable those that can to use display none.

    the current code:

    `
    Remove from list

    Is ineffective and ugly and breaks the layout.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Remove from Wishlist text should not be shown’ is closed to new replies.