kristofG
Fils de soutien créés au cours des 30 derniers jours : 2
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Topic | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Need Range filter in Toolset (from/till)
1
2
Commencé par : kristofG in: Toolset Professional Support |
|
2 | 24 | Il y a 3 years, 3 months | |
Toolset IMG field does not crop
Commencé par : kristofG in: Toolset Professional Support |
|
2 | 14 | Il y a 3 years, 4 months | |
Clean install – Custom Field Groups missing
Commencé par : kristofG in: Toolset Professional Support |
|
1 | 2 | Il y a 3 years, 4 months | |
Custom Post no longer editable
Commencé par : kristofG in: Toolset Professional Support |
|
3 | 4 | Il y a 3 years, 5 months | |
Elementor Gallery offsets Toolset images by 2
Commencé par : kristofG in: Toolset Professional Support |
|
2 | 6 | Il y a 3 years, 5 months | |
Custom Fields missing in Gutenberg Editor
Commencé par : kristofG in: Toolset Professional Support |
1 | 2 | Il y a 3 years, 5 months | ||
Use Toolset Date field in Advanced Post Query
Commencé par : kristofG in: Toolset Professional Support |
|
2 | 6 | Il y a 3 years, 6 months | |
I have 2 Views with taxonomy filter but can't remove filter to start over
Commencé par : kristofG in: Toolset Professional Support |
|
2 | 7 | Il y a 3 years, 7 months | |
Use Radio on desktop, but Select on mobile
Commencé par : kristofG in: Toolset Professional Support |
|
2 | 3 | Il y a 3 years, 7 months | |
WP Views incompat with PHP8
Commencé par : kristofG in: Toolset Professional Support |
|
2 | 3 | Il y a 3 years, 7 months | |
Show Ajax loading icon on View (not Filter)
Commencé par : kristofG in: Toolset Professional Support |
|
2 | 5 | Il y a 3 years, 9 months | |
missing views-frontend css
Commencé par : kristofG in: Toolset Professional Support |
1 | 2 | Il y a 3 years, 10 months | ||
Ajax Search – Go to link on click
Commencé par : kristofG in: Toolset Professional Support |
|
2 | 2 | Il y a 4 years | |
Select2 dropdown broken after AJAX update
Commencé par : kristofG
in: Toolset Professional Support
Problem: I have implemented the select2.js library and replaced the select filters in my custom search View with select2 elements. After submitting search filters, Views updates the results using AJAX and the select2.js filters are replaced with default select fields. I would like to reinitialize the select2 filters after an AJAX update in the View. Solution: Views search filters are replaced during AJAX result updates, so any customizations you perform to the filters must be reapplied after an AJAX update. In the legacy Views editor, you can use the Front-end Events button in the Search and Pagination editor area to insert event hook templates for various events available in the Views and Maps systems. Use the search results updated event hook to trigger custom JavaScript code that reinitializes the select2.js elements in custom search filters. The event hook callback template looks like this: jQuery( document ).on( 'js_event_wpv_parametric_search_results_updated', function( event, data ) { /** * data.view_unique_id (string) The View unique ID hash * data.layout (object) The jQuery object for the View layout wrapper */ // Add your own custom JavaScript here to initialize the select2 element again }); |
|
2 | 4 | Il y a 4 years, 2 months | |
Need to check 200 boxes to create CPT entry, is there a better way?
Commencé par : kristofG in: Toolset Professional Support |
|
2 | 8 | Il y a 4 years, 2 months |