Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #542493

    Hi

    I have created a masonry grid which displays titles on hover. This doesn’t work on ipad or Hudl – is this a Flash thing?

    If so is there a work around? I need the images to be larger on the mobile devices, at the moment they are being taken over by the titles.

    I have tried using a portfolio grid, which is OK on mobile, but doesn’t give me the nice flip up titles on the desktop/laptop, and won’t let me put space between the images.

    Thanks

    #542508

    Hi hjen!

    You can hide titles on mobile by adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    figcaption { display: none !important; }}

    Cheers!
    Yigit

    #542518

    Thanks – that hides the titles, but I need the user to be able to see a title on click or something, I don’t want to get rid of them completely. Is there a way to do that?

    #544773

    Hey!

    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Best regards,
    Basilis

    #590108

    I’m having this same issue. I would love to be able to move the titles below the photos on the mobile view – right now they are covering them up. I’m going to try and figure out a CSS hack, but thought it would be a good feature request.
    Thanks!

    #591296

    Hi @sharonreiley,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #629798

    I have the same issue as sharonreiley – is there an easy solution?

    Thanks,
    Marlene

    #630429

    Hi Marlene,

    Please post a link to your site and we’ll have a look at it.

    Thanks,
    Rikard

    #630519

    Hi Rikard,
    the Masonry Gallery is at the bottom.

    thanks, marlene

    • This reply was modified 7 years, 12 months ago by hannerinc.
    #631318

    Hi,

    you could try to make it smaller on mobile devices:

    @media only screen and (max-width: 1024px) {
    .av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content {
    bottom: -22px;
    }
    .av-inner-masonry-content-pos {
    margin-top: -17px;
    }}
    

    Adjust as needed.

    Best regards,
    Andy

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