Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #570510

    Hallo,

    ich möchte gerne die Navigationspfeile für meinen Vollbild-Slider auf meiner Startseite unterdrücken, es gibt da Darstellungsprobleme auf dem iPad.
    2. Die Navigations-Punkte (Bullets) auf der Unterseite beim Vollbild-Slider möchte ich etwas weiter auseinandergezogen darstellen, damit man es besser anklicken kann. zu sehen auf meiner Homepage http://www.scan.at

    Vielen DANK für den Support!

    MfG
    Fritz

    #571198

    Hey fridu83!

    1. Naviagtionspfeile hast du scheinbar bereits erfolgreich ausgeblendet, denn ich kann keine sehen.

    2. Nutze folgenden Code im Quick CSS Feld:

    #top .av-control-minimal .avia-slideshow-dots a {
    margin-right: 15px;
    }
    

    und passe selbstständig an.

    Gruß,
    Andy

    #571530

    DANKE! hat funktioniert.

    Das mit die Pfeile habe ich dann doch noch wo angefunden..
    #fullscreen_slider_0 .avia-slideshow-arrows {
    display:none !important;
    }

    VG
    Fritz

    #571538

    Hey!

    Not sure if it was resolved or not. Google translate did not help much :)
    If you would like to turn off arrows on selected sliders, please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your slider and give it a custom CSS class and then add following code to Quick CSS

    .your-custom-class .avia-slideshow-arrows { display: none !important; }

    Regards,
    Yigit

    #571732

    Hello,

    thanks a lot for your support I could solve my problem –> with
    #fullscreen_slider_0 .avia-slideshow-arrows {
    display:none !important;
    }
    it works well. Is your solution better than the other or shall I take your solution?

    PS: I will study that do you sent to me
    I’,m not sure, must I close this thread??
    BR
    Fritz

    #571951

    Hi Fritz,

    If your solution works I would go with that, if you don’t have any more questions we’ll close the thread for you?

    Regards,
    Rikard

    #572014

    Hi Rikard,
    It works, you can close this thread

    thanks a lot
    BR
    Fritz

    #572191

    Hi!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Vollbild Slider Navigation Pfeile unterdrücken /no arrows’ is closed to new replies.