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 | 1 year, 11 months ago | ||
Conditional output only works on first post type in post form
Started by: pascalH in: Toolset Professional Support |
2 | 3 | 4 years, 6 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 | 4 years, 8 months ago | ||
Add time Cred Generic Field Date
Started by: pascalH in: Toolset Professional Support |
2 | 5 | 5 years, 1 month ago | ||
Toolset Access 2.8.1.2 does not work as expected
Started by: pascalH in: Toolset Professional Support |
2 | 7 | 5 years, 2 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, 3 months ago | ||
Image optimizing
Started by: pascalH in: Toolset Professional Support |
2 | 3 | 5 years, 3 months ago | ||
Hiding URL or part of the video URL
Started by: pascalH in: Toolset Professional Support |
2 | 15 | 5 years, 6 months ago | ||
Using FFmpeg in combination with video function
Started by: pascalH
in: Toolset Professional Support
Problem: Suppose FFmpeg is installed on our server and FFMpeg is set to convert a .mov file to MP4. When a user then uploads a video with his IOS device using the toolset video field, would it be possible that the video is placed and shown on the website can actually be played? Solution: It needs custom codes, see details here: https://toolset.com/forums/topic/using-ffmpeg-in-combination-with-video-function-2/#post-1282463 Relevant Documentation: |
2 | 5 | 5 years, 6 months ago | ||
Hiding URL or part of the video URL
Started by: pascalH in: Toolset Professional Support |
1 | 2 | 5 years, 6 months ago | ||
Using FFmpeg in combination with video function
Started by: pascalH in: Toolset Professional Support |
1 | 2 | 5 years, 6 months ago | ||
Sorting users by 2 Custom Fields did not succeed
Started by: pascalH in: Toolset Professional Support |
2 | 8 | 5 years, 6 months ago | ||
Sorting users by 2 Custom Fields
Started by: pascalH
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 5 | 5 years, 7 months ago | ||
use multiple address fields, show results in 1 map + search function address
Started by: pascalH in: Toolset Professional Support |
2 | 6 | 5 years, 7 months ago | ||
Show view with post on the profile page
Started by: pascalH in: Toolset Professional Support |
2 | 4 | 6 years ago |