cameronJ-3
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 |
---|---|---|---|---|---|
Need to Filter wpv-control-postmeta to only show a drop down realated to parent
Started by: cameronJ-3
in: Toolset Professional Support
Problem: How to filter search dropdown items limited to the repeatable field? Solution: Toolset does not have that filter feature. You can use the workaround below: - Add a view that lists the repeatable field items and add them as an HTML hidden field. - Add the custom JS below to the content template that you use to replace the content of the search dropdown with the hidden fields: jQuery(document).ready(function() { var theTracks = '<option value="" selected="selected">Choose a track</option>'; jQuery('#track-options > input').each(function(){ theTracks += '<option value="' + jQuery(this).attr('value') + '">' + jQuery(this).attr('value') + '</option>' }); jQuery('select[name="wpv-wpcf-track-name"]').html(theTracks); }); |
|
2 | 10 | 3 years, 2 months ago | |
How to allign view buttons so they are at the bottom of the view
Started by: cameronJ-3 in: Toolset Professional Support |
|
2 | 5 | 3 years, 2 months ago | |
Shortcode Value not being passed to my leaflet map pop-up
Started by: cameronJ-3 in: Toolset Professional Support |
|
2 | 6 | 3 years, 3 months ago | |
two seperate conditional views for mobile and desktop
Started by: cameronJ-3 in: Toolset Professional Support |
|
2 | 3 | 3 years, 3 months ago | |
I'm Need to Filter a Legacy View by Category Type
Started by: cameronJ-3 in: Toolset Professional Support |
|
2 | 3 | 3 years, 3 months ago | |
Use Views Output to Trigger Shortcodes
Started by: cameronJ-3 in: Toolset Professional Support |
|
3 | 9 | 3 years, 3 months ago | |
Filter Search Taxonomy Field not working on relationship view
Started by: cameronJ-3 in: Toolset Professional Support |
|
2 | 4 | 4 years, 1 month ago |