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.

Font Awesome fonts in input fields

Mehr
3 Jahre 8 Monate her #7329 von sjb1963
Font Awesome fonts in input fields wurde erstellt von sjb1963
So, day 3 trying to simply add font-awesome fonts to the input field.

Seems pretty basic right? Easy? 

.fa .fa-user

Simple CSS modifications are absolutely KILLING this App.

Any ideas how I can do this?

 

Mehr
3 Jahre 8 Monate her #7335 von Administrator AV
Administrator AV antwortete auf Font Awesome fonts in input fields
From the users point of view, this might seem pretty basic, yes.
But adding icons to form elements is NOT at all EASY or standardized.

Each layout framework (like Bootstrap, UIkit...) provides it's own workaround which includes framework SPECIFIC javascript and additional html elements (technicly an input element cannot have a child element like an icon). So the icon is always a sibling (additional html element) and its position (seemingly inside the input) is always forced with CUSTOM css.

If you have an application that stresses on design (like a page builder), placing icons is a pretty basic requirement.
In a application that focuses on functionallity (like a form builder), it is a second level citizen.

You're right, that Visforms can improve on the design and usability side and I would be very happy to have the time to do it.
But actually this is a huge task and sadly Font Awesome is only one icon-font.

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 :-).

Mehr
3 Jahre 8 Monate her - 3 Jahre 8 Monate her #7343 von sjb1963
sjb1963 antwortete auf Font Awesome fonts in input fields
I wanted to follow up on this because I found something that may be of benefit to someone else:

First off, once I had selected Bootstrap 4, an option for "control group class" appeared that I had not seen before.

In that field, I put "fa fa-user"

I've given my form a specific class ".BasicContactForm"
In my custom CSS file, I add the following:
Code:
form.visform.BasicContactForm [class*='fa-']::before {position: absolute;line-height: 30px;margin-left: 10px;font-size: 20px;top:5px;color: rgba(0, 0, 0, 0.4);z-index: 999;} form.visform.BasicContactForm [class*='fa-'] .form-group input, form.visform.BasicContactForm [class*='fa-'] .form-group [class*='selection__rendered'], form.visform.BasicContactForm [class*='fa-'] .form-group textarea {font-family: 'Montserrat', sans-serif!important;font-weight:normal!important;padding-left: 40px;} form.visform.BasicContactForm [class*='-container'] span span[class*='-selection'] {height:38px!important;line-height: 38px;}

This may not work for everyone, but it just might get you in the ballpark.
Letzte Änderung: 3 Jahre 8 Monate her von sjb1963.

Mehr
3 Jahre 8 Monate her #7347 von Administrator AV
Administrator AV antwortete auf Font Awesome fonts in input fields
Thanks a lot!

: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