bisrandom
Forum Replies Created
-
Wow – I tried to figure it out for so long without success. Thank you so much for solving it for me. Your plugin is great. ??
Hi Stephen,
Thanks for your reply. I have added the shortcode to a page (Calendar) and I am not passing it any attributes.
The test page is:
https://www.gduleyengineers.com/whitelotustest/calendar/
Thanks!
Forum: Plugins
In reply to: [WPBook Lite] using WPBook Lite and custom post type Events@johneckman Many thanks! I will try this out now ??
Hi daveleeone,
Can I please ask what you changed line 158 to ?
I’ve tried both:
input.addClass(‘active’).timepicker({
and
input.addClass(‘active’).datetimepicker({but can’t get it to work … if I change it back to datepicker it works fine …
Cheers
Hi Xanderashwell,
This is exactly what I’ve been looking for .. but I’m just having some trouble implementing it ….. I’ve copied the files over .. checked the url is correct … added the register field to my functions.php
The ‘Time’ field becomes available, however it just doesn’t seem to function correctly. It doesn’t bring up a selector … just allows me to type in the custom field box.
to try to figure out what I was doing wrong I edited the time_picker.php file and on line 158 I changed it to datepicker .. to test if that would work and it was fine (the date selector displayed as expected) … I just can’t get timepicker or datetimepicker working.
eg.
input.addClass(‘active’).datepicker({Any ideas? Many thanks!