himanshuS
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Intermittent error on user form submission does not show reason
Commencé par : himanshuS in: Toolset Professional Support |
|
3 | 6 | Il y a 4 années | |
How to insert parent featured image to child post if no child post has no image
Commencé par : 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 | Il y a 4 années | |
How do I integrate CRED with email marketing platforms like Mailchimp?
Commencé par : himanshuS in: Toolset Professional Support |
|
3 | 5 | Il y a 4 années | |
On-demand custom code snippets error notification but no error on trying again
Commencé par : 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 | Il y a 4 années | |
How to delay running code in toolset custom code section AFTER CRED login
Commencé par : 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 | Il y a 4 années | |
How much can I really build with toolset without the site slowing down?
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 5 | Il y a 4 années et 1 mois | |
How to show great grandfather post WYSIWYG in the right format on a child post
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 5 | Il y a 4 années et 1 mois | |
Can I build a user activity feed with Toolset?
Commencé par : 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 | Il y a 4 années et 2 mois | |
Mandatory generic field stops form submission even if field data provided
Commencé par : himanshuS in: Toolset Professional Support |
|
3 | 10 | Il y a 4 années et 2 mois | |
Username stored differently in two registration forms
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 6 | Il y a 4 années et 2 mois | |
Any hopes to getting email verification on the roadmap at Toolset?
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 4 | Il y a 4 années et 2 mois | |
Unable to store image tag in Select field Display Text Option
Commencé par : 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 | Il y a 4 années et 2 mois | |
Unable to see form changes on frontend
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 4 | Il y a 4 années et 2 mois | |
Fatal error: Uncaught Error: Argument 1 passed
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 6 | Il y a 4 années et 3 mois | |
Show one field at a time on CRED form?
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 2 | Il y a 4 années et 3 mois |