brianO
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é |
---|---|---|---|---|---|
When I am writting post/classic style and select the read more location
Commencé par : brianO in: Toolset Professional Support |
2 | 6 | Il y a 4 mois | ||
Pagination at the botto only
Commencé par : brianO in: Toolset Professional Support |
2 | 5 | Il y a 4 mois et 3 semaines | ||
Make custom taxo. on a custom post type sortable in the admin show_admin_colum
Commencé par : brianO in: Toolset Professional Support |
2 | 2 | Il y a 1 année et 3 mois | ||
Divi Integration
Commencé par : brianO in: Toolset Professional Support |
2 | 2 | Il y a 1 année et 8 mois | ||
Divi Builder Project content type is not recognized by toolset typess.
Commencé par : brianO in: Toolset Professional Support |
2 | 2 | Il y a 2 années et 2 mois | ||
Divi whith block editor inside divi builder
Commencé par : brianO in: Toolset Professional Support |
2 | 3 | Il y a 2 années et 2 mois | ||
views – block – Pagination – featured image as background only showing on first
Commencé par : brianO in: Toolset Professional Support |
2 | 11 | Il y a 4 années | ||
Display taxonomy name with PHP
Commencé par : brianO in: Chat Support |
1 | 2 |
Il y a 4 années et 4 mois
|
||
blocks plugin not showing up under toolset once enabled.
Commencé par : brianO in: Toolset Professional Support |
2 | 2 | Il y a 4 années et 5 mois | ||
Flow process from user form to admin multi step communication Gravityflow
Commencé par : brianO in: Toolset Professional Support |
2 | 3 | Il y a 4 années et 5 mois | ||
Outgoing Connections Manager Help This feature allows you to specify certain IP
Commencé par : brianO in: Toolset Professional Support |
2 | 13 | Il y a 4 années et 5 mois | ||
Custom archive is looping twice
Commencé par : brianO in: Toolset Professional Support |
2 | 3 | Il y a 4 années et 9 mois | ||
views layout 1 large post 2 small post 1 large post 2 small posts layout
Commencé par : brianO in: Toolset Professional Support |
2 | 2 | Il y a 5 années et 8 mois | ||
cred commerce, I need form submit with product variations
Commencé par : brianO
in: Toolset Professional Support
Problem: I have a CRED Commerce form that includes a select field where Users can choose a custom variation option. I would like to use that custom variation option to determine which product should be added to the User's cart. Solution: First you need to modify the generic select field so that each option has a unique value. Then, set up a custom field on the Listing post type that will hold the value of the Listing Option selection. Add that field to the CRED form, and hide it using CSS. Write custom JavaScript to copy the value from the Listing Option field into this hidden field before the form is submitted. Then you can access the Listing Option value in your cred_commerce_add_product_to_cart callback and do whatever you need to do with it to determine which product should be added to the cart. For example, this line in the code above will let you access the custom field value: $pid = get_post_meta($post_id, 'wpcf-your-hidden-field-slug',true); // get the value of the Listing Option field Relevant Documentation: |
2 | 7 | Il y a 6 années et 7 mois | ||
How to add JS (JavaScript) code to Content Templates, or CRED forms?
Commencé par : brianO
in: Toolset Professional Support
Problem: Solution: In Views, you as well have a button in the JS editor, so to hook your code to AJAX events of the View. |
2 | 2 | Il y a 6 années et 9 mois |