Pat
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é |
---|---|---|---|---|---|
Cred_sava_data for user meta
Commencé par : Pat in: Toolset Professional Support |
|
2 | 10 | Il y a 5 années et 1 mois | |
Cred modification form on current user post author
Commencé par : Pat in: Toolset Professional Support |
|
2 | 11 | Il y a 5 années et 1 mois | |
[wpv-post-id] does not work with DIVI
Commencé par : Pat in: Toolset Professional Support |
|
3 | 15 | Il y a 5 années et 1 mois | |
Conditional display based on a generic radio field
Commencé par : Pat in: Toolset Professional Support |
|
3 | 7 | Il y a 5 années et 2 mois | |
How to restrict the list of options appearing with the relationship in Cred
Commencé par : Pat in: Toolset Professional Support |
|
2 | 5 | Il y a 5 années et 2 mois | |
Cred commerce form inside a product
Commencé par : Pat in: Toolset Professional Support |
|
2 | 5 | Il y a 5 années et 2 mois | |
Auto assignment user cred relationship form
Commencé par : Pat in: Toolset Professional Support |
|
2 | 3 | Il y a 5 années et 2 mois | |
New upload image process
Commencé par : Pat in: Toolset Professional Support |
|
2 | 3 | Il y a 5 années et 2 mois | |
Issue with Cred (form does not succeed
Commencé par : Pat in: Toolset Professional Support |
|
2 | 7 | Il y a 5 années et 2 mois | |
Restrict acces to bbpress user page with Access
Commencé par : Pat in: Toolset Professional Support |
|
2 | 5 | Il y a 5 années et 3 mois | |
How to get the list of taxonomy ID of a post?
Commencé par : 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 | Il y a 5 années et 3 mois | |
Bootstrap 3 modal does not scroll on mobile
Commencé par : Pat in: Toolset Professional Support |
|
2 | 3 | Il y a 5 années et 3 mois | |
cred_save_data and image url
Commencé par : 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 | Il y a 5 années et 3 mois | |
Insert relationship inside a Cred form
Commencé par : Pat in: Toolset Professional Support |
|
2 | 5 | Il y a 5 années et 3 mois | |
Record only the thumbnail image
Commencé par : Pat in: Toolset Professional Support |
|
2 | 3 | Il y a 5 années et 3 mois |