• Resolved rafaellara

    (@rafaellara)


    I need use auto scroll only in desktop, i need destroy auto scrool only in mobile, can someone help me?

Viewing 1 replies (of 1 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi rafaellara,
    My only suggestion would be to detect mobile and render two different instances of the shortcode.

    if(is_mobile(){
    echo do_shortcode('[ajax_load_more destroy_after="3"]');
    } else { 
    echo do_shortcode('[ajax_load_more]');
    }

    Let me know.

    • This reply was modified 8 years, 6 months ago by Darren Cooney.
Viewing 1 replies (of 1 total)
  • The topic ‘How to destroy auto scroll only in Mobile?’ is closed to new replies.