-
AuthorPosts
-
November 25, 2015 at 4:05 pm #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
November 25, 2015 at 4:28 pm #542508Hi 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!
YigitNovember 25, 2015 at 4:33 pm #542518Thanks – 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?
November 30, 2015 at 8:02 pm #544773Hey!
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/customizationLet us know if we could do anything else, regarding our theme
Best regards,
BasilisFebruary 27, 2016 at 3:54 am #590108I’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!March 1, 2016 at 4:03 am #591296Hi @sharonreiley,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardMay 10, 2016 at 11:09 am #629798I have the same issue as sharonreiley – is there an easy solution?
Thanks,
MarleneMay 11, 2016 at 6:29 am #630429Hi Marlene,
Please post a link to your site and we’ll have a look at it.
Thanks,
RikardMay 11, 2016 at 8:38 am #630519Hi Rikard,
the Masonry Gallery is at the bottom.thanks, marlene
- This reply was modified 8 years, 6 months ago by hannerinc.
May 12, 2016 at 1:03 pm #631318Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.