Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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,
    Banshee350

    #1104182

    I 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.

    #1104528

    Hi,

    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

    #1104529

    Hi,

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.