Joomla 5 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 29. Januar 2024 alle unsere Joomla Erweiterungen mit Joomla 5 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt nun auch eine eigenständige Dokumentation für Visforms für Joomla 4 und für Visforms auf Joomla 5

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Uncaught TypeError

Mehr
6 Jahre 3 Monate her #5139 von brussell
Uncaught TypeError wurde erstellt von brussell
New to this extension and have the following error:

visforms.js:642 Uncaught TypeError: jQuery(...).displayChanger is not a function
at HTMLDocument.<anonymous> (visforms.js:642)
at i (jquery.min.js?5462e5e7943a55ab8300789a3bb84290:2)
at Object.fireWith [as resolveWith] (jquery.min.js?5462e5e7943a55ab8300789a3bb84290:2)
at Function.ready (jquery.min.js?5462e5e7943a55ab8300789a3bb84290:2)
at HTMLDocument.K (jquery.min.js?5462e5e7943a55ab8300789a3bb84290:2)

Mehr
6 Jahre 3 Monate her #5140 von Administrator AV
Administrator AV antwortete auf Uncaught TypeError
Hi,

this is the typical javascript error which you get, if you includes a jquery library in a not Joomla! conform way, while another extension, like Visforms uses the Joomla! conform way and then tries to use this jQuery object.. Mostly it is either the template iteself or another thirdparty extension, which you have installed on your website, that causes the problem.

If you check further you will certainly find that jquery is included on your website twice. One time with a link
Code:
<script src="/media/jui/js/jquery.min.js"></script>
which would be the Joomla! conform way and a second time with a link that might look something like that
Code:
<script src="/modules/mod_evo_frontpage_pro/library/jquery-1.8.3.min.js"></script>
which is not compatible with Joomla! and will break any Joomla! Core or extension javascript that tries to use jQuery, except of course the one extension, that has included this script.

Please check the following post, maybe it can help you fix the problem.
www.vi-solutions.de/en/forum-index/17-jo...ditional-fields#5070
Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum