Support » Theme: Iconic One » Please add InfiniteScroll support!

  • The Jetpack plugin for WordPress supports Infinite Scrolling, but the latest version of this theme doesn’t!

    In the meantime, I’ve added support manually, and it works quite well on my blog @ g-liu.com/blog. You guys should consider adding it!

    It’s pretty simple to add. All one has to do is go to /functions.php, add these lines of code in function themonic_setup():

    add_theme_support( 'infinite-scroll', array(
    'container' => 'content',
    'footer' => 'colophon',
    ) );

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Themonic

    (@themonic)

    Hi Geoffrey,

    Thank you for this, we will surely direct anyone requesting infinite scroll to this post of yours.

    Unfortunately, we won’t be adding support for infinite scroll to our theme unless we receive many such requests.

    ———–
    Was checking your website and found that the Iconic One menu is disappearing in mobile view, refer this image for WP menu setup http://themonic.com/wp-content/uploads/2013/07/menu-setup-wp-latest-2013.jpg

    Thread Starter Geoffrey Liu

    (@g_liu)

    Adding support for infinite scroll is only half the equation, as the user must enable it in order to work. It’s disabled by default so that users who don’t want it won’t notice.

    ———————

    Menu on mobile site should be fixed!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please add InfiniteScroll support!’ is closed to new replies.