nicolaS-3
Support threads created in the last 30 days: 3
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Standard WP fields not available in filter field list
Started by: nicolaS-3 in: Toolset Professional Support |
2 | 5 | 4 years, 10 months ago | ||
Parent selection field, display post ID instead of titles in select
Started by: nicolaS-3
in: Toolset Professional Support
Problem: I have a Form that allows Users to create child posts. The Form contains a select field that allows the User to select a parent post in a one-to-many relationship. Instead of displaying the parent post title in each select field option, I would like to display the post ID. Or, I would like to automate the parent post title so that the title is the same as the post ID. Parent posts are also created by Forms. Solution: If you want to automatically set the parent post's title to be the same as its ID you could use the cred_save_data hook with your parent post Form. Remove the title field from the parent post Form first to prevent the User from submitting a title. Then use the cred_save_data hook and the wp_update_post API to programmatically set the post title. Relevant Documentation: |
2 | 3 | 4 years, 10 months ago | ||
My Account view showing too many users
Started by: nicolaS-3 in: Toolset Professional Support |
2 | 12 | 4 years, 10 months ago | ||
Display parent on Child Form
Started by: nicolaS-3
in: Toolset Professional Support
Problem:
Solution: [cred-post-parent get='title'] //Title of parent [cred-post-parent get='url'] //URL of parent OR, you can nest ShortCodes, which is also something that may stop working at some point in future, as WordPress does not like nested shortcodes - however it should proceed to work in Toolset Forms and Views as long the block editor is not used: Another approach could be to create a custom code with the above principles and output the title, so no nesting is necessary. |
2 | 3 | 4 years, 11 months ago | ||
Registration form not appearing if Access is activated
Started by: nicolaS-3 in: Toolset Professional Support |
2 | 11 | 4 years, 11 months ago | ||
Generic questions about forms
1
2
Started by: nicolaS-3 in: Toolset Professional Support |
2 | 17 | 5 years ago | ||
Save post info from CPT1 to CPT2
1
2
Started by: nicolaS-3 in: Toolset Professional Support |
2 | 18 | 5 years ago | ||
Add an editing link to a view/page
1
2
Started by: nicolaS-3 in: Toolset Professional Support |
2 | 22 | 5 years ago | ||
Another Avada/Toolset conflict
Started by: nicolaS-3 in: Toolset Professional Support |
2 | 7 | 5 years ago | ||
Style forgot password form submit button
Started by: nicolaS-3 in: Toolset Professional Support |
3 | 9 | 5 years ago | ||
Classic login/registration process issues
1
2
Started by: nicolaS-3 in: Toolset Professional Support |
2 | 29 | 5 years, 1 month ago | ||
Broken relationships after support
Started by: nicolaS-3 in: Toolset Professional Support |
1 | 2 | 5 years, 1 month ago | ||
Similar M-to-M relationships in views behave differently
Started by: nicolaS-3
in: Toolset Professional Support
Problem: I'm unable to use the "Edit" button in the Loop Wizard next to a Types field, so I can't insert a field from a related post easily. I'm also seeing some strangeness in the Form editor screen. Solution: Both issues can be resolved by removing Google Maps from Privacy Consent settings in Avada Theme options. |
3 | 12 | 5 years, 1 month ago | ||
Default pages for each CPT
Started by: nicolaS-3 in: Toolset Professional Support |
2 | 3 | 5 years, 1 month ago | ||
Dates in Views filters
Started by: nicolaS-3
in: Toolset Professional Support
Problem: I have two custom fields for start date and end date. I would like to create a View that displays posts where the start date has already passed and the end date has not already occurred. Solution: In this case, I would use a combination of start date less than or equal to TODAY, and end date less than FUTURE_DAY(1). I would also be sure to use data type "number" instead of "DATE" in the query filter. Relevant Documentation: |
2 | 7 | 5 years, 1 month ago |