• I’m so impressed with this plugin that I have stopped looking for the time being to ask you for help.

    I am making a custom theme and everything goes well until I try and create an appointment.

    As you know the plugin tells the user “Click a free day to apply for an appointment.”

    But when you do this nothing happens.
    Can you help?

    My demo site is;
    mdmsoftwaredevelopment.co.nf/?page_id=17

    https://wordpress.org/plugins/appointments/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey MDMedia, I was having the same issue until I found the section in the settings page that shows you a fully configured page. The code is as follows:

    <table>
    <tbody>
    <tr>
    <td colspan="2">[app_my_appointments]</td>
    </tr>
    <tr>
    <td>[app_services]</td>
    <td>[app_service_providers]</td>
    </tr>
    <tr>
    <td colspan="2">[app_monthly_schedule]</td>
    </tr>
    <tr>
    <td colspan="2">[app_pagination month="1"]</td>
    </tr>
    <tr>
    <td colspan="2">[app_login]</td>
    </tr>
    <tr>
    <td colspan="2">[app_confirmation]</td>
    </tr>
    </tbody>
    </table>

    Now I’m having some issues of my own, where having the calendar behind a secure login page, will not work. Anyone got ideas?

    Thread Starter MDMedia

    (@mdmedia)

    Thank you for this. But can you clarify a few things for me?

    Where exactly is the section of the settings page?
    Do you mean the word press settings or the plugin settings?
    I do not see anywhere I can enter that code in there.

    And is the code above to be copied and pasted? Or will I find it somewhere?

    Thanks again for your time.

    You should be able to copy paste the above code and have the form working.

    The settings page of the plugin. Located here:

    Appointments+ -> Settings -> Display Settings.

    Its the first option, read what it says and you’ll see the configuration pages.

    Plugin Contributor Kasia – WPMU DEV Support

    (@wpmudev-support2)

    Hello MDMedia

    Shortcodes shown here https://wordpress.org/support/topic/cannot-create-appointment?replies=4#post-8661406 have to be in your appointment page.

    Appointments are using JS scripts to work and your site is throwing a lots of them:

    https://www.dropbox.com/s/vcxa3ri4w3heqga/Zrzut%20ekranu%20z%202016-07-22%2023-52-38.png?dl=0

    you need first to fix those errors. First – you are adding jQuery twice. That will not work for scripts that are using jQuery to run.

    kind regards,
    Kasia

    Thread Starter MDMedia

    (@mdmedia)

    @s14guy04@gmail.com

    Thanks for the help but unfortunately that did not work.

    @kasia
    I think I have fixed the errors, what are you using to check?

    Regards

    Plugin Contributor Kasia – WPMU DEV Support

    (@wpmudev-support2)

    Hello MDMedia,

    I’m using Chrome Developers console. And those error are still on your site. Change theme to one of WordPress default ones and run plugin conflict test to see what is causing them.

    https://developer.chrome.com/devtools

    kind regards,
    Kasia

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cannot Create Appointment’ is closed to new replies.