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

    Hi,

    I used the element: fullscreen slider, but the you cant read a piece of the caption when it’s viewed from an smaller screen see screenshot:

    View post on imgur.com

    Thanks guys,

    Yours faithfully,
    Abos

    #579817

    Hey Abosict!

    Since you are using fullscreen slider, it will be always displayed in 100% height of the screen and your caption is too long to fit on mobile.
    You can use following code in Quick CSS in Enfold theme options > General Styling to remove caption on mobile

    @media only screen and (max-width: 480px) {
    .responsive #top .slideshow_caption { display: none; }}

    Then you can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ to add additional text to your page and display it only on mobile

    Regards,
    Yigit

    #579860

    Oh no… Is there a way to make it possible to have content on a slider which is also capable for mobile ?

    #580162

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling to make the caption content text smaller on mobile:

    @media only screen and (max-width: 480px) {
    .responsive #top .slideshow_caption .avia-caption-content {
        font-size: 11px !important;
    }
    }

    Best regards,
    Rikard

    #580454

    That did not fix the problem unfortunally. Is it maybe possible to fix the slider on the background so when you scroll it is fixed.

    #581616

    Hey!

    I checked your website on mobile and caption is appearing fine for me. Could you fix it? if not which result do you want to achieve? a mockup would be helpful.

    Best regards,
    Andy

    #581917

    Oh sorry. I thought I already updated you guys. Since that didn’t solve the problem I had a good talk with the client and made the step to not use a fullscreen slider as a background, but just one image (color content) as a background with a caption.

    Idk if this topic should stay open since there isn’t a solution. Maybe for other people who are searching for a solution?

    #582080

    Hi,

    We can keep the thread open if someone else should have the same problem.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fullscreen caption misses text’ is closed to new replies.