• The wishlist table is not phone responsive.The coloumn layout is bad.
    Please check in mobile view from theme provider wishlist
    My theme’s provider site with old Wishlist plugin version Nitro wishlist
    and from my site with the latest version of the plug in.
    My site’s with the latest My wishlist

    Do you have any advice please?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter athinaok

    (@athinaok)

    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?

    Plugin Author YITHEMES

    (@yithemes)

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

    (@athinaok)

    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.

    Plugin Author YITHEMES

    (@yithemes)

    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

    Thread Starter athinaok

    (@athinaok)

    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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile View table is not responsive’ is closed to new replies.