Pat
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Cred modification form on current user post author
Started by: Pat in: Toolset Professional Support |
2 | 11 | 5 years ago | ||
[wpv-post-id] does not work with DIVI
Started by: Pat in: Toolset Professional Support |
3 | 15 | 5 years, 1 month ago | ||
Conditional display based on a generic radio field
Started by: Pat in: Toolset Professional Support |
3 | 7 | 5 years, 1 month ago | ||
How to restrict the list of options appearing with the relationship in Cred
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 1 month ago | ||
Cred commerce form inside a product
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 1 month ago | ||
Auto assignment user cred relationship form
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 1 month ago | ||
New upload image process
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 1 month ago | ||
Issue with Cred (form does not succeed
Started by: Pat in: Toolset Professional Support |
2 | 7 | 5 years, 1 month ago | ||
Restrict acces to bbpress user page with Access
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 2 months ago | ||
How to get the list of taxonomy ID of a post?
Started by: Pat
in: Toolset Professional Support
Problem: In a View of posts, I would like to display a list of term IDs for all related taxonomy terms. Solution: [wpv-view name="Your Membre View Name" ids="12345"] Replace 12345 with the Membre post ID. |
2 | 5 | 5 years, 3 months ago | ||
Bootstrap 3 modal does not scroll on mobile
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 3 months ago | ||
cred_save_data and image url
Started by: Pat
in: Toolset Professional Support
Problem: I'm trying to copy a custom field from a post into a user field. The field is an image field. When I check the copied value with update_user_meta, the value is serialized in the database. How should I copy the field value correctly without serialization? In the user meta field: a:1:{i:0;s:86:"https://my-site.com/wp-content/uploads/2019/10/my-photo.jpg";} Solution: When using get_post_meta, the third parameter will influence the returned data type. Use true in the third parameter to return only the first value, and prevent this serialization. $photo_membre = get_post_meta ($post_id, 'wpcf-photo-identite-membre', true); update_user_meta ($user_id, 'wpcf-photo', $photo_membre); Relevant Documentation: |
2 | 5 | 5 years, 3 months ago | ||
Insert relationship inside a Cred form
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 3 months ago | ||
Record only the thumbnail image
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 3 months ago | ||
Use a custom field as avatar in WordPress
Started by: Pat in: Toolset Professional Support |
2 | 9 | 5 years, 3 months ago |