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.

Eingabe der Download-Id in der Admin funktioniert nicht

More
2 years 4 months ago - 2 years 4 months ago #7741 by Mariposa
Wie in der Dokumentation beschrieben habe ich in der Administration meiner Webseite auf Komponenten >> Visforms, im "Visforms Dashboard", im Bereich "Subscription Verwalten" auf den Button "Update" geklickt, aber es passiert nichts. Es erscheint kein Feld für die Eingabe der Download-Id. Ich habe bereits alle Cookies gelöscht, alles aktualisiert und es mit verschiedenen Browsern versucht. Leider ohne Erfolg. Für eine zeitnahe Lösung des Problem wäre ich dankbar.
Last edit: 2 years 4 months ago by Mariposa.

More
2 years 4 months ago #7742 by Administrator AV
Replied by Administrator AV on topic Eingabe der Download-Id in der Admin funktioniert nicht
Hallo Danke für den Hinweis.
Ich schaue mir das schnellstmöglich an.
Gruß,
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 :-).

More
2 years 4 months ago - 2 years 4 months ago #7744 by Administrator AV
Replied by Administrator AV on topic Eingabe der Download-Id in der Admin funktioniert nicht
Hallo,

ich konnte die Ursache des Problems schnell finden und mit dem nächsten Visforms release wird es einen offiziellen Bugfix geben.

Das Problem kann recht einfach selbst behoben werden.

In der Datei administrator/components/com_visforms/tmpl/viscpanel/default.php
In der Zeile 223 steht im class Attribut ein "show" zu viel.
Aktuell sieht diese Zeile so aus:
Code:
<div id="downloadid" class="joomla-modal modal fade show" tabindex="-1" role="dialog" aria-labelledby="downloadid" aria-hidden="true">
Korrekt lautet sie so
Code:
<div id="downloadid" class="joomla-modal modal fade" tabindex="-1" role="dialog" aria-labelledby="downloadid" aria-hidden="true">
Gruß,
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 :-).
Last edit: 2 years 4 months ago by Administrator AV.

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum