julieP
Support threads created in the last 30 days: 2
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Populate Taxonomy Using cred_save_data?
Started by: julieP
in: Toolset Professional Support
Problem: I have a custom field in my Form. The option values for this field correspond to taxonomy terms. I would like to use the cred_save_data hook to add the selected term to the post. Solution: $taxonomy = 'taxonomy-slug'; $tag = array( $_POST['generic-field-slug'] ); wp_set_object_terms( $post_id, $tag, $taxonomy, true ); The value of the generic field should be the ID or slug of the term. Relevant Documentation: |
2 | 3 | 5 years, 5 months ago | ||
Display value from parent post field on child post form
Started by: julieP in: Toolset Professional Support |
2 | 5 | 5 years, 5 months ago | ||
Debug error in wp-admin relating to images (Types 3.3)
Started by: julieP
in: Toolset Professional Support
Problem: Solution: |
2 | 11 | 5 years, 5 months ago | ||
PHP Warnings since latest update to Access 2.7.3
Started by: julieP
in: Toolset Professional Support
Problem: Since updating to Access 2.7.3, I am seeing warnings in the error logs like PHP Warning: array_key_exists(): The first argument should be either a string or an integer in /path/to/site/wp-content/plugins/types-access/application/controllers/permissions_post_types.php on line 447 Solution: Update to Access 2.7.4 |
2 | 9 | 5 years, 6 months ago | ||
Using wp_enqueue_script for post edit content templates
Started by: julieP
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 5 | 5 years, 6 months ago | ||
Global Taxonomy for Multisite
Started by: julieP
in: Toolset Professional Support
Problem: Solution: |
2 | 4 | 5 years, 6 months ago | ||
meta_key undefined index error
Started by: julieP in: Toolset Professional Support |
2 | 3 | 5 years, 6 months ago | ||
Changing Images but keeping URL
Started by: julieP
in: Toolset Professional Support
Problem: Solution: A basic example is suggested below to use as a starting point for developing your own code: https://toolset.com/forums/topic/changing-images/#post-1236293 |
2 | 12 | 5 years, 7 months ago | ||
Issue with exporting/importing Forms
Started by: julieP
in: Toolset Professional Support
Problem: Solution: |
2 | 6 | 5 years, 7 months ago | ||
CT Description input is not a Multiline and other issues with
Started by: julieP
in: Toolset Professional Support
Problem: Solution: |
2 | 13 | 5 years, 7 months ago | ||
CT Description Field (one for Beda)
Started by: julieP in: Toolset Professional Support |
2 | 2 | 5 years, 7 months ago | ||
Login Shortcode Question
Started by: julieP in: Toolset Professional Support |
1 | 2 | 5 years, 7 months ago | ||
CRED HTML
Started by: julieP
in: Toolset Professional Support
Problem: Solution: |
2 | 5 | 5 years, 7 months ago | ||
Can't register Toolset on new install
Started by: julieP in: Toolset Professional Support |
2 | 3 | 5 years, 8 months ago | ||
user_email no longer available for selection in CRED User Form Notifications
Started by: julieP
in: Toolset Professional Support
Problem: The user_email field is not available to select in Form notification recipients. Solution: Update to the latest version of Forms to get the fix for this issue. |
3 | 14 | 5 years, 8 months ago |