larryB-3
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 include BCCs on post form notifications
Started by: larryB-3 in: Toolset Professional Support |
2 | 3 | 1 year, 3 months ago | ||
Can you display on the front end a post expiration date?
Started by: larryB-3 in: Toolset Professional Support |
2 | 11 | 1 year, 5 months ago | ||
Trying to limit CRED from post content to 500 words or less
Started by: larryB-3
in: 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 | 1 year, 5 months ago | ||
User Registration Form with check box to agree to terms & conditions
Started by: larryB-3 in: Toolset Professional Support |
2 | 5 | 1 year, 6 months ago | ||
Can user permissions allow the user to edit….
Started by: larryB-3 in: Toolset Professional Support |
2 | 3 | 1 year, 6 months ago | ||
How can I show a total of published items on the front end for a custom posttype
Started by: larryB-3 in: Toolset Professional Support |
2 | 3 | 3 years, 3 months ago | ||
Using toolset Maps – how do I display the zip/postal code on the front end
Started by: larryB-3 in: Toolset Professional Support |
2 | 3 | 3 years, 3 months ago | ||
After recent update product pages no longer appear with my theme headers footer
Started by: larryB-3 in: Toolset Professional Support |
2 | 18 | 3 years, 5 months ago | ||
Ideas on creating a gallery slider within a CPT
Started by: larryB-3 in: Toolset Professional Support |
2 | 2 | 3 years, 8 months ago | ||
Is there away to display the mutl-select terms used in the search for the output
Started by: larryB-3 in: Toolset Professional Support |
2 | 7 | 3 years, 9 months ago | ||
Placing search boxes into 3 columns
Started by: larryB-3
in: 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 | 3 years, 9 months ago | ||
Email Notifications form User Forms Not Displaying Fields
Started by: larryB-3 in: Toolset Professional Support |
2 | 3 | 4 years, 1 month ago | ||
Creating a view that shows customers subscriptions per user IDs.
Started by: larryB-3
in: Toolset Professional Support
Problem: I would like to also add another query/view onto this that shows per user, which woocommerce subscriptions and which woocomerce memberships that user ID is tied to. Solution: In Toolset side, you can: - Use shortcode [wpv-user field="ID"] to get current logged-in user's ID, - Use shortcode [wpv-post-author format="meta" meta="ID"] to get current post author's ID You can check it with plugin authors of "WooCommerce Membership" and "WooCommerce Subscriptions", check if there is any shortcode within their plugins, which supports passing user's ID, and display customer's Membership and Subscriptions information. Relevant Documentation: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-user https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-154504 |
2 | 3 | 4 years, 1 month ago | ||
cannot add a Post edit link
Started by: larryB-3
in: Toolset Professional Support
Problem: Solution: |
2 | 4 | 4 years, 1 month ago | ||
Previous support provided has stopped working – can you look at again?
Started by: larryB-3 in: Toolset Professional Support |
2 | 10 | 4 years, 2 months ago |