If I will use version 2 with the old layout it will work.
Is it possible to have the same compatibility with v3 of the plugin?
Hi there
Unfortunately I cannot check your site, since it says it is not available in my country
Version 3.0 of the wishlist introduced a new, dedicated, template for mobile view
Maybe your theme still needs to offer proper support to this new template
Anyway, if you want to keep using wishlist 3.0, and disable new mobile template, you can: simply add the following snippet of code at the end of functions.php file of your theme or child
add_filter( 'yith_wcwl_is_wishlist_responsive', '__return_false' );
Unforunately issue remains but I am ok installing v2.
Unfortunately theme’s support is not able to help me.
This is an example from theme with the plug in v2
https://nitro.woorockets.com/niche-12/wishlist/
Thank you for your support.
Hi again
I recently received another similar request, and I had the chance to double check the code that I provided, and I found a bug in my solution, indeed
You can have refer to this topic if you still want to update to version 3 and test with the filter that I previously provided
After insert this snippet in my chlid’s theme functions it worked
add_filter( 'yith_wcwl_is_wishlist_responsive', '__return_false' );
Thank you for your support