cameronJ-3
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
| Status | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
Need to Filter wpv-control-postmeta to only show a drop down realated to parent
Commencé par : 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 | Il y a 4 years, 1 month | |
|
How to allign view buttons so they are at the bottom of the view
Commencé par : cameronJ-3 in: Toolset Professional Support |
|
2 | 5 | Il y a 4 years, 1 month | |
|
Shortcode Value not being passed to my leaflet map pop-up
Commencé par : cameronJ-3 in: Toolset Professional Support |
|
2 | 6 | Il y a 4 years, 2 months | |
|
two seperate conditional views for mobile and desktop
Commencé par : cameronJ-3 in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 2 months | |
|
I'm Need to Filter a Legacy View by Category Type
Commencé par : cameronJ-3 in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 2 months | |
|
Use Views Output to Trigger Shortcodes
Commencé par : cameronJ-3 in: Toolset Professional Support |
|
3 | 9 | Il y a 4 years, 2 months |