Joomla 5 Notice

We are pleased to announce that as of October 14, 2025, all of our Joomla extensions are compatible with Joomla 6.

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

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

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?

CSS und Feld-ID

More
1 week 10 hours ago #11862 by Sperling-Jacobi
CSS und Feld-ID was created by Sperling-Jacobi
Guten Tag ins Forum,
in den Formularfeldern kann man unter dem Reiter "Layout" eine CSS-Klasse definieren.
In den Werkzeugen für Webentwickler/Webdeveloper wird jedoch keine hinzugefügte Klasse angezeigt.   
Es sind die 6 Accordion, welche ich mit CSS ansprechen möchte. Leider lauten alle Bezeichner gleich:
 .accordion-group.card
Gibt es etwas zu beachten, damit die Eingabe in dieses Feld akzeptiert wird? (außer speichern, natürlich)
Alternativ habe ich versucht mit der ID des Feldes anzusprechen (z. B.: #field62.accordion-group.card) Ohne Erfolg.

VG, Gisela

Konstellation:
PHP-Version 8.4.1, Astroid Framework 3.3.3, Bootstrap 5, Uikit 3

More
1 week 9 hours ago #11863 by Administrator AV
Replied by Administrator AV on topic CSS und Feld-ID
Hallo Gisela,

danke für die vielen Versions-Informationen.
Eine für mich wirklich wichtige fehlt leider.
Nämlich die von Visforms/Subscription.

Und welcher Feldtyp ist das auf dem Screenshot, ein Feldtrenner?

Viele Grüße,
Aicha

 

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

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

More
6 days 7 hours ago #11866 by Sperling-Jacobi
Replied by Sperling-Jacobi on topic CSS und Feld-ID
• Es ist Visforms Version 5.5.1, Subscription Version 5.5.1
• es ist ein Feld "pagebreak", Ausgabe als accordion
• ich möchte .accordion-group.card für einen Pagebreak gezielt anprechen, wie oben beschrieben.

VG Gisela

More
6 days 7 hours ago #11867 by Administrator AV
Replied by Administrator AV on topic CSS und Feld-ID
Hallo Gisela,

danke für die zusätzliche Information.

Sorry, das ist etwas irrefürhend.
Die Option zu CSS Klasse des Feldes wird nur ausgewertet, wenn 'mehrseitige Anzeige' gewählt ist.
Dann gibt es ein Feld, einen Button, also 1 klar definiertes HTML Element, dem man eine Klasse hinzufügen kann.

Ein Accordion besteht aus einer ganzen Reihe von beteiligten HTML Element, die sogar je nach UI Framework noch unterschiedlich sein können.
Hier lässt sich eine Feld-Klasse schlecht sinnvoll zuordnen.

Ich denke du musst dir mit einer css pseudo-Klasse wie :last-of-type behelfen.

etwa so (ID Selektor muss zu deinem Formular passen).

#form1accordion .accordion-heading:last-of-type

Das würde die letzte div.accordion-heading in der div#form1accordion selektieren.

Liebe Grüße,
Aicha
 

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

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

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum