gantry / gantry5

:rocket: Next Generation Template / Theme Framework
http://gantry.org
1.03k stars 205 forks source link

getting several jQuery errors when adding Orion to Joomla4 #2743

Open simmonsr opened 3 years ago

simmonsr commented 3 years ago

Screen Shot 2021-01-07 at 9 46 56 AM

mahagr commented 3 years ago

This can also be reproduced by enabling JS frameworks atom and enabling everything in there. It looks like Joomla has moved the files or removed them.

mahagr commented 3 years ago

@simmonsr @hexplor It looks like JQuery has been moved to /media/vendor/jquery/js/jquery.js and both migrate and UI have been removed (they haven't been maintained for years).

mahagr commented 3 years ago

FYI: these can be used to load frameworks in a platform-independent way:

{% do gantry.load('jquery') %}
{% do gantry.load('jquery.ui.core') %}
{% do gantry.load('jquery.ui.sortable') %}
{% do gantry.load('bootstrap.2') %}
{% do gantry.load('mootools') %}
{% do gantry.load('mootools.more') %}
mahagr commented 3 years ago

OK, so.. Joomla removes support for jQuery UI and Mootools. All code depending on those needs to be converted.