sarahP
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Deprecated Notice on PHP 8.1 and latest Views & Types
Gestartet von: sarahP in: Toolset Professional Support |
|
2 | 4 | vor 10 Monaten, 3 Wochen | |
Remove dash from subcategories in legacy View filter dropdown
Gestartet von: 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 | vor 2 Jahren, 4 Monaten | |
Split: More PHP errors showing in the log
Gestartet von: sarahP in: Toolset Professional Support |
|
2 | 4 | vor 3 Jahren, 2 Monaten | |
404 and PHP errors when using dynamic image
Gestartet von: sarahP in: Toolset Professional Support |
|
2 | 12 | vor 3 Jahren, 3 Monaten | |
Toolset array_intersect Warning filling error log
Gestartet von: sarahP in: Toolset Professional Support |
|
2 | 6 | vor 3 Jahren, 7 Monaten | |
Question about inline dynamic fields and excerpts in a paragraph
Gestartet von: sarahP in: Toolset Professional Support |
|
2 | 4 | vor 3 Jahren, 9 Monaten |