• Resolved mick89

    (@mick89)


    Hello guys.

    I’m using contact form 7 and this plugin.

    I’ve set up my date like this (inside contact form 7)

    [date* datum class:datum123]

    and then under settings – datetime picker set the css selector to .datum123

    When i try to load the plugin by clicking on textfield, nothing happens.

    I’ve enabled plugin across full website.

    Any ideas?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @mick89
    Hard to say what it could be without checking the page. Either a javascript issue or a misconfiguration. Are you able to share the link to the page where the date picker should display?
    Greetings, Carlos

    Thread Starter mick89

    (@mick89)

    https://em-tech.si/

    on the first page, scroll down to “prijava na tečaje”. you will see two red boxes. Click on the right one that says “usposabljanje s področja varnosti in zdravja pri delu”. Just under email, you will be able to see the datetime.

    Thanks for the help 🙂

    Hi @mick89 thank you for sharing the link.

    There are 2 issues.
    First, set the field to be a normal field, instead of a date field. This will allow the plugin to handle the date part, instead of the browser.

    Then add this to the custom css in the customizer:

    .xdsoft_datetimepicker {
    z-index:999999999999999;
    }

    The datepicker is actually displaying, but hidden behind the lightbox. The css should help bringint it above the lightbox.

    Check if it works.

    Greetings, Carlos

    Thread Starter mick89

    (@mick89)

    Hey Carlos.

    Thanks!

    This indeed solved the issue.

    Thank your for a great plugin 🙂

    One more question. Is it possible to only show mondays on the calendar? I’ve searched through plugin options but i couldn’t find it.

    It would be a good addition to the plugin 🙂

    Thanks for great work 🙂

    glad it works @mick89
    You can disable all other week days in the advanced settings tab of the plugin settings page and only leave monday active.
    Greetings, Carlos

    Thread Starter mick89

    (@mick89)

    well that was kinda embarrasing. i’ve already disabled saturday and sunday there..how i missed other days, i’ve no idea 😀

    thanks for a great plugin!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Can’t get plugin to work’ is closed to new replies.