• Hi YITH,

    i have problem with mobile version of this plugin. If you can see, design of this plugin is changing, when you change the resolution to mobile (or directly on phone) and i see in console: admin-ajax.php 200.

    I don’t know why it’s changing, I have ajax option off in your plugin. What can I do with it?

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

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

    (@yithemes)

    Hi there

    Mobile layout is changing by desing, and it it loaded via ajax only when system cannot detect a mobile device from user agent
    If you don’t want to use mobile design for your wishlist page, you can 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 rafix777

    (@rafix777)

    Thanks for an answer. Works great!

    I have last question. I saw that if I add product to wishlist, i visit this page, go to shop and i add next product, wishlist has only this first product. I need to click on my cache plugin and clear cache (litespeed cache). Guests doesn’t have that option, etc. What should I do? Thanks in advance!

    Plugin Author YITHEMES

    (@yithemes)

    Hi again

    You should add wishlist page to cache exclusions, since it contains dynamic content, just as cart page, and it should never be cached

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with Ajax on Mobile’ is closed to new replies.