• Hello!

    When i want to make an appointment, i cannot click on the dates on the calendar, nothing happens. It seems that the links don’t exist.

    I tried to deactivate all plugins, but that didn’t help.

    But i found out, that when i change my theme (which is self made) to the wordpress theme “twentyforteen” then it works. I tried copying the header to my theme, but that didnt help either. I have hardcoded the “fancybox” plugin into my header, which i thought could be a problem, but commenting it out did nothing. I am out of ideas.

    The Link to the booking site is

    Has anyone an idea what could cause this problem?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there Orthus86,

    Hope you’re well today!

    This is definitely theme related, I’ve checked the link and I’m not being able to see any errors in the console so to get further information on this can you enable WP_DEBUG in your wp-config.php file and tell me if there are any errors displayed?

    To output the WordPress debugging information you can open your wp-config.php file and change:

    define(‘WP_DEBUG’, false);

    To:

    define(‘WP_DEBUG’, true);

    Please let me know what you find.

    Best regards,
    Bojan

    Thread Starter Orthus86

    (@orthus86)

    Hi,

    thanks for the advice. I tried to debug, but the only output i got was

    Strict Standards: Redefining already defined constructor for class Appointments in /srv/www_sdk/htdocs/wp-content/plugins/appointments/appointments.php on line 43

    Strict Standards: Redefining already defined constructor for class AppointmentsGcal in /srv/www_sdk/htdocs/wp-content/plugins/appointments/includes/class.gcal.php on line 26

    which i also get with the theme twentyforteen. And this is, as far as i know, not a bug.

    The only ting i can think of is, that something with javascript/jquery is not working properly. Or could somehow the stylesheet have something to do with it?

    Orthus

    Hey again Orthus,

    You’re probably right about the js not working properly but usually you can see js errors in the console when there are any which is the reason I wanted you to check the debug.

    This might be related to your theme not having wp_footer hook. You’ll find more information here https://codex.wordpress.org/Function_Reference/wp_footer.

    Please let me know if this helps 🙂

    Best regards,
    Bojan

    Thread Starter Orthus86

    (@orthus86)

    Yes that was it. Thank you for your help!

    Hey Orthus,

    Glad that helped 🙂 Have a great day!

    Cheers,
    Bojan

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

The topic ‘Cannot confirm appointment’ is closed to new replies.