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

    Hi,
    I’ve just updated to enfold 4.2 hoping I can use horizontal gallery on mobile now.
    It doesn’t seem to be optimized yet.

    Is it possible to make it look like a fullwidth easy slider on mobile? .. With arrows and dots
    Is there a temporary workaround to make it usable?
    Or will it be improved in a coming enfold update?

    For now the best option seems to be to hide the horizontal gallery on mobile and display an additional easy slider (only on mobile). It will work but the duplicate content isn’t the most elegant solution.

    #882747

    Hey,

    We have in fact improved horizontal gallery’s behaviour on mobile with Enfold 4.2. Could you please post a link to your page where you have your element so we can inspect it?

    Best regards,
    Yigit

    #882753

    Link in private Content

    #882800

    Hi!

    Please remove following code from Style.css file of your child theme

    @media only screen and (max-width: 767px) {
    .avia-slideshow-arrows {
        display: none;
    }}

    Cheers!
    Yigit

    #882831

    Ah ok, it’s better now
    Addition dots would be great -> maybe in future update? ; )

    I’ll go with this instead of a duplicate module for mobile view.
    At some point I decided to hide all slideshow arrows on mobile and only use the dots to indicate it’s a slider, because they are so big. Maybe I try to make the arrows smaller and closer to the borders. Surely there’s some posts in the forums how to do that.

    #882841

    Hi,

    If you still would like to hide arrows on certain elements, please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 767px) {
    .my-custom-class .avia-slideshow-arrows {
        display: none;
    }}
    

    You can edit your element and change the arrows. If you need further assistance, please feel free to let us know :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.