• Resolved turgeoncraig

    (@turgeoncraig)


    I added the location, the services and workers, then made connections for each service and the worker and the workers location. I embedded the code onto the page and it looks nice BUT the calendar never loads. When I click service all the options are there and when i select one, the worker field populates, when i select worker it just says “please select another day”. I don’t see a calendar like in the screen shots at all but i’ve set it up the same way. someone please help.

    https://www.ads-software.com/plugins/easy-appointments/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nikola Loncar

    (@loncar)

    Hi Turgeoncraig,

    can you send me link to that page? There must be some other javascript that is preventing datepicker to be visible. If you have some other plugins there you can try putting them to off/on just to see if they cosing the problem.

    Best regards,
    Nikola

    Thread Starter turgeoncraig

    (@turgeoncraig)

    https://www.shearbeautybyjc.com on internet explorer it’s loading the times but theirs no date it’s auto selecting today’s date for some reason and then when you send it, there’s no email being sent

    Plugin Author Nikola Loncar

    (@loncar)

    Hi Turgeoncraig,

    there is some style that is making problem on your site. Please go to your settings of Easy Appointments and place this code to “Custom style :

    .hentry .ea-standard .date {
       display: block !important;
    }

    and save it after that tray again. ??

    Best regards,
    Nikola

    Plugin Author Nikola Loncar

    (@loncar)

    Hi Turgeoncraig,

    I saw that you fix your date picker. You can also try a bootstrap version of form. Just switch from

    [ea_standard]

    to

    [ea_bootstrap]

    and also change that css code from previous message :

    .hentry .ea-bootsrap .date {
       display: block !important;
    }

    I will close this thread, if you have some other problem feel free to open new one. ??

    Best regards,
    Nikola

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘calendar doesn't load…’ is closed to new replies.