Pat
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
How to list post based on non custom field
Gestartet von: 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 | vor 4 Jahren, 2 Monaten | ||
Wordfence showing warning about Toolset Forms Commerce
Gestartet von: Pat in: Chat Support |
1 | 2 |
vor 4 Jahren, 2 Monaten
|
||
User registration form does not accept specific domain name
Gestartet von: 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 | vor 4 Jahren, 2 Monaten | ||
Another issue with Views used as a select in a Forms
Gestartet von: Pat in: Toolset Professional Support |
2 | 5 | vor 4 Jahren, 2 Monaten | ||
Hook for adding a custom field in WC email
Gestartet von: Pat in: Toolset Professional Support |
2 | 8 | vor 4 Jahren, 2 Monaten | ||
Unable to retrieve postmeta
Gestartet von: Pat in: Toolset Professional Support |
2 | 3 | vor 4 Jahren, 3 Monaten | ||
Translation not done with last plugin version
Gestartet von: 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 | vor 4 Jahren, 3 Monaten | ||
How not to select taxonomy (leave blank) in front end
Gestartet von: Pat in: Toolset Professional Support |
2 | 3 | vor 4 Jahren, 3 Monaten | ||
Dynamic field population inside a Form
1
2
Gestartet von: Pat in: Toolset Professional Support |
3 | 22 | vor 4 Jahren, 3 Monaten | ||
Access issue on created roles
Gestartet von: Pat in: Toolset Professional Support |
2 | 12 | vor 4 Jahren, 5 Monaten | ||
Post created by Cred commerce does not publish after order payment validation
Gestartet von: Pat in: Toolset Professional Support |
2 | 3 | vor 4 Jahren, 7 Monaten | ||
Split: All variation plugins failed when the Toolset "Add to cart" shortcode is used – Woo Variations Table plugin
Gestartet von: Pat in: Toolset Professional Support |
2 | 12 | vor 4 Jahren, 8 Monaten | ||
All variation plugins failed when the Toolset "Add to cart" shortcode is used
Gestartet von: Pat in: Toolset Professional Support |
3 | 12 | vor 4 Jahren, 8 Monaten | ||
Define cront task thants to Toolset hook?
Gestartet von: Pat in: Toolset Professional Support |
2 | 3 | vor 4 Jahren, 9 Monaten | ||
New issue with DIVI
Gestartet von: Pat in: Toolset Professional Support |
2 | 11 | vor 4 Jahren, 9 Monaten |