Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We apologize for any inconvenience this issue might have caused you. We are aware of the described problems and we’ll fix it in the nearest plugin update.

    To fix it now, please complete the following steps:

    1) Go to folder {your_site_home_folder}/wp-content/plugins/pagination via FTP;
    2) Find and open “pagination.php” file in the edit mode;
    3) Find lines

    function pgntn_display_with_loop( $content ) {

    and replace them with

    function pgntn_display_with_loop( $content ) {
    if ( is_feed() )
    return $content;

    also find

    function pgntn_display_with_loop_bottom( $content ) {

    and replace it with

    function pgntn_display_with_loop_bottom( $content ) {
    if ( is_feed() )
    return $content;

    4) Save changes;
    5) Activate the plugin and check its work.

    We’ll add the same changes in the nearest plugin update, so you’ll be able to update the product.

    Sincerely,
    BestWebSoft Support Team

    tomsec

    (@tomsec)

    I have tried replacing the code in pagination.php and when I reactivate the plugin I get a warning message about it generating unexpected lines of code and get ‘cannot send session cache limiter – headers already sent’ errors all over the place.

    Any suggestions?

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi TomSec,

    Unfortunately, we cannot reproduce this problem on our local environment. Check that you’ve added all changes correctly. If the problem remains, please provide the access credentials to your WordPress admin dashboard (with Administrator’s permissions) and the FTP credentials (host, username and password), in order to detect the reason and find the solution. Since this data is confidential, maybe, it would be better if you created a private ticket on our support forum https://support.bestwebsoft.com/. Please include a link to this post, so that we could recall the case immediately.

    Sincerely,
    BestWebSoft Support Team

    Thanks, the code amendments worked fine for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pagination breaks rss feed’ is closed to new replies.