• Hi Team!

    This is one of the wordpress websites I found that scrolling does not work with normal type scrolling.

    At first I thought something had been stopped. After I tried the ajaxos pagination it worked. Then I searched google to see if anyone had come up with this. After switching to tracking updates, I saw here that the ajaxos pagination has been changed in update 2.3.0 – 01/13/2020. With your subsequent permissions, I reviewed the relevant part of the program code and found that the link was not replaced during normal scrolling. Please change this part of the code in the next update.
    Thank you!

    /includes/function.php 1375 row.
    ‘format’ => apply_filters( PT_CV_PREFIX_ . ‘pagination_link_format’, ‘?_page=%#%’ ),
    for:
    ‘format’ => apply_filters( PT_CV_PREFIX_ . ‘pagination_link_format’, ‘page/%#%’ ),

    Sorry for the broken English, I hope it was understandable.

    A software developer who uses plugins ??
    Zoltan Szabo
    [email protected]

Viewing 1 replies (of 1 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi Zoltan Szabo,
    Thank you for using our plugin!

    Normally, it is not possible to use /page/ for our pagination, as it conflicts with the pagination used by WordPress core.
    That is why we used /?_page.

    With Content Views Pro version, we built the solution to use the /page/ format for our pagination on archive pages such as: Blog, Category/tag/taxonomy, Search results…

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination after upgrade’ is closed to new replies.