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é |
---|---|---|---|---|---|
Insert edit user form link
Commencé par : Pat
in: Toolset Professional Support
Problem: How to insert edit user form link. Solution: You can follow our document to setup a content template, and insert edit user form link, like this: https://toolset.com/forums/topic/insert-edit-user-form-link/#post-1244933 Relevant Documentation: |
2 | 3 | Il y a 5 années et 8 mois | ||
Split: Cred WC submission – remove success message from url
Commencé par : Pat in: Toolset Professional Support |
2 | 13 | Il y a 5 années et 8 mois | ||
How to filter user Views with user roles?
Commencé par : Pat in: Toolset Professional Support |
2 | 13 | Il y a 5 années et 8 mois | ||
Assign a custom field to the postype created by Cred
Commencé par : Pat in: Toolset Professional Support |
2 | 3 | Il y a 5 années et 8 mois | ||
Toolset shortcodes no more integrated inside the DIVI
Commencé par : Pat in: Toolset Professional Support |
2 | 5 | Il y a 5 années et 8 mois | ||
How to create multiple WP accounts using the same email
Commencé par : Pat in: Toolset Professional Support |
2 | 3 | Il y a 5 années et 8 mois | ||
Create a user page in front end
Commencé par : 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 | Il y a 5 années et 8 mois | ||
Controling access of all pages with the same parent with a Group
Commencé par : Pat in: Toolset Professional Support |
2 | 4 | Il y a 5 années et 8 mois | ||
Custom placeholder function in code snippets
Commencé par : 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 | Il y a 5 années et 8 mois | ||
Display a product page inside a modal window integrated inside a Views
Commencé par : 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 | Il y a 5 années et 8 mois | ||
woocommerce-variation DIV produced WCV is not rendered anymore after AJAX events in a View listing products
Commencé par : Pat in: Toolset Professional Support |
2 | 5 | Il y a 5 années et 9 mois | ||
Bug : Cred and Views in conflict with Google Langage Translator plugin
Commencé par : Pat in: Toolset Professional Support |
2 | 6 | Il y a 5 années et 9 mois | ||
wc variable price disappear when using filter
1
2
3
Commencé par : Pat
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
3 | 35 | Il y a 5 années et 9 mois | ||
How to display the featured products only with views
Commencé par : Pat
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case with the following reply: Relevant Documentation: |
2 | 3 | Il y a 5 années et 9 mois | ||
Filter by ASC and DESC in the same bloc
Commencé par : Pat in: Toolset Professional Support |
2 | 3 | Il y a 5 années et 9 mois |