-
Notifications
You must be signed in to change notification settings - Fork 16
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
Problems including scripts #22
Comments
Why do not you load jquery and bootstrap, as a library, in your ecosystem for templates, modules and builder? |
Hi @kernusr this is a known issue we are working to fix.
For the moment you can comment it the following file to avoid the conflict. |
Well, I can always comment on the code An example of how to pack a library for a joomla can be found in this project https://github.com/master3-blank-template/UIkit3-Joomla-library |
Maybe you discuss this option and I can help you? |
Thank you... These are very helpful and like I said, we already have the plan to fix it in the near future. I don't know the full details about how the code would be written so, I'd recommend not working on the PR. But, I'll post back once we have this done and have you take a second look at it. |
When I embed a JDBuilder module in a page, it connects jquery and noconflict after loading scripts from a template.
![sss](https://user-images.githubusercontent.com/16020878/80414189-4f6c4d80-88d9-11ea-82e5-d0818657e5fe.png)
It breaks the work with bootstrap
Because jquery library must be connected before the bootstrap script
The text was updated successfully, but these errors were encountered: