-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conflict of admin.js with WPCourseWare #54
Comments
ARVE uses Vue 2.0 for the short code creation dialog and the settings page. I can't see anything that I may have coded wrong that may cause these errors, or how to fix this. I use Vue, not even as an external resource, but it's compiled into the admin.js script. Have you asked them to fix this as well? Maybe they use Vue 3.0? I don't know how this So sorry, but this is very low priority for me. Last thing I fixed from my end even though another plugin was breaking, my plugin only spawned new issues for me to fix. Ask them, give them this information, I don't know how to deal with multiple Vue uses or that that plugin does to break ARVE. But it happens ONLY when you activate WP Courseware right? |
Hi @nextgenthemes , thanks for your reply. This could be a problem here. See my loom. https://www.loom.com/share/29557940bde342819fc05bc469397e9f |
Thank you, @ravisoni6262. I did not understand what you said at the end of the video, something about shortcode executing? Anyway, I made a change so that the code with |
Thank you, new version solved the repeat |
FYI: In the latest version the VueJs is DEV mode. |
Update:
|
@nextgenthemes hey, I understand you are busy, I don't want to disturb you, but I'm just following up on my comments and to see if there is any updates? |
@ravisoni6262 I can not reproduce any of the JavaScript errors you are reporting. However, I just released a fix for an issue with WP Courseware a customer had that made the Course Builder Metabox permanently collapsed. Again, if this is urgent to you and 9.9.9 does not fix this for you ask the WP Courseware devs if they can fix this. |
When the Advanced Responsive Video Embedder is enabled, the WP Courseware course builder doesn't work. There are multiple JavaScript errors.
ReferenceError: sectionsDisplayed is not defined
TypeError: this.$el.querySelectorAll is not a function
ReferenceError: sectionsDisplayed is not defined
Seems there is a conflict with the admin.js script. Both plugins are using Vue and both plugins have admin.js with similar functions.
The text was updated successfully, but these errors were encountered: