In addition to my previous question, I saw that the links of the pagination buttons are like this (for the third page button):
https://mydomain/announces/page/3/#wpnw-news-1
Is the last part of the url creating such a behavior?
If so, how can I fix it?
Regards.
Hello,
Thanks for reaching here…
Can you please create a new fresh page and add our shortcode and share your page link URL?
Thanks,
Hello Ketan.
I have created a new page and added the shortcode.
https://ds.uop.gr/test
Thanks for the reply.
Hello,
Thanks for sharing your details…
We have checked your test page. Actually, your theme “oceanwp” scroll-effect js conflict issue.
We have added our plugin’s new scroll functionality for pagination.
Please go to your theme function.php file and add the below filter and check.
function wpnw_modify_news_fragment( $add_fragment ){
$add_fragment = false;
return $add_fragment;
}
add_filter( 'wpnw_paging_add_fragment', 'wpnw_modify_news_fragment' );
Thanks,
-
This reply was modified 3 years, 3 months ago by
Ketan Patel.
Thank you for the filter.
Problem solved.
Regards.
Hello,
If you like our plugin please give us an important Rate and Review it Here…🙂
https://wordpress.org/support/plugin/sp-news-and-widget/reviews/
Thanks,