I'm using Modern Theme and after the latest update I can't enter to Units.
I click the links in the sidebar but nothing happens.
What should I do?
Thank y0u.
I have the same issue, except i'm using the parent theme. Since updating from 2.07 to 2.08 I can not access any of my courses as admin or a student. Hope this gets a swift answer!
Students can't use courses. Broken units.
Did you re-save the permalinks ?
Is everything updated properly ?
The theme version ?
The vibe course module version ?
The vide custom types version ?
Yes, Yes, Yes, Yes. Everything is 2.09. Can i create admin account for you?
Can anyone please share the site link and admin credentials to check this asap ?
Admin for you:
User: vibe
Pass: vibepass
http://sapbwtraining.net
FYI I processed the 2.09 by updating the theme first, then all of the plugins a minute afterwards. In two update steps.
I can see there is a javascript error on your site coming form the course module plugin.
Please wait...
Thanks for presenting the use case, the fix would be released in few minutes/hours.
Thank you for looking into this, please update us when the fix is available as my students are getting upset.
Ok, quick fix :
a. Edit the file : wp-content/plugins/vibe-course-module/includes/js/course.js
b. locate this line of code
value = value..toLowerCase();
c. Remove the extra .
value = value.toLowerCase();
The issue should be resolved. I would be updating the vibe course module in few minutes with this bug fix. Thanks for patience.
Strangely/Amazingly this code fix causing this, was added at a later stage and somehow missed the testing part.