Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #874589

    Hi,

    Is there any way to center images in the horizontal gallery? By default, the layout location is on the left of the page.

    Thanks

    #874704

    Hey Ultrahead,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #874809

    Hi Victoria, 2 images attached (current and goal).

    As you will see, current shows that images are positioned to the left of the element. The goal is to center images.

    Also, there is a bug with this element for mobiles since it seems to be assuming that the layout of provided images is landscape. In my case, it is not. So, even if you set not to scale images (and remain with original size), the images are cropping in their height given that “canvas” (frame) were each is rendered has a landscape aspect ratio. EDIT: it works ok for desktops.

    • This reply was modified 7 years ago by Ultrahead.
    #875242

    Hi Ultrahead,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #875573

    Hi Victoria, sure. Done! (it’s a wip)

    Please due notice that images on the horizontal gallery are not centered (you can see this with the desktop version). And then, use a mobile phone (not a tablet), to see the problem with the images being cropped (as if they were shown in landscape).

    #876368

    Hi,

    Actually that is the way the theme works.
    It is an intended view, based on how the theme is been build.

    To have it work an other way, most probably you have to hire someone who will be able to help you
    out with the customisations you need to do.

    Best regards,
    Basilis

    #876378

    So you are telling me that Enfold assumes that images are shown in landscape mode for the horizontal gallery on mobile? If so, what’s the purpose of allowing to set NOT to modify original size on such element? Or event select one of the options whose aspect ratio is portrait (the last one) on such element? The cropping of portrait images on mobile as if they were landscape ones, is not a bug?

    • This reply was modified 7 years ago by Ultrahead.
    #876691

    Hi Ultrahead,

    Looks like at this time horizontal gallery does not handle vertical images well, we will report it to our developers. Anyway, the images you’re trying to show in it on mobile are too big for mobile. I suggest you make thumbs and create another gallery to be shown just on mobile.

    Best regards,
    Victoria

    #876706

    Hi Victoria,

    Thanks for the tip. That could also be a suggestion for the horizontal gallery: a checkbox labeled “Show thumbnails on mobile”.

    Thanks again and best regards

    #877663

    Hi!
    I passed this issue to our developers, they might look into your suggestion with thumbs. Thank you :)

    Best regards,
    Victoria

    #877754

    Hi, thanks!

    Is there any link to a log where I can follow up progress on the issue? (image cropping, not the suggestion)

    Best regards

    #878496

    Hi Ultrahead,

    Unfortunately, that area is not public.

    Best regards,
    Victoria

    #904953

    Hi, v4.2.2 is out but I do not see any comments on the changelog on this regard. Any update/news about it’s progress? Thanks.

    #905736

    Hi,

    It was not, as it was not a major issue.
    There will be an updated version, check it if it solved your issue please ( next day or two )

    Best regards,
    Basilis

    #910701

    Checked. Unfortunately the issue persists.

    #910998

    Hi Ultrahead,

    This can center the images on iPad and desktop screens.
    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 (min-width: 768px) {
      .av-horizontal-gallery-slider {
        left: 7% !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #911185

    Hi Victoria, thanks for the code. It does work for centering.

    Is there any coding workaround for the portrait-image issue on mobiles?

    Looks like at this time horizontal gallery does not handle vertical images well, we will report it to our developers.

    #911520

    Hi,

    Unfortunately, that is still the case until now. Please hide the horizontal gallery on mobile view, use the Screen Options, then use another type of gallery.

    Best regards,
    Ismael

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