Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #822734

    Hi,
    First of all, I must say I was very happy to see that an horizontal gallery has been implemented in Enfold. I’ve wanted one for a long time. I’ve implemented a test on my website and here is what I think needs to be improved fast in order to be usable, at least for me :)

    1. – Mobile support is horrible. I just can’t use this in production on a website where a nice chunk of the users are coming from mobile platforms. All the photos are cut in something close to 2:1 ration, including portrait oriented photos. I would much rather either have a user defined height, or even better display all the photos vertically as the Masonry gallery does. Plus, there is no indication that the user can scroll left or right. I see it does the same on the Enfold demo, so it doesn’t seem to be a bad setup on my side.
    2. – It would be nice to have the first and last photo centered when they are reached, with having a “blank” element before the first and after the last
    3. – It would be nice to have the possibility to loop on the photos

    Those are the 3 things that bug me right now. The later 2 are not critical, but the Mobile support is. If I want to implement the Horizontal Slider it means I have to create 2 galleries, 1 Horizontal for desktop, and 1 dedicated for Mobile, which is a no-go. I really hope it will be fixed soon, as it was a feature I was waiting for for a long time.
    Thanks.

    • This topic was modified 7 years ago by Reiep.
    #824018

    Hey Reiep,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive .av-horizontal-gallery-inner {
        min-height: 250px;
       }
    }
    

    You can write your suggestions here https://kriesi.at/support/enfold-feature-requests/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    • This reply was modified 7 years ago by Victoria.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.