gnanasekaraL9305
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 |
---|---|---|---|---|---|
Deprecated function using
Started by: gnanasekaraL9305 in: Toolset Professional Support |
2 | 3 | 5 years, 11 months ago | ||
location search is not working with multi select option..
Started by: gnanasekaraL9305 in: Toolset Professional Support |
2 | 2 | 5 years, 11 months ago | ||
I need to create a custom field as hidden field
Started by: gnanasekaraL9305 in: Toolset Professional Support |
2 | 3 | 6 years, 11 months ago | ||
how to set the price slider value once search results is displayed
Started by: gnanasekaraL9305 in: Toolset Professional Support |
2 | 4 | 6 years, 11 months ago | ||
js_event_wpv_parametric_search_results_updated not working
Started by: gnanasekaraL9305
in: Toolset Professional Support
Problem: The issue here is that the user is saying the js_event_wpv_parametric_search_results_updated callback function is not working Solution: In this user's case they didn't correctly formatted their code inside the function. The code needs to be inside the callback like this. jQuery( document ).on( 'js_event_wpv_parametric_search_form_updated', function( event, data ) { /** * data.view_unique_id (string) The View unique ID hash * data.view_changed_form (object) The jQuery object for the View form after being updated * data.view_changed_form_additional_forms_only (object) The jQuery object containing additional forms from other instances of the same View inserted using the [wpv-form-view] shortcode * data.view_changed_form_additional_forms_full (object) The jQuery object containing additional forms from other instances of the same View inserted using the [wpv-view] shortcode */ function initSlider() { console.log($('#wpv_control_textfield_min-price').val()); } }); |
2 | 2 | 6 years, 11 months ago | ||
I need to create a custom field as hidden field
Started by: gnanasekaraL9305 in: Types Community Support |
1 | 3 | 6 years, 11 months ago | ||
User's address field not loading
Started by: gnanasekaraL9305 in: Toolset Professional Support |
2 | 12 | 6 years, 12 months ago |