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 |
---|---|---|---|---|---|
Product image disappears when using a Views filter
Iniciado por: Pat
en: Toolset Professional Support
Problem: I have a View of Products that seems to work okay until the URL is modified by adding a filter. After that, the Product images do not appear in the View. Solution: Add the following CSS override: div.woocommerce-product-gallery--with-images{ opacity: 1 !important; transition: opacity 0.25s ease-in-out; } |
2 | 7 | hace 5 años, 11 meses | ||
Issue with inserted a Views loop editor inside DIvi
Iniciado por: Pat en: Toolset Professional Support |
2 | 5 | hace 5 años, 11 meses | ||
Conditional output does not work with Divi
Iniciado por: Pat en: Toolset Professional Support |
2 | 6 | hace 5 años, 11 meses | ||
Manage Mailpoet 3 with shop manager role
Iniciado por: Pat en: Toolset Professional Support |
2 | 3 | hace 5 años, 11 meses | ||
Display specific variation of a product
Iniciado por: Pat
en: Toolset Professional Support
Problem: I'm using Toolset and WC on a new site and have created products with different variations. Those variations are related to different user levels/roles and allow to define a product price defined for each user level/role. So, I would like to know if there is a possibility to define the variation that will be display in a Views (and only these variation) depending of the user role to be sure that a specific user will buy the product at the price defined by his role. Solution: There isn't such a built-in feature with Toolset, you might consider custom codes. Relevant Documentation: |
2 | 3 | hace 5 años, 12 meses | ||
Radiofield with specific options per product
Iniciado por: Pat
en: Toolset Professional Support
Problem: I would like to create a radio field that displays specific options per product. Solution: Use WooCommerce attributes to create variable products. |
2 | 10 | hace 5 años, 12 meses | ||
Placeholders do not work with user notification (relaunch)
Iniciado por: Pat
en: Toolset Professional Support
Problem: I have checked and I have some code inside my function.php file related to placeholders, see details here: Solution: This is a custom PHP codes problem, I suggest to debug those custom PHP codes line by line. Relevant Documentation: |
2 | 5 | hace 6 años | ||
Assign custom field to WC order
Iniciado por: Pat
en: Toolset Professional Support
Problem: I would like to use the title of a parent post to set a custom field value using a cred_save_data hook, but I'm not sure how to access the parent post. Solution: It depends on when this Form was created and whether or not this post relationship has been migrated into the new Post Relationships system. In the old system, you could access the parent post ID in the $_POST superglobal as _wpcf_belongs_concours_id, then get the title using get_the_title: $meta_value = isset($_POST['_wpcf_belongs_concours_id']) ? get_the_title($_POST['_wpcf_belongs_concours_id']) : ''; In the new system, you can access the parent post using the updated relationship slug syntax. It looks like @relationship-slug_parent, but depends on your post relationship slug: $meta_value = isset($_POST['@relationship-slug_parent']) ? get_the_title($_POST['@relationship-slug_parent']) : ''; |
2 | 3 | hace 6 años | ||
Placeholders do not work with user notification
Iniciado por: Pat en: Toolset Professional Support |
3 | 7 | hace 6 años, 1 mes | ||
Split: Unable to add custom fields to field group
Iniciado por: Pat en: Toolset Professional Support |
2 | 11 | hace 6 años, 1 mes | ||
Retrieving WC order ID inside cart and checkout pages
Iniciado por: Pat en: Toolset Professional Support |
2 | 8 | hace 6 años, 1 mes | ||
What are the latest plugin compatible version with Layouts demo for Bootstrap 3
Iniciado por: Pat en: Toolset Professional Support |
2 | 6 | hace 6 años, 1 mes | ||
Update of a radio field options in the frontend thanks to a Cred
Iniciado por: Pat en: Toolset Professional Support |
2 | 2 | hace 6 años, 1 mes | ||
Update of a radio field options in the frontend thanks to a Cred
Iniciado por: Pat en: Toolset Professional Support |
2 | 7 | hace 6 años, 1 mes | ||
Retreive custom fields in checkout page
Iniciado por: Pat en: Toolset Professional Support |
2 | 9 | hace 6 años, 1 mes |