christopherH-7
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 |
---|---|---|---|---|---|
Datepicket onClose function not working
Started by: christopherH-7
in: Toolset Professional Support
Problem: I want to show Month and Year only on the date picker and on close save only month and year. Solution: Please add the Javascript code below in JS EDITOR section of your form: jQuery(window).load(function($) { jQuery('input.form-control.hasDatepicker').each(function() { jQuery(this).datepicker( "destroy" ); jQuery(this).datepicker({ changeMonth: true, changeYear: true, showButtonPanel: true, dateFormat: 'MM yy', onClose: function(dateText, inst) { var month = jQuery("#ui-datepicker-div .ui-datepicker-month :selected").val(); var year = jQuery("#ui-datepicker-div .ui-datepicker-year :selected").val(); jQuery(this).datepicker('setDate', new Date(year, month, 1)); } }); }); }); |
2 | 12 | 2 years, 11 months ago | ||
Fields not showing in REST API
Started by: christopherH-7 in: Toolset Professional Support |
2 | 2 | 3 years, 2 months ago | ||
change block editor to classic editor
Started by: christopherH-7 in: Toolset Professional Support |
2 | 2 | 4 years ago | ||
Cannot read property 'page' of undefined
Started by: christopherH-7 in: Toolset Professional Support |
2 | 2 | 4 years, 6 months ago | ||
sort by parent post title
Started by: christopherH-7 in: Toolset Professional Support |
2 | 2 | 4 years, 10 months ago | ||
Checkboxe value not showing
Started by: christopherH-7
in: Toolset Professional Support
Problem: Display custom checkboxes field values using PHP codes. Solution: you can specific the post ID parameter in types_render_field() function, for example: https://toolset.com/forums/topic/checkboxe-value-not-showing/#post-1444037 Relevant Documentation: |
2 | 7 | 5 years ago | ||
want to migrate toolset relationship
Started by: christopherH-7 in: Toolset Professional Support |
2 | 4 | 5 years, 1 month ago | ||
reCAPTCHA not working properly
Started by: christopherH-7 in: Toolset Professional Support |
2 | 5 | 5 years, 10 months ago | ||
Allow duplicate emails address
Started by: christopherH-7 in: Toolset Professional Support |
2 | 6 | 5 years, 11 months ago | ||
Assign Related Posts by code
Started by: christopherH-7 in: Toolset Professional Support |
2 | 4 | 6 years, 5 months ago | ||
Assign php variable or shortcode data to jQuery variable
Started by: christopherH-7 in: Toolset Professional Support |
2 | 2 | 6 years, 6 months ago |