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 4 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 1 Jahr, 10 Monaten | ||
Split: More PHP errors showing in the log
Gestartet von: sarahP in: Toolset Professional Support |
2 | 4 | vor 2 Jahren, 9 Monaten | ||
404 and PHP errors when using dynamic image
Gestartet von: sarahP in: Toolset Professional Support |
2 | 12 | vor 2 Jahren, 9 Monaten | ||
Toolset array_intersect Warning filling error log
Gestartet von: sarahP in: Toolset Professional Support |
2 | 6 | vor 3 Jahren, 1 Monat | ||
Question about inline dynamic fields and excerpts in a paragraph
Gestartet von: sarahP in: Toolset Professional Support |
2 | 4 | vor 3 Jahren, 3 Monaten | ||
Memcached prevents field group title from saving
Gestartet von: sarahP
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 12 | vor 5 Jahren, 6 Monaten | ||
Plugin notice: You must have a valid subscription in order to get upgrades…
Gestartet von: sarahP
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 4 | vor 6 Jahren, 4 Monaten | ||
wpv-post-excerpt shortcode function no longer works after plugin update
Gestartet von: sarahP in: Toolset Professional Support |
2 | 6 | vor 6 Jahren, 6 Monaten | ||
CRED ajax post form submission generates „undefined“ popup
Gestartet von: sarahP
in: Toolset Professional Support
Problem: On CRED version 1.9.6.1, with option option "AJAX submission", get a Solution: It seems to be a known bug of stable version of CRED plugin 1.9.6.1, then I tried your settings with the development version of CRED plugin 2.0, it works fine, but it is still under QA status, so I suggest you try these: 1) Edit your CRED form, disable option "AJAX submission" 2) Wait for the next stable version of CRED plugin 2.0, and test again. Relevant Documentation: |
3 | 7 | vor 6 Jahren, 6 Monaten | ||
Receiving frequent PHP Fatal Error on all sites; appears to be Jetpack conflict
1
2
Gestartet von: sarahP
in: Toolset Professional Support
Problem: PHP Fatal error: Uncaught Error: Call to undefined function WP_Installer() in types/vendor/toolset/toolset-common/inc/controller/admin/notices.php:94 Solution: |
3 | 23 | vor 7 Jahren, 1 Monat |