larryB-3
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Adding default featured image per CRED form/CPT
Iniciado por: larryB-3 en: Toolset Professional Support |
|
2 | 3 | 2 years, 2 months ago | |
How to include BCCs on post form notifications
Iniciado por: larryB-3 en: Toolset Professional Support |
|
2 | 3 | 2 years, 2 months ago | |
Can you display on the front end a post expiration date?
Iniciado por: larryB-3 en: Toolset Professional Support |
|
2 | 11 | 2 years, 4 months ago | |
Trying to limit CRED from post content to 500 words or less
Iniciado por: larryB-3
en: Toolset Professional Support
Problem: I add a snippet to limit the number of words for post content in the form and I get this error: Cannot redeclare function my_validation. Solution: Change the name of the function as you used that somewhere else on your WordPress installation: add_filter('cred_form_validate','chr_validation',10,2); function chr_validation($field_data, $form_data) { //field data are field values and errors list($fields,$errors)=$field_data; //check if post_title field is more than 500 words if ( str_word_count($fields['post_content']['value']) > 500 ) { //set error message for post_content field $errors['post_content']='500 word count exceeded. Please, use less words for your description.'; } //return result return array($fields,$errors); } Relevant Documentation: https://toolset.com/forums/topic/limit-word-count-on-cred-post_content-field/ |
|
2 | 3 | 2 years, 4 months ago | |
User Registration Form with check box to agree to terms & conditions
Iniciado por: larryB-3 en: Toolset Professional Support |
|
2 | 5 | 2 years, 5 months ago | |
Can user permissions allow the user to edit….
Iniciado por: larryB-3 en: Toolset Professional Support |
2 | 3 | 2 years, 5 months ago | ||
How can I show a total of published items on the front end for a custom posttype
Iniciado por: larryB-3 en: Toolset Professional Support |
|
2 | 3 | 4 years, 2 months ago | |
Using toolset Maps – how do I display the zip/postal code on the front end
Iniciado por: larryB-3 en: Toolset Professional Support |
|
2 | 3 | 4 years, 2 months ago | |
After recent update product pages no longer appear with my theme headers footer
1
2
Iniciado por: larryB-3 en: Toolset Professional Support |
|
2 | 18 | 4 years, 4 months ago | |
Ideas on creating a gallery slider within a CPT
Iniciado por: larryB-3 en: Toolset Professional Support |
|
2 | 2 | 4 years, 7 months ago | |
Is there away to display the mutl-select terms used in the search for the output
Iniciado por: larryB-3 en: Toolset Professional Support |
|
2 | 7 | 4 years, 7 months ago | |
Placing search boxes into 3 columns
Iniciado por: larryB-3
en: Toolset Professional Support
Problem: I'm trying to place the 3 search boxes into bootstrap columns so that on large screens the 3 show side by side, spread out equally across the page and on mobile they would go on top of each other. Solution: Please try this: Dashboard-> Toolset-> Settings-> General: Relevant Documentation: |
|
2 | 3 | 4 years, 8 months ago |