Change mode pagination (Infinite Scroll)Home › Forums › Iconic One Pro Support › Change mode pagination (Infinite Scroll)This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by Themonic-Support.Viewing 6 posts - 1 through 6 (of 6 total)AuthorPosts February 22, 2020 at 4:47 pm #5927 ChristyParticipantHello… how do I change feature pagination with an infinite scroll? February 22, 2020 at 5:37 pm #5930 Themonic-SupportKeymasterTheme has integrated support for Infinite scroll via Jetpack plugin. Disable theme pagination to get default pagination and then enable Infinite scroll from Jetpack settings. February 23, 2020 at 1:19 am #5931 ChristyParticipantplease give me a tutorial how to do that! February 23, 2020 at 1:32 am #5932 ChristyParticipantIt’s working now but… the pagination still exists how to disable it? February 23, 2020 at 1:44 am #5933 ChristyParticipantHere is the screenshot: https://prnt.sc/r6bwiv I cannot remove it… February 23, 2020 at 9:40 am #5934 Themonic-SupportKeymasterYou can hide that by using the following CSS in Additional CSS section .site-content nav { display: none; }In the functions.php bottom you have to paste the following code for infinite scroll to work: function iop_infinite_scroll_init() { add_theme_support( 'infinite-scroll', array( 'type' => 'scroll', 'container' => 'content', ) ); } add_action( 'after_setup_theme', 'iop_infinite_scroll_init' );AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)The topic ‘Change mode pagination (Infinite Scroll)’ is closed to new replies.