Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Uncaught TypeError: jQuery(...).displayChanger is not a function

More
5 years 10 months ago #5571 by Blacksmith
Herzlichen Dank für diese Zusatzinfo.

Selbst ich als PHP-Laie war in der Lage, die richtige Stelle in der index.php von Allerta zu finden und das
Code:
JHtml::_('jquery.framework');
einzusetzen. Etwas länger musste ich beim Entfernen des
Code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
überlegen - ich war mir zuerst nicht sicher ob das
Code:
<?php if ($jquery == 'yes' ) : ?>
davor implizit nur auf ein statement wirkt. Jetzt weiss ich es. Es gilt bis zum
Code:
<?php endif; ?>
Somit kann man einfach
Code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
vollständig rauslöschen.

Habe das jetzt in verschiedenen Browsern getestet und es scheint zu funktionieren. DANKE!


P.S.
Auf allen Seiten der Website kommt jetzt in der Console die Message
Code:
JQMIGRATE: Migrate is installed, version 1.4.1
Die darf man einfach stehen lassen - sie ist ein Indikator, dass das 1.8.3 query mit diesem Patch durch die Version 1.4.1 ersetzt wird.

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum