• Hi guys,
    I’ve downloaded this great theme:

    https://isolademo.wordpress.com

    As you can see it has an handle to load more pages in an infinite scroll way.

    No need to say that, once installed it on my website, there was no trace of the infinite scroll or instructions about how to activate it.
    I’ve searched for hours on Google and what I’ve understood it’s that I need to activate something in Jetpack. I’ve read the instructions page:

    https://jetpack.me/support/infinite-scroll/

    … and I didn’t understand a single word (I’m not a WP expert, I usually download plugins and that’s all my skills). 🙂

    Is there anything good enough to clarify this doubt for me? Maybe there’s a simple button in WP to enable the infinite scroll and I’m not able to find it?

    Well… Help! 🙂

    (and thanks)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Lock

    (@locksoft)

    … or, better, I’ve tried to follow Jetpack instructions and I’ve added this code to my functions.php page:

    function isolate_infinite_scroll_init() {
        add_theme_support( 'infinite-scroll', array(
            'container' => 'content',
            'type'      => 'click',
        ) );
    }
    add_action( 'after_setup_theme', 'isolate_infinite_scroll_init' );

    Well, nothing worked. my index page is identical. No errors either…

    Thread Starter Lock

    (@locksoft)

    Ok, ok, I’m officially a noob. 😀

    I only had to enable “infinite scrolling” inside Jetpack modules selection.

    Now, since problem is solved, you can use the rest of this thread to make fun of me. 😀

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[auto-solved] Theme: Isola and Infinite scroll’ is closed to new replies.