himanshuS
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
How to insert parent featured image to child post if no child post has no image
Started by: himanshuS
in: Toolset Professional Support
Problem: I have a Form that creates child posts. If the featured image is not provided in the child post Form, I would like to copy the featured image from the parent post into the featured image of the child post. Solution: If the parent post is not predefined, then you must use the Forms API to copy the parent post's featured image into the child post's featured image since the parent post cannot be determined at the time the Form is loaded. Use the cred_submit_complete API to automate the process. In that callback you can use toolset_get_related_post or toolset_get_related_posts to query the parent post, then get_post_meta to fetch the featured image, then update_post_meta in the child post to set the featured image programmatically. Relevant Documentation: |
2 | 4 | 3 years, 6 months ago | ||
How do I integrate CRED with email marketing platforms like Mailchimp?
Started by: himanshuS in: Toolset Professional Support |
3 | 5 | 3 years, 6 months ago | ||
On-demand custom code snippets error notification but no error on trying again
Started by: himanshuS
in: Toolset Professional Support
Problem: I created a custom code snippet to run on-demand. It seems to work correctly but I see an error message in the code editor page marked "Last Error": [2021-06-27 10:38:12, frontend] Executed code snippet "update". Note: Depending on the nature of the error, you may need to run the script in a particular scenario to make sure the issue is gone. Solution: It looks like the error was resolved in the code snippet but the internal test procedure was not run again after the code edits. Click "Save the snippet and try again" to run the code again through the internal test procedure. If it is successful, that should clear out the internal error log history and remove the "last error" display. |
2 | 3 | 3 years, 6 months ago | ||
How to delay running code in toolset custom code section AFTER CRED login
Started by: himanshuS
in: Toolset Professional Support
Problem: I want to update the array by using custom code written in toolset custom code section. The code has been written and it works fine if I use the on-demand feature of toolset and append the file Solution: It needs custom codes, for example: Relevant Documentation: |
2 | 3 | 3 years, 6 months ago | ||
How much can I really build with toolset without the site slowing down?
Started by: himanshuS in: Toolset Professional Support |
2 | 5 | 3 years, 7 months ago | ||
How to show great grandfather post WYSIWYG in the right format on a child post
Started by: himanshuS in: Toolset Professional Support |
2 | 5 | 3 years, 7 months ago | ||
Can I build a user activity feed with Toolset?
Started by: himanshuS
in: Toolset Professional Support
Problem: Solution: You will require to build such feature on your own that may require custom programming. I suggest you should try to search for plugin that serve your purpose, for example: https://wordpress.org/plugins/custom-simple-rss/ Relevant Documentation: |
2 | 3 | 3 years, 8 months ago | ||
Mandatory generic field stops form submission even if field data provided
Started by: himanshuS in: Toolset Professional Support |
3 | 10 | 3 years, 8 months ago | ||
Username stored differently in two registration forms
Started by: himanshuS in: Toolset Professional Support |
2 | 6 | 3 years, 8 months ago | ||
Any hopes to getting email verification on the roadmap at Toolset?
Started by: himanshuS in: Toolset Professional Support |
2 | 4 | 3 years, 8 months ago | ||
Unable to store image tag in Select field Display Text Option
Started by: himanshuS
in: Toolset Professional Support
Problem: I would like to display an image for each option in a select custom field, and allow Users to click images to select options in a form input field. Solution: There is no easy way to do this with a select field. You can use a radio field instead, and add image tags to each option in the field settings page. You must include a custom code snippet to allow HTML content here. add_filter( 'types_sanitize_field_labels', '__return_false' ); Relevant Documentation: |
2 | 8 | 3 years, 8 months ago | ||
Unable to see form changes on frontend
Started by: himanshuS in: Toolset Professional Support |
2 | 4 | 3 years, 8 months ago | ||
Fatal error: Uncaught Error: Argument 1 passed
Started by: himanshuS in: Toolset Professional Support |
2 | 6 | 3 years, 9 months ago | ||
Show one field at a time on CRED form?
Started by: himanshuS in: Toolset Professional Support |
2 | 2 | 3 years, 9 months ago | ||
How to use forgot password and reset password shortcodes?
Started by: himanshuS in: Toolset Professional Support |
2 | 4 | 3 years, 9 months ago |