himanshuS
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Intermittent error on user form submission does not show reason
Gestartet von: himanshuS in: Toolset Professional Support |
|
3 | 6 | vor 4 Jahre | |
How to insert parent featured image to child post if no child post has no image
Gestartet von: 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 | vor 4 Jahre | |
How do I integrate CRED with email marketing platforms like Mailchimp?
Gestartet von: himanshuS in: Toolset Professional Support |
|
3 | 5 | vor 4 Jahre | |
On-demand custom code snippets error notification but no error on trying again
Gestartet von: 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 | vor 4 Jahre | |
How to delay running code in toolset custom code section AFTER CRED login
Gestartet von: 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 | vor 4 Jahre | |
How much can I really build with toolset without the site slowing down?
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahre, 1 Monat | |
How to show great grandfather post WYSIWYG in the right format on a child post
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahre, 1 Monat | |
Can I build a user activity feed with Toolset?
Gestartet von: 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 | vor 4 Jahre, 2 Monaten | |
Mandatory generic field stops form submission even if field data provided
Gestartet von: himanshuS in: Toolset Professional Support |
|
3 | 10 | vor 4 Jahre, 2 Monaten | |
Username stored differently in two registration forms
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 6 | vor 4 Jahre, 2 Monaten | |
Any hopes to getting email verification on the roadmap at Toolset?
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 4 | vor 4 Jahre, 2 Monaten | |
Unable to store image tag in Select field Display Text Option
Gestartet von: 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 | vor 4 Jahre, 2 Monaten | |
Unable to see form changes on frontend
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 4 | vor 4 Jahre, 2 Monaten | |
Fatal error: Uncaught Error: Argument 1 passed
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 6 | vor 4 Jahre, 3 Monaten | |
Show one field at a time on CRED form?
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 2 | vor 4 Jahre, 3 Monaten |