pascalH
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 |
---|---|---|---|---|---|
Edit content template not possible after upgrade to PHP 8.0
Started by: pascalH in: Toolset Professional Support |
|
2 | 8 | 2 years, 3 months ago | |
Conditional output only works on first post type in post form
Started by: pascalH in: Toolset Professional Support |
|
2 | 3 | 4 years, 10 months ago | |
Buttons changed for photo upload and upload method
Started by: pascalH
in: Toolset Professional Support
Problem: Since the Media Library has become an option for managing Forms image uploads, the button text for "Clear value" and "Upload or select image" are no longer translatable in String Translation. Solution: add_filter( 'gettext', 'change_cred_button_texts', 20, 3 ); function change_cred_button_texts( $translated_text, $text, $domain ) { if ( !is_admin() ) { if( $text == 'Clear value' && $domain == 'wp-cred' ) { return 'Clear value (translation)'; } if( $text == 'Upload or select image' && $domain == 'wp-cred' ) { return 'Upload or select image (translation)'; } } return $translated_text; } |
|
2 | 7 | 5 years ago | |
Add time Cred Generic Field Date
Started by: pascalH in: Toolset Professional Support |
|
2 | 5 | 5 years, 5 months ago | |
Toolset Access 2.8.1.2 does not work as expected
Started by: pascalH in: Toolset Professional Support |
|
2 | 7 | 5 years, 6 months ago | |
Set maximum size of featured image when uploading via front end (cred form)
Started by: pascalH in: Toolset Professional Support |
|
2 | 3 | 5 years, 6 months ago | |
Image optimizing
Started by: pascalH in: Toolset Professional Support |
|
2 | 3 | 5 years, 7 months ago |