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

    (@yithemes)

    This is strange,
    I’ve tried in my installation and it works.
    The code use the function wp_is_mobile() to check if the site is mobile.
    Maybe this WordPress functions is filtered.

    Try to add this code inside the file functions.php of your site.

    remove_all_filters(‘wp_is_mobile’);

    Thread Starter tweby

    (@tweby)

    Nope, tried the code given by you

    remove_all_filters(‘wp_is_mobile’);

    but it does not work. The popup is still displaying on mobile.

    Yup, this is strange. Why is “Disable on Mobile” option given when it doesn’t work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does anyone reply to the issues posted here!!!???’ is closed to new replies.