Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #563558

    Hi,

    I know it’s not yet possible to change the resolution of the accordion-slider on mobile devices, but is it possible to only include the “slide titles” on mobile devices and at the same time include both the “slide titles” and “excerpts/captions” on the standard desktop view?

    Currently this is not possible. Either you can include both on both website views (desktop and mobile) or you can include both captions and slide titles on desktop view but not include them on mobile. Is there a workaround for this?

    Thanks in advance.

    Regards,

    Ben

    #563607

    Hey SynergyLanguageServices!

    Add this to your custom CSS.

    @media screen and (max-width: 767px) {
    .avia-caption-content, .avia-slideshow-button { display: none !important; }
    }

    Cheers!
    Elliott

    #563817

    Hi Elliott,

    Thank you, but this didn’t do anything. I did delete cache on my mobile’s browser. (I use Samsung Galaxy S2 with Android browser)

    Maybe I confused you, what I want is to only show “slide titles” on the mobile view, not the “excerpts/captions”.
    At the same time on the desktop view however I want to show both the “slide titles” as well as the “excerpts/captions”.

    Is there a way to do so?

    Many thanks,

    Ben

    #564015

    Hey!

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 769px) {
    .aviaccordion-excerpt { display: none !important; }}

    Cheers!
    Yigit

    #564729

    Hi Yigit,

    This did work, great stuff, thank you!

    Kind regards,

    Ben

    #564799

    Hey!

    You are welcome Ben, glad we could help :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Accordion slider on mobile devices’ is closed to new replies.