Pat
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Cred_sava_data for user meta
Iniciado por: Pat en: Toolset Professional Support |
2 | 10 | hace 5 años | ||
Cred modification form on current user post author
Iniciado por: Pat en: Toolset Professional Support |
2 | 11 | hace 5 años | ||
[wpv-post-id] does not work with DIVI
Iniciado por: Pat en: Toolset Professional Support |
3 | 15 | hace 5 años, 1 mes | ||
Conditional display based on a generic radio field
Iniciado por: Pat en: Toolset Professional Support |
3 | 7 | hace 5 años, 1 mes | ||
How to restrict the list of options appearing with the relationship in Cred
Iniciado por: Pat en: Toolset Professional Support |
2 | 5 | hace 5 años, 1 mes | ||
Cred commerce form inside a product
Iniciado por: Pat en: Toolset Professional Support |
2 | 5 | hace 5 años, 1 mes | ||
Auto assignment user cred relationship form
Iniciado por: Pat en: Toolset Professional Support |
2 | 3 | hace 5 años, 1 mes | ||
New upload image process
Iniciado por: Pat en: Toolset Professional Support |
2 | 3 | hace 5 años, 1 mes | ||
Issue with Cred (form does not succeed
Iniciado por: Pat en: Toolset Professional Support |
2 | 7 | hace 5 años, 1 mes | ||
Restrict acces to bbpress user page with Access
Iniciado por: Pat en: Toolset Professional Support |
2 | 5 | hace 5 años, 2 meses | ||
How to get the list of taxonomy ID of a post?
Iniciado por: Pat
en: 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 | hace 5 años, 3 meses | ||
Bootstrap 3 modal does not scroll on mobile
Iniciado por: Pat en: Toolset Professional Support |
2 | 3 | hace 5 años, 3 meses | ||
cred_save_data and image url
Iniciado por: Pat
en: 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 | hace 5 años, 3 meses | ||
Insert relationship inside a Cred form
Iniciado por: Pat en: Toolset Professional Support |
2 | 5 | hace 5 años, 3 meses | ||
Record only the thumbnail image
Iniciado por: Pat en: Toolset Professional Support |
2 | 3 | hace 5 años, 3 meses |