sarahP
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 | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Deprecated Notice on PHP 8.1 and latest Views & Types
Commencé par : sarahP in: Toolset Professional Support |
|
2 | 4 | Il y a 10 mois et 4 semaines | |
Remove dash from subcategories in legacy View filter dropdown
Commencé par : sarahP
in: Toolset Professional Support
Problem: How to remove the spaces and dashes 0 in the dropdown filter? Solution: Add the JS code below: jQuery( document ).ready(function() { jQuery('select[name="wpv-authors"] option').each(function () { var theText = jQuery(this).text(); theText = theText.replace(' -',''); jQuery(this).text(theText) }); }); jQuery( document ).on( 'js_event_wpv_parametric_search_form_updated', function( event, data ) { jQuery('select[name="wpv-authors"] option').each(function () { var theText = jQuery(this).text(); theText = theText.replace(' -',''); jQuery(this).text(theText) }); }); Relevant Documentation: https://toolset.com/course-lesson/adding-custom-javascript-to-views-templates-and-archives/ |
|
2 | 5 | Il y a 2 années et 4 mois | |
Split: More PHP errors showing in the log
Commencé par : sarahP in: Toolset Professional Support |
|
2 | 4 | Il y a 3 années et 3 mois | |
404 and PHP errors when using dynamic image
Commencé par : sarahP in: Toolset Professional Support |
|
2 | 12 | Il y a 3 années et 3 mois | |
Toolset array_intersect Warning filling error log
Commencé par : sarahP in: Toolset Professional Support |
|
2 | 6 | Il y a 3 années et 7 mois | |
Question about inline dynamic fields and excerpts in a paragraph
Commencé par : sarahP in: Toolset Professional Support |
|
2 | 4 | Il y a 3 années et 9 mois |