• The update ‘enhancement’:

    -Redirect paginated archive pages with a pagination number that doesn’t exist to the first page of that archive.

    makes infinite scroll (and I imagine other ajax-autoload plugins) go into a loop, loading the first posts at the end again. This is undesired behaviour, at least for my site. Please make this redirection an option, not standard.

    https://www.ads-software.com/plugins/wordpress-seo/

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

    (@musadosol)

    I reverted to the previous version, and will only update if this is ‘fixed’.

    I’m using Paul Irish’s Infinite Scroll script and have the same issue. It loads all the posts but then continues to loop through the posts.

    Will revert as well.

    Thanks

    Anonymous User 13838389

    (@anonymized-13838389)

    I had the same problem.. To fix this for now:

    1. Go to the plugin on the plugin page and choose edit
    2. Search for the frontend/class-frontend.php file
    3. Search for * If the paginated result doesn’t exist, redirect to the same URL without pagination.

    4. Remove/delete the code from

    * If the paginated result doesn’t exist, redirect to the same URL without pagination.

    until

    }
    }

    You need the remove the code from lines 1220 – 1232 see https://github.com/Yoast/wordpress-seo/commit/e6c60b818b40478f84edc2795d12949855e1f7c2

    5. Save and you are done until Yoast has an update..

    @markcudok you rock! wasted hours trying to work out whats going wrong. So fed up! i was about to give up and thought i would refine my search one more time and bam! found this.

    I just hope Yoast are aware of it and intend to fix it.

    Thanks again!

    This is not just a problem with scrolling pages.

    This effects BuddyPress/BBPress group integration.

    If you have a forum group that is more than one page it won’t go to the next page. It rewrites the url without the page and redirect.

    Your fix for scrolling pages fixed also my problem. I’m just glad I found it was Yoast that was doing it…

    I just hope Yoast are aware of it and intend to fix it.

    Don’t bet on it – also, be aware that they will not answer this – Yoast wants all issues posted here – https://github.com/Yoast/wordpress-seo/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘'Enhancement' in update messes up Infinite Scroll plugin’ is closed to new replies.