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.

Wichtig Angaben für fast jede Frage:
V1: Welche Visforms-Version läuft?
V2: Welche Joomla-Version läuft?
V3: Welche PHP-Version läuft?

Aufgrund von Feiertagen und Urlaub ist bei Anfragen im Forum in der Zeit vom 20. Dezember 2024 bis zum 8.Januar 2025 mit verlängerten Antwortzeiten zu rechnen.

No space between the label and the data in list mode !!!

Mehr
2 Jahre 2 Wochen her #8667 von viga
Hello Support,

Thank you for being here

My question is simple, Why do I have no space between the label and the data in list mode

Thanks in advance

Viga

Mehr
2 Jahre 2 Wochen her #8668 von Administrator AV
Hi Viga,
I assume you are talking about a Visforms >> Form Data menu item with the "Orientation" option on the "Form Data Display Options" tab set to "As List".
This is a view that you have yet to format yourself.
In order to make it possible for this view to be designed individually, we intentionally did not apply any formatting.
Because every formatting that we specify and that you don't like, you have to laboriously overwrite.
The HTML of the view is very well structured, so you can format it very well with your own CSS.

For example, all labels have the class "vfdvlabel".
With the CSS selector .visforms-data .vfdvlabel you can easily address and format all labels in this view.
E.g. with a margin on the right side:
Code:
.visforms-data .vfdvlabel {     margin-right: 20px; }
But you can also give the label a specified width, if that suits your requirements better.

Put your CSS in a custom.css file in media/com_visforms/css directory.
This file can be created directly from the Joomla administration by going to the "Edit CSS" panel on the Visforms dashboard.
In the documentation you will find an article about working with custom CSS in Visforms:
docs.joomla-4.visforms.vi-solutions.de/e...orm-layout-with-css/

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