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
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
Yes that was it. Thank you for your help!
Hey Orthus,
Glad that helped 🙂 Have a great day!
Cheers,
Bojan