Title: Problem with Loading Modules in Coursepress: Modules not loading and stuck
Last modified: December 12, 2019

---

# Problem with Loading Modules in Coursepress: Modules not loading and stuck

 *  [vishalthapar](https://wordpress.org/support/users/vishalthapar/)
 * (@vishalthapar)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/problem-with-loading-modules-in-coursepress-modules-not-loading-and-stuck/)
 * A few weeks ago coursepress was working perfectly. But now if i’m opening a course
   to modify some things, it won’t show the modules. It says: “Loading modules…”
   and this won’t complete. I opened up the console to find this error:
    “coursepress-
   unitsbui…r.js?ver=2.2.2:1459 Uncaught TypeError: this.$ is not a function at 
   success (coursepress-unitsbui…r.js?ver=2.2.2:1459) at Object.i.success (backbone.
   min.js?ver=1.4.0:1) at i (load-scripts.php?c=0…y-ui-tabs&ver=5.3:2) at Object.
   fireWith [as resolveWith] (load-scripts.php?c=0…y-ui-tabs&ver=5.3:2) at x (load-
   scripts.php?c=0…y-ui-tabs&ver=5.3:4) at XMLHttpRequest.c (load-scripts.php?c=
   0…y-ui-tabs&ver=5.3:4) ” I need some help with this. I’m using Chrome as my browser.
   I’d upgraded to WordPress 5.3 before the plugin stopped working. I’ve since downgraded
   to WP 5.2.4 and it’s still giving the same error. Please help.
 * Thanks,
    Vishal
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-loading-modules-in-coursepress-modules-not-loading-and-stuck%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [daniduarte](https://wordpress.org/support/users/daniduarte/)
 * (@daniduarte)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/problem-with-loading-modules-in-coursepress-modules-not-loading-and-stuck/#post-12368735)
 * Well, i have the same problem here.
 * Analyzing the console, I realized that the problem was in the way jQuery is called.
   I went to check what changed with that in the update of WordPress to 5.3 and 
   I saw the reference to this error **“Uncaught TypeError: $ is not a function”**
   in this post here: [https://wordpress.org/support/topic/read-this-first-wordpress-5-3-master-list/#post-12124062](https://wordpress.org/support/topic/read-this-first-wordpress-5-3-master-list/#post-12124062)
 * I searched about it and managed to solve (for now) my problem by changing the
   following file:
 * wp-content/plugins/coursepress/2.0/asset/js/coursepress-unitsbuilder.js
 * in the line **1459**, i change **$** for **jQuery**, getting like this:
 * _this.jQuery(‘.unit-save-button’).removeClass( ‘disabled’ );_
 * Remembering, back up the files you want to change. I’m still testing, but so 
   far everything is ok.

Viewing 1 replies (of 1 total)

The topic ‘Problem with Loading Modules in Coursepress: Modules not loading and 
stuck’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/coursepress_f7e9b6.svg)
 * [CoursePress Learning Management System](https://wordpress.org/plugins/coursepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/coursepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/coursepress/)
 * [Active Topics](https://wordpress.org/support/plugin/coursepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/coursepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/coursepress/reviews/)

 * 1 reply
 * 10 participants
 * Last reply from: [daniduarte](https://wordpress.org/support/users/daniduarte/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/problem-with-loading-modules-in-coursepress-modules-not-loading-and-stuck/#post-12368735)
 * Status: not resolved