Skip Navigation

[Waiting for user confirmation] Pagination issue if you click any numbers it will push down to other section

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 16 replies, has 1 voice.

Last updated by Minesh 53 minutes ago.

Assisted by: Minesh.

Author
Posts
#2820231
Capture.PNG

Hi I found a issue for the pagination ajax. If you click any numbers on the pagination it will push down to other section.

Instead,it will remain on that section

Link to a page where the issue can be seen: hidden link

#2820606

Christopher Amirian
Supporter

Languages: English (English )

Hi,

Welcome to Toolset support. This seems to be related to your theme that you use as Toolset replaces the list section with new HTML code with the new data.

Please try this with a default theme such as Twenty-twenty and see if the same problem happens.

Thanks.

#2820654

I tried default theme from wordpress, twenty-twenty to twenty-twety Five but still doesn't work. Looks like its on the toolset pagination issue not a theme. Can you PLS take a look at this ASAP?

By the way, I currently used Astra theme on my site.

#2820732

Christopher Amirian
Supporter

Languages: English (English )

Hi,

Thanks, would you please provide a copy/staging version of the website so I can do troubleshooting without the fear of breaking a live website?

You can set the next reply a private to provide the login information for the copy/staging website.

Thanks.

#2820963

Hi, any update on this?

#2821002

Christopher Amirian
Supporter

Languages: English (English )

Hi,

Sorry for our late reply. There seems to be an issue with the container blocks you used, which do not seem to be compatible with Toolset, or maybe there are other block combinations.

If you check the page below:

hidden link

You will not see the same behavior. I suggest that you install the Yoast Duplicate plugin and copy your homepage.

In the copied page, check and see if by removing the other containers or blocks, the issue is fixed.

Thanks.

#2821208

I removed all container on the page except this section that have a custom post type. But still the pagination issue showing.

hidden link

Not sure what's wrong on my code.

This is my code on the VIEWS:

[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<div class="container">
<div class="row job-wrap">
<wpv-loop>
<div class="col-lg-6 col-md-6">
<div class="job-details">
<div>
<div class="job-img" style="background-image:url([wpv-post-featured-image size='full' output='url'])"></div>
<div class="job-centre"><i class="fas fa-map-marker-alt"> [types field='centre'][/types]</div>
<div class="job-role">[wpv-post-title] | [types field='job-number'][/types]</div>
<div class="job-info">[types field='job-details'][/types]</div>
</div>

<div class="job-apply">Apply Now</div>
</div>
</div>
</wpv-loop>
</div> <!-- end row -->
</div> <!-- end container -->
<div class="container project-pagination desktop-view">[wpv-pager-nav-links output="bootstrap" previous_next_links="true" step="6" ellipsis="..." reach="1"]</div>

<ul class="container pagination mobile-view">
<li class="page-item">
[wpv-pager-prev-page force="true"][wpml-string context="wpv-views"]« Previous[/wpml-string][/wpv-pager-prev-page]

<li class="page-item">
[wpv-pager-next-page force="true"][wpml-string context="wpv-views"]Next »[/wpml-string][/wpv-pager-next-page]

<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
<div style="text-align:center; font-weight: bold;">[wpml-string context="wpv-views"]No items found[/wpml-string]</div>
[/wpv-no-items-found]

[wpv-layout-end]

Can you help me?

#2821457

Christopher Amirian
Supporter

Languages: English (English )

Hi,

I also tried to check your code and do some testes but for some reason your code has that issue.

Would you please use the standard loop editor on the view or alernatively use the Block view and see if it works for you?

If yes, then try to add the custom code parts one by one and see which one is causing the issue.

Thanks.

#2821723
Capture.PNG

I tried to convert it to standard view front end editor, my problem is - how to create filter dropdown by taxonomy?

Like this?

hidden link

#2821824

Christopher Amirian
Supporter

Languages: English (English )

Hi,

Edit your View. In Content Selection, choose the post type you’re listing (e.g. Jobs).

In the right sidebar, under Use View elements, turn Search ON.

Inside the View, a Search area appears above the Loop. Click Add Search Field → Taxonomy and pick your taxonomy (e.g. job-state).

Control: Select (dropdown)

Default label: “Please select”

Optional: uncheck Hide empty if you need all terms visible.

Repeat for your second taxonomy (e.g. brand / “subspecialty”).

In Custom Search settings, choose how results update (AJAX as you type / on submit).

Toolset auto-adds the matching Query Filter for each taxonomy. If you ever remove a control, re-add the filter from Query Filters → Add a filter → Taxonomy.

For more information:

https://toolset.com/course-lesson/creating-a-custom-search/

Thanks.

#2822743

Hi Thanks for the information.

I tried to converted it via front end views but pagination still weird.

Pls watch this video: hidden link

#2822972

Hi Christopher, any update on this?

#2823332

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Christopher is on vacation. This is minesh here and I'll try to guide you further. Hope this is OK.

Have you tried disabling third-party plugins and switched to default theme?
- Do you see any difference?

#2823395

Hi Minesh, yes everything are disabled except the toolset.

Pls watch this video: hidden link

#2823468

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I checked the video you shared. Have you try to switch to default theme as well (twentrytwentryone)?

To ensure we are on same page, can you please share problem URL where I can see the issue as well as I can see you already shared admin access details, is it ok if I disable/enable plugins/themes?