Hi Colin
Since version 3.0 wishlist uses a dedicated template for mobile view, that is loaded whenever a proper User Agent is detected (this is the reason you only see it on an actual mobile)
I understand that your theme may still need to offer proper support for this new template, while the old fashion appears better
If you want to switch to the old style, you can, adding the following snippet of code at the end of fucntions.php file of your theme or child
add_filter( 'yith_wcwl_is_wishlist_responsive', '__return_false' );
Thank you for the response, I’ve added the line of code but still seems to be not responsive on mobile. I made a screenrecording of what is happening on desktop > https://imgur.com/a/4MKHR34
If I switch from desktop mode to mobile mode, it seems to be alright. But on my real phone I see the table after I deleted the product in mobile mode.
Hi there
I double checked plugin code, and it seems that there is a bug in the way that filter is applied
I’ve made the required changes in order to make it work as expected
If you want to test my solution, download file from this link, and upload it in your server, under wp-content/plugins/yith-woocommerce-wishlist-premium/includes/, overwriting previous version
Please, remember this is a beta patch, so be sure create a backup before applying the it on your site
Let me know if everything works as expected
It’s working! Will these changes be applied in a new update? If not, do these changes get lost when I update to a new version of the plugin?
Thank you for your help!
Hi there
the changes that I suggested will be officially released with next version of the plugin, so you don’t have to worry about losing them during update 🙂
I’m glad to know that this solution worked for you
We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth 🙂
Hi! I am having problems with the mobile responsiveness. This is the url (http://vivianag.sg-host.com/lista-de-deseos/), you will see that it doesnt work pretty well.
Hello
The url you provide is not working any more and issue remains with the latest version.
Could you please provide a new link with the patch in order to see if it works.
Please note that the problems comes with version 3.
Thank you .
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