• Resolved werkhovencolin

    (@werkhovencolin)


    I can’t share my url because I am working on a staging site.

    I just installed the free plugin to test it out, but the mobile responsiveness is not working well on mobile but it does on the desktop mobile version,
    This is the desktop mobile version, it looks good like this > https://imgur.com/a/dBFiSPw
    This is the real mobile version, it should look like the previous image, but it does not at the moment > https://imgur.com/a/mgbhxZL
    Do you have any idea what might be the cause of this? I have also tried deleting all my custom css, but still no succes.

    Kind regards,

    Colin

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

    (@yithemes)

    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' );
    
    Thread Starter werkhovencolin

    (@werkhovencolin)

    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.

    Plugin Author YITHEMES

    (@yithemes)

    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

    Thread Starter werkhovencolin

    (@werkhovencolin)

    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!

    Plugin Author YITHEMES

    (@yithemes)

    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 (https://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

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Mobile wishlist not responsive’ is closed to new replies.