Pagination not working, 404

This topic contains 3 replies, has 2 voices, and was last updated by  Alex Rollin 4 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #487944

    efie
    Lifetime Member
    Post count: 2

    Hello there!

    Simply put, pagination is not working as long as Location Manager is active; neither for categories, nor for tags. Everything results in a 404.

    An example would be https://gastgewerbe-magazin.de/branchenverzeichnis/fachthema/berufsbekleidung-waesche/seite/3 (that is a paged tag archive).

    Beforehand, I’m using this code to change the pagination base to “seite”:

    
    
    add_action('init', function () {
        global $wp_rewrite;
        $wp_rewrite->pagination_base = 'seite';
    }, 1);

    This works fine for every other taxonomy, be it the default ones or custom ones. Yet, if I disable it, GeoDirectory works as well. No option for me though, as you can imagine.

    Good ol’ Monkeyman Rewrite Analyzer sees the above URL as follows:

    post_type: gd_place
    gd_place_tags: berufsbekleidung-waesche
    country: seite
    region: 3

    Not exactly sure why country and region appear here.

    GeoDirectory is at 2.0.0.59.
    Location Manager is at 2.0.0.17

    #487968

    Alex Rollin
    Moderator
    Post count: 27815

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #488331

    efie
    Lifetime Member
    Post count: 2

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #488454

    Alex Rollin
    Moderator
    Post count: 27815

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket