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

    (@yithemes)

    Hi,
    change the code on line 75 of class.yith-infs.php from this

    else {
    // Frontend class
    YITH_INFS_Frontend();
    }

    to this

    elseif( wp_is_mobile() ) {
    // Frontend class
    YITH_INFS_Frontend();
    }

    Regards

    Thread Starter khani26

    (@khani26)

    Thanks for the reply. Any idea how to use this plugin on Hueman Theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Infinite scroll on mobile devices’ is closed to new replies.