-
AuthorPosts
-
October 28, 2015 at 12:55 am #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?
October 28, 2015 at 5:42 am #525900Hey 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,
DakeOctober 28, 2015 at 7:01 am #525919Hi 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!
GregOctober 29, 2015 at 8:08 am #526571Hi 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.
October 29, 2015 at 4:46 pm #526958Hi 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/nwjUptXThanks!
GregNovember 2, 2015 at 4:00 pm #528558Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.