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é |
---|---|---|---|---|---|
How to list post based on non custom field
Commencé par : Pat
in: Toolset Professional Support
Problem: The issue here is that the user wanted to list out all their posts that do not have a specific custom field. Solution: Unfortunately this isn't possible to do through the use of the User interface and as such a custom filter is required. The code below should be able to resolve this. add_filter( 'wpv_filter_query', 'display_not_exist_posts', 99, 3 ); function display_not_exist_posts( $query_args, $view_settings, $views_id ) { if ( $views_id == 123 ) { // if it is specific view and by default $query_args['meta_query'][] = array( 'key' => 'wpcf-customfieldslug', 'compare' => 'NOT EXISTS', ); } return $query_args; } Add this code to the Toolset custom code section in Toolset->Settings->Custom code and activate it. Change 123 to the ID of your view and wpcf-customfeldslug to the slug of your custom field keeping the wpcf- slug |
|
2 | 3 | Il y a 4 années et 5 mois | |
Wordfence showing warning about Toolset Forms Commerce
Commencé par : Pat in: Chat Support |
|
1 | 2 |
Il y a 4 années et 5 mois
|
|
User registration form does not accept specific domain name
Commencé par : Pat
in: Toolset Professional Support
Problem: The issue here is that a specific email address isn't being validated while the other is when registering with a Toolset Form.. Example titi@cannesu.fr and titi@cannes.fr Solution: In order for the email to be valid the domain must also be valid. Toolset validation also checks to see if the email domain is valid. If it isn't then the verification of the email will fail. |
|
2 | 7 | Il y a 4 années et 5 mois | |
Another issue with Views used as a select in a Forms
Commencé par : Pat in: Toolset Professional Support |
|
2 | 5 | Il y a 4 années et 6 mois | |
Hook for adding a custom field in WC email
Commencé par : Pat in: Toolset Professional Support |
|
2 | 8 | Il y a 4 années et 6 mois | |
Unable to retrieve postmeta
Commencé par : Pat in: Toolset Professional Support |
|
2 | 3 | Il y a 4 années et 6 mois | |
Translation not done with last plugin version
Commencé par : Pat
in: Toolset Professional Support
Problem: The “UPLOAD OR SELECT IMAGE” text shown in a Form to clear an image does not seem to be translatable. Solution: You can translate the text with WordPress filter hook "gettext", for example: https://toolset.com/forums/topic/translation-not-done-with-last-plugin-version/#post-1489657 Relevant Documentation: |
|
2 | 6 | Il y a 4 années et 6 mois | |
How not to select taxonomy (leave blank) in front end
Commencé par : Pat in: Toolset Professional Support |
|
2 | 3 | Il y a 4 années et 6 mois | |
Dynamic field population inside a Form
1
2
Commencé par : Pat in: Toolset Professional Support |
|
3 | 22 | Il y a 4 années et 7 mois | |
Access issue on created roles
Commencé par : Pat in: Toolset Professional Support |
|
2 | 12 | Il y a 4 années et 9 mois | |
Post created by Cred commerce does not publish after order payment validation
Commencé par : Pat in: Toolset Professional Support |
|
2 | 3 | Il y a 4 années et 11 mois | |
Split: All variation plugins failed when the Toolset "Add to cart" shortcode is used – Woo Variations Table plugin
Commencé par : Pat in: Toolset Professional Support |
|
2 | 12 | Il y a 5 années | |
All variation plugins failed when the Toolset "Add to cart" shortcode is used
Commencé par : Pat in: Toolset Professional Support |
|
3 | 12 | Il y a 5 années | |
Define cront task thants to Toolset hook?
Commencé par : Pat in: Toolset Professional Support |
|
2 | 3 | Il y a 5 années et 1 mois | |
New issue with DIVI
Commencé par : Pat in: Toolset Professional Support |
|
2 | 11 | Il y a 5 années et 1 mois |