Support » Plugin: Nooz » Pagination not working in latest WP update

  • Is anyone else having issues with the pagination no longer working since the latest WP update? The pagination does work in the separate Press Coverage tab but NOT in the Latest tab. When you click Next – it 404s.

    I tried re-adding the shortcode – [nooz view=”auto” use_pagination=”yes”] and reapplying and updating to see if it was just something that got confused and broken… but that didn’t work.

    If I could shut off the pagination in Latest and not have it aggregate all of the press coverage and releases, and only show the top 5, that would be fine. BUT there isn’t a way to only inform the Latest tab to show latest 5 and still have the Press Coverage page show all and continue to paginate them.

    HELP please.

    No idea how to fix this and I can’t find a suitable plug-in option to swap out. I also tried doing a query and pulling the press coverage pieces into a different block but it couldn’t read them across the Nooz plugin.

    Anyone have any tips, fixes, or a band-aid option for now until this is fixed?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor farinspace

    (@farinspace)

    @michelejmartin, my initial tests seem to work ok with the latest version of wp 5.5.1 and Nooz 1.6.0

    Do you have a url i can look at and test?

    you can try the following:

    WP Admin > Settings > Permalinks > Save Changes
    (this should flush and recreate wp rewrite rules)

    • This reply was modified 3 years, 6 months ago by farinspace.
    Thread Starter michelejmartin

    (@michelejmartin)

    Hi Farin, thanks for messaging… here is the url https://vocalid.ai/news/

    I tried the WP Admin > Settings > Permalinks > Save Changes and it didn’t change anything.

    Let me know what other suggestions you have.

    Thanks much!

    -Michele

    Thread Starter michelejmartin

    (@michelejmartin)

    Hi Farin,

    Just checking in to hear if you have any more tips to get this working correctly… or a workaround I can do that maybe just kills the aggregated first tab as the pagination *does* work on the press mentions tab. Although, who knows if it will also break if we eliminate the aggregate ALL releases and mentions tab.

    Looking forward to hearing what you have figured out.

    Thanks!

    -Michele

    Plugin Contributor farinspace

    (@farinspace)

    @michelejmartin, it is difficult to troubleshoot from just looking at the URL above.

    My suspicions are:
    – there is a URL rewrite issue, something got screwy and prevents the “/page/[n]” rule from working for the “news” page
    – likely a plugin or plugin-config or wordpress conflict of some sort

    If you would like I can troubleshoot further, if you are willing to provide further access to a non-production/staging site.

    You can contact me directly: dbegunoff at gmail dot com

    • This reply was modified 3 years, 6 months ago by farinspace.
    Thread Starter michelejmartin

    (@michelejmartin)

    The problem is that it seems to work when not live… I tried doing a new page with it and tested in draft and that worked. Then I published it live and it did the same thing… 404ing that first tab.

    I’ll message you to see if there is something else we can do as I obviously can’t give you access to the back end of the live site.

    -Michele

    Plugin Contributor farinspace

    (@farinspace)

    Adding my notes here in-case anyone else comes across this issue (however please do let me know if you are a new user with the same issue):

    A quick work around would be to hide the pagination on the “Latest” tab only, this can be done directly with CSS with the following snippet:

    .nooz-posts--nooz_mixed + .nooz-pagination {
        display: none;
    }
    

    You can copy + paste this snippet in a “Custom CSS” field while editing the page or by going to “Appearance > Customize > Additional CSS” in the wordpress admin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Pagination not working in latest WP update’ is closed to new replies.