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.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Probleme Datumfeld

More
9 years 11 months ago - 9 years 11 months ago #1064 by Bambino
Probleme Datumfeld was created by Bambino
Hallo,
Ich habe mit Visforms 3.2.0 beta ein Formular unter Joomla 3.3.6 erstellt. Probleme habe ich mit der Darstellung des 2. Datumfeldes. Dort erscheint hinter dem Feld statt des Kalender-Icon ein Button. Hinter dem 3. Datumfeld erscheinen 2 Buttons. Hier der Code des 1. Datumfeldes (Ok) und des 2. Datumfeldes!
Code:
<div class="field2 required"> <div class="fc-tbxfield2"></div> <label id="bestellt-amlbl" class=" visCSSlabel " for="field2">Bestellt am:</label> <div class="input-append"> <input id="field2" class="inputbox hasTooltip" type="text" aria-required="true" required="required" aria-labelledby="bestellt-amlbl" value="28.11.2014" name="bestellt-am" title="" data-original-title="Freitag, 28. November 2014"> <img id="field2_img" class="calendar" alt="Calendar" src="........../media/system/images/calendar.png"> <i class="icon-calendar"></i> </div> <p class="visCSSclear"></p> </div> <div class="field3 required"> <div class="fc-tbxfield3"></div> <label id="erhalten-amlbl" class=" visCSSlabel " for="field3">Erhalten am:</label> <div class="input-append"> <input id="field3" class="inputbox hasTooltip" type="text" aria-required="true" required="required" aria-labelledby="erhalten-amlbl" value="28.11.2014" name="erhalten-am" title="" data-original-title="Freitag, 28. November 2014"> <button id="field3_img" class="btn button" type="button"> </div> <p class="visCSSclear"></p> </div>
Beim 3.Datumsfeld ist die Button-Zeile doppelt:
Code:
<button id="field11_img" class="btn button" type="button"></button> <button id="field11_img" class="btn button" type="button"></button>

Vielen Dank für Eure Hilfe
Manuel
Last edit: 9 years 11 months ago by Bambino.

More
9 years 11 months ago #1067 by Administrator AV
Replied by Administrator AV on topic Probleme Datumfeld
Hallo,

danke für die Info und die Hilfe beim Testen! Ich geh mal davon aus, dass ich da einen Fehler im Code habe. Ich werde mir das so schnell wie möglich ansehen.

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
9 years 11 months ago #1069 by Administrator AV
Replied by Administrator AV on topic Probleme Datumfeld
Hallo,

ich habe eine Testseite aufgesetzt (Joomla! 3.3.6, Visforms 3.2.0 beta) mit einem Formular mit 3 Datumsfelder, alle als Pflichtfelder und mit einem Datum als Standardwert. Ich denke, das ist in etwa die Grundkonfiguration deines Formulars. Layout für das Formular ist das Visforms Default Layout.

In meinem Test sind alle drei Datumsfelder korrekt mit dem entsprechenden Kalendericon rechts neben dem Input.
Das Datumscontrol wird insgesamt einfach durch eine Joomla! Funktion erzeugt, die ich nur aufrufe.

Beim Vergleich des von dir geposteten HTMLs mit dem HTML meiner Testseite ist mir aufgefallen, dass in deinem Code keines der 3 Datumsicons den richtigen HTML Code hat. Dieser wäre
Code:
<button type="button" class="btn" id="field14_img"><i class="icon-calendar"></i></button>

Du hast einmal das img und wenn du ein button hast, dann stimmt das class Attribut nicht.
Das sieht so aus, als würde da irgend ein Script über den fertigen HTML code drübergehen (das nicht von Visforms kommt) und bestimmt Dinge ändern, bevor die Seite dann endgültig angezeigt wird. Ich weiß, dass ganz früher Templates, die mit Artistier erstellt wurden, so etwas gemacht haben, die Tags eingefügt und weggemacht und Attributwerte geändert...

Könnte es sein, dass irgend so ein Script über deine Seite läuft?
Das Ergebnis könnte so aussehen.

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
9 years 11 months ago #1073 by Bambino
Replied by Bambino on topic Probleme Datumfeld
Hallo Aicha,
vielen Dank für Deine Hilfe. Es handelt sich um Artisteer-Template. Mit Joomla 2.5, der alten Template-Version und Visforms-Version funktionierte alles gut.
Mir ist aber aufgefallen das dort auch das Kalender-Icon aus dem Joomla verwendet wurde.
Code:
<input id="field3" class=" inputbox visCSStop10 erhalt" type="text" required="required" value="" name="erhalt" title=""> <img id="field3_img" class="calendar" alt="Kalender" src="/media/system/images/calendar.png">
Jetzt wird es auch beim ersten Mal doppelt angezeigt:
Code:
<img id="field2_img" class="calendar" alt="Calendar" src="/other_domains/igel-usedom_neu/media/system/images/calendar.png"> <i class="icon-calendar"></i>
Mit anderen Templates wird nur das Icon von Visforms genutzt, muss also ein Bug im Template sein.
Vielen Dank nochmal
und viele Grüße von der Ostsee
Manuel

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum