-
AuthorPosts
-
May 22, 2019 at 10:13 pm #1103476
Hi,
how can i open the datepicker when i click on a textfield? The cf7 datepicker field dont looks like a textfield and that sucks.
And is it possible to get this work in enfold: DateTimePicker
I tried it on my way but i only got my page broken. Don’t know how to put it into enfold.Maybee someone can help.
Thanks,
Banshee350May 25, 2019 at 4:28 pm #1104182I hvae tried to add the Jquery Datepicker to enfold but doesn’t works for me.
add_action( 'wp_footer', 'custom_script_datepicker' ); function custom_script_datepicker() { ?> <link rel="stylesheet" type="text/css" href="/jquery.datetimepicker.css"/ > <script src="/jquery.js"></script> <script src="/build/jquery.datetimepicker.full.min.js"></script> <script type="text/javascript"> jQuery.datetimepicker.setLocale('de'); jQuery('#datetimepicker').datetimepicker(); </script> <?php }
The files are in the css and js folder and i put a textfield with id “datetimepicker” but nothing happens.
May 27, 2019 at 3:15 pm #1104528Hi,
Thank you for writing to us.
Cf7 is a third party plugin. Have you tried to check out their support forum or docs as they know their plugin better.
It would require quite some time and customization to customize a 3rd party script, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
As an alternate solution, you can try changing the look of the cf7 date picker filed to look the way you like using custom CSS.
Best regards,
VinayMay 27, 2019 at 3:15 pm #1104529Hi,
Thank you for writing to us.
Cf7 is a third party plugin. Have you tried to check out their support forum or docs as they know their plugin better.
It would require quite some time and customization to customize a 3rd party script, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
As an alternate solution, you can try changing the look of the cf7 date picker filed to look the way you like using custom CSS.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.