• Resolved cygrids

    (@cygrids)


    hello,

    The “next” link is not working at my home page (news items). The number links aren’t working too.

    Not able to scrolling pagination
    check the link

    https://dev.cygrids.com/

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter cygrids

    (@cygrids)

    Hello ,

    Please Check what issue .

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching out here…

    I have checked your website home page, and you use Astra theme scroll functionality. can you please try to below code…

    Please go to your theme function.php file and add the below code to the theme function.php file.

    function wpnw_modify_news_fragment( $add_fragment ){
    $add_fragment = false;
    return $add_fragment;
    }
    add_filter( 'wpnw_paging_add_fragment', 'wpnw_modify_news_fragment' );

    Please check and let me know if you have anything else.

    Thanks,

    Thread Starter cygrids

    (@cygrids)

    Hello,

    When we click on pagination its scrolling to top of page . I want to stay on our news section like our demo plugin .

    Please Check it

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please disable the page scroll option on your theme and checked…

    Please refer to below screenshot…

    https://prnt.sc/J0wyT-rKQz39

    Thanks,

    Thread Starter cygrids

    (@cygrids)

    Hello

    I have Disable It But not working.

    Thanks Waiting For your reply

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    We need to check and debug your website so please find our website and rise your query on our website…

    Thanks,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘News Pagination Not working’ is closed to new replies.