• Hi,

    I have an issue with the add to wishlist button disappearing and reappearing on the product page after choosing an option on a variable product. As I can notice in the console some sort of opacity/zoom style is being applied to the div.yith-wcwl-add-to-wishlist causing this issue.

    I don’t know if it’s theme related or the plugin causes this. The theme for this site is the following(https://qodeinteractive.com/wordpress-theme/nille-elegant-ecommerce-theme/).

    Thanks.

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

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

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    Unfortunately I couldn’t see any products on your site. Anyway, try adding the following code inside the functions.php file of your active child theme:

    add_filter( 'yith_wcwl_reload_on_found_variation', '__return_false' );

    Let us know any news.

    Best regards.

    Thread Starter borkk85

    (@borkk85)

    Hi Juan,

    Thanks for your reply, I have implemented your suggestion and indeed it works. Thank you very much. Was this a plugin incompatibility or?

    Best Regards.

    Thread Starter borkk85

    (@borkk85)

    Hi Juan,

    I don’t know if this conversation is still active, however I have another issue that is not regarding the current topic. I can open another if needed.

    When selecting to quick view a product from the related products, and adding it to the cart afterwards, it redirects to 404 page not found. The site is multilingual and and this only happens for the German language, the other languages have no issue with this. I have re-seted the permalinks, with no positive results. If I need to remove the under construction mode for you to test it, please notify me.

    Best Regards,

    Borko

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hi Borko,

    It is not an incompatibility, just that by default, when selecting variations, the necessary fragments will be reloaded to be able to add the selected variation to the wishlist, that is why the button is reloaded momentarily.

    On the other hand, what you comment seems to be unrelated to our plugin. In any case, you can perform the following tests to verify if the problem comes from a plugin or your theme:

    • switch to a default WordPress theme like 2023.
    • Leave only WooCommerce active and go activating your plugins in batches.

    Have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wishlist button disappearing’ is closed to new replies.