Beim Standard Cookie Popup steht unter “Notwendige Website Cookies”
-> Aktivieren, damit die Nachrichtenleiste …
und
-> Hier klicken, um notwendige Cookies zu aktivieren/deaktivieren…
Die Schalter zeigen Default nach links, bzw auf aus? sind aber grün hinterlegt??
Bedeutet das, das der Schalter jetzt an oder aus ist? Ist es jetzt aktiv oder inaktiv?
Wenn der Schalter aus ist, möchte ich nicht, das das Feld GRÜN ist.
Bitte um Erläuterung bzw. Hilfe, wie ich die Farbe entferne und dann GRAU ist.
Vielen Dank.
Hey ORC,
Thank you for the inquiry.
When the toggle has a color and the thumb or handle is positioned on the left, it means that it is enabled. If it’s gray and the handle is on the right, then it’s disabled.
These toggles are disabled:
These are enabled:
Best regards,
Ismael
Thank you,
It doesn’t seem to be the web standard, normally the switch on the left is off and on the right is on.
Is it possible to change it to standard behavior?
Thank you
Hi,
Thank you for the update.
You can try this css code to move the handle to the right when enabled and to the left when disabled.
#top .av-toggle-switch .toggle-track:before {
right: 27px;
}
#top .av-toggle-switch input[type="checkbox"]:checked + .toggle-track:before {
right: 0;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification.
Best regards,
Ismael
Thank you, now it works as expected.
Best regards
Claudio