Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #350471

    Hello

    I have a single page with a fullscreen video slider, and I can see the captions on landscape phones but it’s disappearing on portrait. I tried a few things but I can seem to make it appear, and I need the functionality of the buttons. Please advise. Thanks :)

    .avia_transform .av_fullscreen .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen .active-slide .avia-caption-content {
    display: block !important;
    /* visibility:visible!important; */
    }

    #top .avia-slideshow-button.avia-color-light {
    display: block !important;
    /* visibility:visible!important; */
    }

    #350796

    Hi webWahine!

    Can you send us a link so we can take a look? You can set your reply as private if you wish.

    Also let us know which device your using and it’s resolution.

    Regards,
    Elliott

    #350847
    This reply has been marked as private.
    #351112

    Hey!

    You have this custom css code:

    @media only screen and (max-width: 479px) {
    .slideshow_caption {
    display: block;
    }
    }

    Please remove it.

    Regards,
    Ismael

    #351443

    I removed this and it’s still not showing up :(

    #351751

    Hey!

    Did you remove the browser cache before testing the page again? Please hard refresh the page.

    Regards,
    Ismael

    #351873

    Yes, sorry, it does appear to be working now, thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Show slider captions on portrait phones’ is closed to new replies.