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é |
---|---|---|---|---|---|
Product image disappears when using a Views filter
Commencé par : Pat
in: 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 | Il y a 5 années et 11 mois | ||
Issue with inserted a Views loop editor inside DIvi
Commencé par : Pat in: Toolset Professional Support |
2 | 5 | Il y a 5 années et 11 mois | ||
Conditional output does not work with Divi
Commencé par : Pat in: Toolset Professional Support |
2 | 6 | Il y a 5 années et 11 mois | ||
Manage Mailpoet 3 with shop manager role
Commencé par : Pat in: Toolset Professional Support |
2 | 3 | Il y a 5 années et 11 mois | ||
Display specific variation of a product
Commencé par : Pat
in: 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 | Il y a 5 années et 12 mois | ||
Radiofield with specific options per product
Commencé par : Pat
in: 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 | Il y a 5 années et 12 mois | ||
Placeholders do not work with user notification (relaunch)
Commencé par : Pat
in: 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 | Il y a 6 années | ||
Assign custom field to WC order
Commencé par : Pat
in: 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 | Il y a 6 années | ||
Placeholders do not work with user notification
Commencé par : Pat in: Toolset Professional Support |
3 | 7 | Il y a 6 années et 1 mois | ||
Split: Unable to add custom fields to field group
Commencé par : Pat in: Toolset Professional Support |
2 | 11 | Il y a 6 années et 1 mois | ||
Retrieving WC order ID inside cart and checkout pages
Commencé par : Pat in: Toolset Professional Support |
2 | 8 | Il y a 6 années et 1 mois | ||
What are the latest plugin compatible version with Layouts demo for Bootstrap 3
Commencé par : Pat in: Toolset Professional Support |
2 | 6 | Il y a 6 années et 1 mois | ||
Update of a radio field options in the frontend thanks to a Cred
Commencé par : Pat in: Toolset Professional Support |
2 | 2 | Il y a 6 années et 1 mois | ||
Update of a radio field options in the frontend thanks to a Cred
Commencé par : Pat in: Toolset Professional Support |
2 | 7 | Il y a 6 années et 1 mois | ||
Retreive custom fields in checkout page
Commencé par : Pat in: Toolset Professional Support |
2 | 9 | Il y a 6 années et 1 mois |