kristofG
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Clean install – Custom Field Groups missing
Iniciado por: kristofG en: Toolset Professional Support |
|
1 | 2 | hace 3 años, 2 meses | |
Custom Post no longer editable
Iniciado por: kristofG en: Toolset Professional Support |
|
3 | 4 | hace 3 años, 3 meses | |
Elementor Gallery offsets Toolset images by 2
Iniciado por: kristofG en: Toolset Professional Support |
|
2 | 6 | hace 3 años, 3 meses | |
Custom Fields missing in Gutenberg Editor
Iniciado por: kristofG en: Toolset Professional Support |
1 | 2 | hace 3 años, 3 meses | ||
Use Toolset Date field in Advanced Post Query
Iniciado por: kristofG en: Toolset Professional Support |
|
2 | 6 | hace 3 años, 4 meses | |
I have 2 Views with taxonomy filter but can't remove filter to start over
Iniciado por: kristofG en: Toolset Professional Support |
|
2 | 7 | hace 3 años, 5 meses | |
Use Radio on desktop, but Select on mobile
Iniciado por: kristofG en: Toolset Professional Support |
|
2 | 3 | hace 3 años, 5 meses | |
WP Views incompat with PHP8
Iniciado por: kristofG en: Toolset Professional Support |
|
2 | 3 | hace 3 años, 5 meses | |
Show Ajax loading icon on View (not Filter)
Iniciado por: kristofG en: Toolset Professional Support |
|
2 | 5 | hace 3 años, 7 meses | |
missing views-frontend css
Iniciado por: kristofG en: Toolset Professional Support |
1 | 2 | hace 3 años, 8 meses | ||
Ajax Search – Go to link on click
Iniciado por: kristofG en: Toolset Professional Support |
|
2 | 2 | hace 3 años, 10 meses | |
Select2 dropdown broken after AJAX update
Iniciado por: kristofG
en: 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 | hace 4 años | |
Need to check 200 boxes to create CPT entry, is there a better way?
Iniciado por: kristofG en: Toolset Professional Support |
|
2 | 8 | hace 4 años | |
Sorting posts based on custom date field is incorrect
Iniciado por: kristofG
en: Toolset Professional Support
Problem: In this user's case they have the Post Order plugin installed. This plugin is known to disrupt the sorting order of our Toolset plugins so it is recommended to keep it disabled. |
|
2 | 8 | hace 4 años, 1 mes | |
Modify the WP Query with a Custom Field Post ID
1
2
Iniciado por: kristofG
en: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 21 | hace 4 años, 1 mes |