johnB-43
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 search filter update closes an accordion
Started by: johnB-43
in: Toolset Professional Support
Problem: The issue that this user is having is that their Accordion is closing each time there is an AJAX action. Solution: This means that this entire section is getting refreshed with a new div and the javascript that is responsible for the accordion this the accordion is the same. So you will need to callback the function in order for you to have it open again. If its the bootstrap accordion then add this to your JS section of the filters section of your view. 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 */ jQuery('.collapse').collapse() }); This should reopen the Accordion after the results of your view is updated. |
2 | 9 | 5 years, 5 months ago | ||
taxonomy not displaying correctly
Started by: johnB-43 in: Toolset Professional Support |
2 | 13 | 5 years, 5 months ago | ||
Have search filters find items not assigned to any filtered category
Started by: johnB-43 in: Toolset Professional Support |
2 | 3 | 5 years, 5 months ago | ||
Can different post types be set to display differently in archives?
Started by: johnB-43 in: Toolset Professional Support |
2 | 3 | 5 years, 5 months ago |