Navigation überspringen

[Gelöst] Pagination at the bottom \disappears on other pages

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

Display Views pagination shortcodes using AJAX feature.

Solution:

It needs to be display within shortcode: [wpv-layout-start]...[wpv-layout-end]

For example:

https://toolset.com/forums/topic/pagination-at-the-bottom-disappears-on-other-pages/#post-2182419

Relevant Documentation:

This support ticket is created vor 4 years, 8 months. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Zeitzone des Unterstützers: Asia/Hong_Kong (GMT+08:00)

Dieses Thema enthält 4 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Lisa Boyd vor 4 years, 8 months.

Assistiert von: Luo Yang.

Author
Artikel
#2181091

I am trying to: setup a paginated view where people can click through to the next page

Link to a page where the issue can be seen: versteckter Link

I expected to see: the pagination to appear at the bottom of every page

Instead, I got: pagination missing on other pages

#2181519

Hello,

The problem you mentioned above is abnormal, please check these:
1) deactivate all other plugins, and switch to WordPress default theme 2021, and test again
2) If the problem still persists, please provide database dump file(ZIP file) of your website, you can put the package files in your own google drive disk, share the link only, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/

#2182407

I am downloading the files, will update here if find anything

#2182419

Please try these:
Edit the post view "Vehicle Inventory 2":
versteckter Link
in section "Loop Editor", move the pagination shortcode:

[wpv-pagination][wpv-pager-nav-links output="bootstrap" previous_next_links="true" step="5"][/wpv-pagination]

before:
[wpv-layout-end]

For example:

...
[wpv-pagination][wpv-pager-nav-links output="bootstrap" previous_next_links="true" step="5"][/wpv-pagination]
[wpv-layout-end]

Then test again

#2182827

My issue is resolved now. Thank you!