matsF
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 |
---|---|---|---|---|---|
View only shows for logged in users
Started by: matsF in: Toolset Professional Support |
2 | 9 | 7 months ago | ||
Site is having critical error
Started by: matsF
in: Toolset Professional Support
Problem: Fatal error: Maximum execution time of 90 seconds exceeded in /wp-content/plugins/toolset-blocks/embedded/inc/wpv-filter-embedded.php on line 91 Solution: If you have this issue, please try to follow the steps in the live site and check if it gets the issue fixed: - Go to Toolset > Views |
3 | 11 | 8 months, 1 week ago | ||
Extra p tags follow-up?
Started by: matsF in: Toolset Professional Support |
2 | 4 | 3 years, 4 months ago | ||
Conditional check of relation field in parent page
Started by: matsF in: Toolset Professional Support |
2 | 4 | 3 years, 9 months ago | ||
Conditional output in relations field in a view shortcode
Started by: matsF in: Toolset Professional Support |
2 | 4 | 3 years, 10 months ago | ||
Grid block vertical alignment issue
1
2
Started by: matsF in: Toolset Professional Support |
3 | 23 | 4 years ago | ||
Parent post connections
Started by: matsF
in: Toolset Professional Support
Problem: Display parent page information. Solution: You can try to setup the item attribute as: for example, in the child page, you can display it's parent page field "postadress" value with below shortcode: [types field='postadress' item='$parent'][/types] Relevant Documentation: https://toolset.com/documentation/user-guides/views/views-shortcodes/item-attribute/ |
2 | 9 | 4 years, 9 months ago | ||
Posts slider views block?
Started by: matsF in: Toolset Professional Support |
2 | 11 | 4 years, 9 months ago | ||
BB Posts Module breaks Content Template
1
2
Started by: matsF in: Toolset Professional Support |
2 | 16 | 4 years, 10 months ago | ||
User form first and last name body codes
Started by: matsF
in: Toolset Professional Support
Problem: I would like to include the new User's name, email and ID in the email notification sent out when a new User Form is submitted. Solution: add_filter('cred_body_notification_codes', 'custom_generic_field_notification'); add_filter('cred_subject_notification_codes', 'custom_generic_field_notification'); function custom_generic_field_notification( $defaultPlaceHolders ) { $newPlaceHolders = array( '%%FORCED_FIRST%%' => $_REQUEST['first_name'], '%%FORCED_LAST%%' => $_REQUEST['last_name'], '%%FORCED_EMAIL%%' => $_REQUEST['user_email'] ); return array_merge($defaultPlaceHolders, $newPlaceHolders ); } The %%USER_USERID%% placeholder has been fixed in Forms 2.0 |
2 | 8 | 6 years, 6 months ago | ||
Contact form to post author
Started by: matsF
in: Toolset Professional Support
Problem: I have a CRED form that creates new posts. When the form is submitted I would like to send a notification to the author of the custom post where the form is displayed, not the author of the post being created by CRED. Solution: Add a hidden generic field to the CRED form and set the value to be the author's email address: <div style="display:none;"> [cred_generic_field field='currentpostauthor' type='email' class='' urlparam=''] { "required":0, "validate_format":0, "default":"[wpv-post-author format='meta' meta='user_email']", "persist":1 } [/cred_generic_field] </div> Then you can access the currentpostauthor field in the email notification destination editor. |
3 | 14 | 6 years, 7 months ago | ||
Date field problem
Started by: matsF
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
3 | 4 | 6 years, 9 months ago | ||
Beaver Builder CSS lost
Started by: matsF
in: Toolset Professional Support
Problem: Solution: |
2 | 10 | 6 years, 10 months ago |