Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #448029

    Hi,

    I used the full width slider for my website: http://www.farahsramadan.nl/home-2 and would like to get rid of the text and button flying in. Is there a way around to make the entire slide static?

    Thanks.
    Naima

    #448816

    Hi Naima!

    Use a Color Section > 1/3 Columns instead.

    Regards,
    Josue

    #449471

    Hi Josue,

    Thanks for your reply, but I don’t really understand what you mean… I can not move the full slider section to a color section..

    Additional problem is that with the flying in captions, my mobile display gets completely ruined..
    See https://www.dropbox.com/s/rcw277j9u50ryy3/IMG_6941.PNG?dl=0

    So 2 reasons why i want to have static captions :)

    Hope you can help.
    Naima

    #449562

    Hey Naima!

    I think what Josue meant by his post was for you to use a color section and set a background image to it instead of using a slider, since there’s no point in using a slider if it doesn’t slide. Could you try that and see if it works out for you?

    Best regards,
    Rikard

    #449575

    Bi Richard,

    I tried, but i do not get the same result as with the slider…

    And moreover, in the near future i want to expand the slider with more slides so having a slider is relevant :)

    If it’s not possible to get the captions static, could you then at least help me with getting the mobile view correct? See the dropbox link i shared with you before.

    Thanks in advance!
    Naima

    #449766

    Hey Naima!

    Try adding this code to the Quick CSS:

    .avia-caption-title,
    .avia-caption-content,
    .avia-slideshow-button,
    .avia-slideshow-button-2{
        visibility: visible !important;
    }
    

    Cheers! 
    Josue

    #449941

    Hi Josue,

    I tried it, but unfortunately it still doesn’t work.. You can see it when you go to my website on your mobile phone: http://www.farahsramadan.nl

    #449952

    Hey!

    Try the following to hide the text and buttons on the slider:

    .page-id-504 .slideshow_inner_caption {
    display: none !important;
    }

    Regards,
    Rikard

    #449954

    hi Rikard,

    I don’t want to hide the caption text and button, it’s important information (buy now! :)) But the problem is that on the mobile version the text is placed infront of the picture of the book instead of under it or next to it like on the desktop view.

    #450409

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
        .avia-fullscreen-slider .slideshow_align_caption {
            vertical-align: bottom;
        }
    }

    That will position the caption at the bottom in mobiles.

    Cheers! 
    Josue

    #453013

    Hi Josue,

    Sorry for my late reply. I don’t think the problem can be fixed.. All solutions you gave me are sub optimal. But it’s ok. We’ve tried everything so thanks for your help.

    Cheers,
    Naima

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘full width slider – change captions to static instead of flying in’ is closed to new replies.