sarahP
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 |
---|---|---|---|---|---|
Deprecated Notice on PHP 8.1 and latest Views & Types
Iniciado por: sarahP en: Toolset Professional Support |
|
2 | 4 | hace 10 meses, 3 semanas | |
Remove dash from subcategories in legacy View filter dropdown
Iniciado por: sarahP
en: 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 | hace 2 años, 4 meses | |
Split: More PHP errors showing in the log
Iniciado por: sarahP en: Toolset Professional Support |
|
2 | 4 | hace 3 años, 2 meses | |
404 and PHP errors when using dynamic image
Iniciado por: sarahP en: Toolset Professional Support |
|
2 | 12 | hace 3 años, 3 meses | |
Toolset array_intersect Warning filling error log
Iniciado por: sarahP en: Toolset Professional Support |
|
2 | 6 | hace 3 años, 7 meses | |
Question about inline dynamic fields and excerpts in a paragraph
Iniciado por: sarahP en: Toolset Professional Support |
|
2 | 4 | hace 3 años, 9 meses |