mariN-2
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
| Status | Topic | Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
AJAX results update when visitors change any filter values no longer works
Started by: mariN-2
in: Toolset Professional Support
Problem: AJAX auto-update for Toolset View search filters (update results when inputs change) was not working on an archive page. The search worked only when using a Search button (non-AJAX submit), even though the View’s Custom Search settings and AJAX pagination settings appeared correct. Solution: The issue was caused by the theme deregistering WordPress’ jQuery using wp_deregister_script('jquery') and loading its own jQuery directly. This removed the jquery script handle that Toolset depends on. As a result, Toolset’s frontend.js was not initialized and AJAX events did not fire when filter inputs changed. Fix: remove the deregister logic and restore the standard WordPress approach by using wp_enqueue_script('jquery'). After that, Toolset AJAX filtering worked normally. Relevant Documentation: |
|
1 | 5 | 3 months, 3 weeks ago | |
|
I want to translate the management screen into Japanese.
Started by: mariN-2 in: Toolset Professional Support |
|
2 | 5 | 2 years, 5 months ago | |
|
I can't save checkbox values containing HTML
Started by: mariN-2 in: Toolset Professional Support |
|
2 | 5 | 4 years, 6 months ago |