Skip Navigation

[Resolved] Sorting does not work

This support ticket is created 5 years, 4 months ago. 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 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 5 replies, has 2 voices.

Last updated by uweH 5 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#1289435
Screenshot_2019-07-11 View bearbeiten ‹ Musik Rumberger - Prutting bei Rosenheim (Oberbayern) — WordPress.png

Hi there,

We still have not been able to solve this problem:
https://toolset.com/forums/topic/price-filter-dont-work/

Page where issue can be found:
hidden link

What I did in the meantime:
- disabled all plugins except Types and Views
- there is no custom code in Toolset > Settings > Custom Code
- reactivated plugins again

Neither sorting by title (Bezeichnung) nor sorting by price (Preis) works for the instruments.

Loop:
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<div class="kategoriebox et_pb_module et_pb_bg_layout_light wpv-loop js-wpv-loop">
[wpv-pager-nav-links output="bootstrap" first_last_links="true"]
<wpv-loop wrap="4" pad="true">
[wpv-item index=1]
<div class="row ">
<div class="col-sm-3">[wpv-post-body view_template="Schleifen-Objekt in Seitenkategorie Steirische Harmonika Müller"]</div>
[wpv-item index=2]
<div class="col-sm-3">[wpv-post-body view_template="Schleifen-Objekt in Seitenkategorie Steirische Harmonika Müller"]</div>
[wpv-item index=3]
<div class="col-sm-3">[wpv-post-body view_template="Schleifen-Objekt in Seitenkategorie Steirische Harmonika Müller"]</div>
[wpv-item index=4]
<div class="col-sm-3">[wpv-post-body view_template="Schleifen-Objekt in Seitenkategorie Steirische Harmonika Müller"]</div>
</div>
[wpv-item index=pad]
<div class="col-sm-3"></div>
[wpv-item index=pad-last]
<div class="col-sm-3"></div>
</wpv-loop>
</div>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]Keine Einträge vorhanden.[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]

#1289453

Hello,

The problem you mentioned above is abnormal.

Since you are using a custom theme, there might be some custom codes in it, have you tried switch theme to default theme 2019 + deactivate all other plugins?

Also check if there is any PHP/JS error in your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/

If the problem still persists, please provide database dump file(ZIP file) of your website, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/

#1292241

Your duplicator package is about 3.1 G size, since you have already checked the compatibility issues in your website, I just need the database dump file, you can get it by follow duplicator document:
hidden link
section " Database Install"

And I have enabled the private message box again, please provide the database package in it, thanks

#1293275

I can import the database dump file and see the problem in my localhost, and I am trying to dig the problem, will update here if there is any found.

#1293305
sorting.JPG

It seems to be a problem of post view "Seitenkategorie Steirische Harmonika Müller", I have tried the same sorting setting in another view, it works fine, see screenshot sorting.JPG
Please try this:
Create anther new view, with same filters and sorting settings, replace above post view with the new one, and test again.

#1300985

Hi Luo,

I created a new view and a page to test it.
But it still does not work.

hidden link

What could it be the reason?