Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1486823

    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.

    #1486844

    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:

    View post on imgur.com

    These are enabled:

    View post on imgur.com

    Best regards,
    Ismael

    #1486845

    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

    #1486851

    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

    #1486852

    Thank you, now it works as expected.
    Best regards

    Claudio

    #1486857

    Hi,

    Great! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Cookie Popup verwirrend. Schalterfarbe Grün wenn Schalter aus/deaktiviert?’ is closed to new replies.