sarahP
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 |
---|---|---|---|---|---|
Deprecated Notice on PHP 8.1 and latest Views & Types
Started by: sarahP in: Toolset Professional Support |
|
2 | 4 | 7 months, 2 weeks ago | |
Remove dash from subcategories in legacy View filter dropdown
Started by: 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 | 2 years ago | |
Split: More PHP errors showing in the log
Started by: sarahP in: Toolset Professional Support |
|
2 | 4 | 2 years, 11 months ago | |
404 and PHP errors when using dynamic image
Started by: sarahP in: Toolset Professional Support |
|
2 | 12 | 2 years, 11 months ago | |
Toolset array_intersect Warning filling error log
Started by: sarahP in: Toolset Professional Support |
|
2 | 6 | 3 years, 4 months ago | |
Question about inline dynamic fields and excerpts in a paragraph
Started by: sarahP in: Toolset Professional Support |
|
2 | 4 | 3 years, 6 months ago | |
Memcached prevents field group title from saving
Started by: sarahP
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
|
2 | 12 | 5 years, 9 months ago |