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

    Love this theme!
    I know this has been covered in other topics, but I still can’t seem to get this to work.
    On mobile devices the overlay caption (on hover) is showing up constantly, so it’s actually hiding the entire image.
    Here is the page : http://adjustable.ydbwebdesign.com/materials/
    On an iPad portrait in particular, the images of the colors are completely hidden. I have added the following code to my Quick CSS to no avail:
    @media only screen and (max-width: 767px) {
    .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content {
    opacity: 0 !important;
    display: none !important;
    }}

    Any help?

    #525900

    Hey Greg!

    Please try the following css instead:

    @media only screen and (max-width: 768px) {
    .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
     display: none !important;
    }
    }

    Best regards,
    Dake

    #525919

    Hi Dake,
    Wow thank you for the incredibly quick reply!
    I applied the CSS change but unfortunately that didn’t work. I have a screenshot I could send you. On iPad the cations are live and still all you see, no images are visible because of the captions. I did apply the CSS correctly. Any insight?
    Thanks again!
    Greg

    #526571

    Hi Greg,

    It would be great if you could link to those screenshots, could you please upload them to a service like imgur.com or similar and then link to them here?

    Regards,
    Rikard

    • This reply was modified 9 years ago by Rikard.
    #526958

    Hi Rikard,
    Thanks for your help.
    It’s poor quality, but follow the red arrow and you’ll see where the gallery is supposed to be. Instead, all you see are the captions (you’re looking at an iPad in portrait view: http://imgur.com/nwjUptX

    Thanks!
    Greg

    #528558

    Hi!

    captions are deactivated on iPad portrait mode for me. Can you confirm please?
    Let us know if you still need help with this issue.

    Cheers!
    Andy

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