Forums Forums Search & Filter Pro Pagination not showing

  • This topic has 29 replies, 3 voices, and was last updated 6 years ago by Anonymous.
Viewing 10 posts - 21 through 30 (of 30 total)
  • Trevor
    #192291
    This reply has been marked as private.
    Ross Moderator
    #192358
    This reply has been marked as private.
    Ross Moderator
    #192445
    This reply has been marked as private.
    Anonymous
    #192447
    This reply has been marked as private.
    Ross Moderator
    #192467
    This reply has been marked as private.
    Anonymous
    #192642

    Sorry for the delay in getting back to you Ross. I don’t manage the site and the people who do have not created a cloned test site for me. Frustrating! However in talking with the theme author I’ve got it figured. The theme has a function to fix issues with pagination in custom queries on singular posts, so the theme author gave me a wee bit of php to counter that. That allowed the pagination to show but then it still wasn’t working. It seems it’s an Ajax conflict of some sort, so when I turn off ajax on the forms the pagination works. A bit of a work around but at least people can see the articles now.

    Thanks for your support on this one.

    Ross Moderator
    #192892

    Hi Abby

    Thanks for that bit of investigation!

    Can you tell me what your theme author asked you to change? I’m still happy to have a quick look and see if there is something we can do to get ajax working, but if your theme is doing strange things with pagination, it may not be possible.

    Thanks

    Anonymous
    #192972

    Hi Ross,
    He gave me the following code:
    add_action( ‘init’, function() {
    remove_filter( ‘redirect_canonical’, ‘wpex_singular_pagination_fix’ );
    } );

    Cheers,
    Abby

    Ross Moderator
    #193193

    Hi Abby

    I did some more investigating and found the issue.

    Essentially, in addition to the things your theme was doing, we did have a bug in our WPBakery Addon, code when using Post Grid and ajax, but not Masonry Grid.

    I’ve just patched this, and tested on your site and it seems to be working ok?

    BTW, I noticed, your pagination is actually underneath your results but visible, and not clickable, you might want to add a margin / padding to the top of your pagination container.

    Let me know how you get on.

    Thanks

    Anonymous
    #193431

    Thanks so much for the update Ross. Pagination on this site seems to be working well now.

    Many thanks for your help!

Viewing 10 posts - 21 through 30 (of 30 total)