Plugin Author
ccprog
(@ccprog)
This is a bit tricky, since WPLMS is a commercial plugin where I am not able to properly analyse how their code interacts with mine. Support questions should therefore be directed to them.
On the other hand, your description of the problem hints at this: if there is some invalid Javascript code loaded with your website, it is possible that all Javascript execution stops. My plugin relies heavily on Javascript and if that is not executetd, you would see exactly that “yet to start” message.
Now the source of the invalid script could be any plugin or theme that is activated on your website, theoretically even things like trackers or embeded advertising.
You can now try the following: go to the site with the above message and press F12 to open the developer tools. There are several tabs, open the one markes as “Console”. Reload the page. There will be several messages shown, some of them not that interesting, but most browsers mark the important stuff in red. If there is an entry that begins with something like “Syntax error”, this might contain information where the error comes from.
Feel free to copy and paste the entry to show it here, and I will see if I can make out what is happening. One important additional information is this: on the right hand side, there will be some file names. If you hover over them, a popup will show you a complete path to the offending file. It would be nice if you could note that for me, at least the part below the main WordPress installation directory.
Plugin Author
ccprog
(@ccprog)
Here is an additional idea: you said the website is offline, but I looked at the site you mention in your profile anyway. There, I find that one of the plugins called vibe-course-module fires an error message (“Uncaught Type error”). If that is also on the affected site, try what happens if you deactivate that plugin.
Thank you for the quick answer. I am going to see about that and I’l get back to you ASAP.
Hello again,
I followed the F12 procedure you have described and this is the result I got.
Deprecation Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/. jquery.js?ver=1.12.4:4
Is that relevant?
Thank you in advance!
Plugin Author
ccprog
(@ccprog)
No, that is only a warning. It will not stop Javascript execution.
All right! Thank you very much! I’ll find another solution then.