Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1265469

    Hallo!
    Ich habe mehrere Vollbild-Slider mit Bild und Beschriftung für die Header auf verschiedenen Devices (Desktop, iPad, Mobile usw.) angelegt.
    Das funktioniert sehr gut.
    Wenn ich jedoch auf einem Mobile- oder Pad-Device die Ausrichtung von horizontal nach vertikal (und andersherum) ändere, verschwindet die Beschriftung des Bildes.
    Sie taucht erst wieder auf wenn ich die Seite neu lade.

    Könnt ihr mir helfen?

    Danke und viele Grüße!

    #1266939

    Hey Mulch2000,
    Entschuldigung für die sehr späte Antwort und danke für den Link. Bitte versuchen Sie diesen Code im Feld Allgemeines Styling> Quick CSS oder im Feld WordPress> Anpassen> Zusätzliches CSS :

    @media only screen and (max-width: 1440px) { 
    .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title,.avia_transform .av_fullscreen .avia-caption-title,.avia_transform .av_fullscreen .avia-caption-content {
        visibility: visible !important;
    }
    }

    Löschen Sie nach dem Anwenden des CSS den Browser-Cache und überprüfen Sie ihn.

    — Translated with Google —

    Sorry for the very late reply and thanks for the link. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 1440px) { 
    .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title,.avia_transform .av_fullscreen .avia-caption-title,.avia_transform .av_fullscreen .avia-caption-content {
        visibility: visible !important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1267099

    hello mike,

    thank you very much for your reply, your suggestion works great!
    there is a strange side-effect however (or maybe it´s unrelated, i can´t tell) the burger navigation has disappeared. when i click on the burger icon on any mobile device, nothing comes up, just a plain black overlay, but no navigation items. do you have any idea why this happens and how i can fix it?
    thanks in advance!

    #1267114

    hello mike,
    i was able to fix this one myself, it was a “wrong” setting in the main menu section which caused the burger navigation to disappear on mobile. all good now, my website seems to work just fine. thanks again and best regards!

    #1267165

    Hi,
    Glad to hear you were able to sort this out, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Slider Beschriftung verschwindet bei Ausrichtungswechsel’ is closed to new replies.