cameronJ-3
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 |
|---|---|---|---|---|---|
|
Need to Filter wpv-control-postmeta to only show a drop down realated to parent
Iniciado por: cameronJ-3
en: 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 | 4 years, 1 month ago | |
|
How to allign view buttons so they are at the bottom of the view
Iniciado por: cameronJ-3 en: Toolset Professional Support |
|
2 | 5 | 4 years, 1 month ago | |
|
Shortcode Value not being passed to my leaflet map pop-up
Iniciado por: cameronJ-3 en: Toolset Professional Support |
|
2 | 6 | 4 years, 2 months ago | |
|
two seperate conditional views for mobile and desktop
Iniciado por: cameronJ-3 en: Toolset Professional Support |
|
2 | 3 | 4 years, 2 months ago | |
|
I'm Need to Filter a Legacy View by Category Type
Iniciado por: cameronJ-3 en: Toolset Professional Support |
|
2 | 3 | 4 years, 2 months ago | |
|
Use Views Output to Trigger Shortcodes
Iniciado por: cameronJ-3 en: Toolset Professional Support |
|
3 | 9 | 4 years, 2 months ago |