Pat
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
How to filter user Views with user roles?
Started by: Pat in: Toolset Professional Support |
2 | 13 | 5 years, 8 months ago | ||
Assign a custom field to the postype created by Cred
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 8 months ago | ||
Toolset shortcodes no more integrated inside the DIVI
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 8 months ago | ||
How to create multiple WP accounts using the same email
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 8 months ago | ||
Create a user page in front end
Started by: Pat
in: Toolset Professional Support
Problem: Solution: You can create the specifilc link to user profilelike as given under: <a href="urltocontentprofilepage/?users-filter=[wpv-user field='ID']">[wpv-us You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 7 | 5 years, 8 months ago | ||
Controling access of all pages with the same parent with a Group
Started by: Pat in: Toolset Professional Support |
2 | 4 | 5 years, 8 months ago | ||
Custom placeholder function in code snippets
Started by: Pat
in: Toolset Professional Support
Problem: The issue here is that the user had created some custom placeholders for their CRED notifications. add_filter('cred_subject_notification_codes', 'custom_generic_field_notification', 10, 1); add_filter('cred_body_notification_codes', 'custom_generic_field_notification', 10, 1); function custom_generic_field_notification( $defaultPlaceHolders ) { $newPlaceHolders = array( '%%FICHE_TECHNIQUE%%' => $_REQUEST['produit-concerne'] '%%TITLE%%' => $_REQUEST['producttitle'] ); return array_merge($defaultPlaceHolders, $newPlaceHolders ); } With the generic field [cred_generic_field type='textfield' field='produit-concerne'] { "default":"[types field='fiche-technique-produit'][/types]" } [/cred_generic_field] [cred_generic_field field='producttitle' type='hidden' class='' urlparam=''] { "required":0, "validate_format":0, "default":"[wpv-post-title]" } [/cred_generic_field] However the placeholders weren't working. Solution: For this user they just needed to ensure that the field is being stored to the database by using the "persist":1 attribute. |
2 | 4 | 5 years, 9 months ago | ||
Display a product page inside a modal window integrated inside a Views
Started by: Pat
in: Toolset Professional Support
Problem: I want to be able to display the full product page (in the future inside a modal window) in product listing page. Solution: In the products listing page, you will need to use another shortcode: [wpv-woo-buy-or-select] Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#vf-154336 |
2 | 14 | 5 years, 9 months ago | ||
woocommerce-variation DIV produced WCV is not rendered anymore after AJAX events in a View listing products
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 9 months ago | ||
Bug : Cred and Views in conflict with Google Langage Translator plugin
Started by: Pat in: Toolset Professional Support |
2 | 6 | 5 years, 9 months ago | ||
wc variable price disappear when using filter
1
2
3
Started by: Pat
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
3 | 35 | 5 years, 9 months ago | ||
How to display the featured products only with views
Started by: Pat
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case with the following reply: Relevant Documentation: |
2 | 3 | 5 years, 9 months ago | ||
Filter by ASC and DESC in the same bloc
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 9 months ago | ||
Impossible to manage a field with Toolset
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 9 months ago | ||
Add number of ratings in product listing page
Started by: Pat in: Toolset Professional Support |
4 | 14 | 5 years, 10 months ago |