Your theme is loading its own moment library and this conflicts with the default wordpress moment library.
If your theme is bought from Themeforest please contact the author and ask them to add fix for this. The moment library should be loaded via this hook since moment.js is now shipped with wordpress:
wp_enqueue_script('moment');
I've added temporary fix by adding moment-timezone library to your theme eduma/assets/js/main.min.js file at the bottom.
Hi,
All events are showing properly but in month view and week view events are not showing.
Please help me how i can show events in month and week view.
Wp-admin details:
URL: http://sulross.infojiniconsulting.com/wp-admin
User: testadmin
Pass: testadmin@1238647$
Thanks & Regards
Firoz Khan
Hi,
Your theme is loading its own moment library and this conflicts with the default wordpress moment library.
If your theme is bought from Themeforest please contact the author and ask them to add fix for this. The moment library should be loaded via this hook since moment.js is now shipped with wordpress:
I've added temporary fix by adding moment-timezone library to your theme eduma/assets/js/main.min.js file at the bottom.
Stachethemes Developer