-
AuthorPosts
-
December 7, 2015 at 5:25 pm #548145
I have an image setting to display overlay as well as caption text over once hovered. Now, of course, there is no such a thing as hover on mobile. So android devices will display that hover effect once an image or icon is clicked. Which is perfect and I actually like that.
However Iphone & Ipad do not display any effect once images are clicked ( image overlay and caption )?
This also happens for an icon effect I use that displays a tooltip above it once hovered or clicked on android?Thanks in advance
December 8, 2015 at 1:55 am #548456Hey motza!
What happens when you do a “long tap” on the image?
Cheers!
ElliottDecember 8, 2015 at 4:04 am #548493thanks for quick response. When I long tap magnifying glass shows up which you can drag around an image. Once let go little area on the image gets highlighted with a tooltip option to define, copy etc… really strange as there is nothing over the image (at least visible).
thanksDecember 9, 2015 at 5:09 am #549461Hey!
I’ll go ahead and flag this for the rest of our team to take a look as I don’t have an iOS device to test on.
Regards,
ElliottDecember 10, 2015 at 7:15 am #550186Hi!
I can not see your web site link anywhere, can you please post it for us?
Best regards,
BasilisDecember 11, 2015 at 3:19 am #550828below is the link
thanks guysDecember 16, 2015 at 4:31 am #553441Hello I am just wondering if you got to a chance to figure out whats wrong? Thanks
December 22, 2015 at 5:56 pm #556649Hello, I´m having the same issue. There is an answer?
December 22, 2015 at 8:14 pm #556686Hi!
Can you please try updating the theme to latest version 2.4.7 firstly – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitDecember 23, 2015 at 1:45 am #556810Hi Yigit, thanks, but i have already updated the version and looks that the same issue is happening.
December 27, 2015 at 10:17 pm #557616Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .av-overlay-on-hover .av-image-caption-overlay { opacity: 1; }}
Regards,
YigitJanuary 16, 2016 at 10:48 pm #566636thanks for you reply. with the code you suggested the effect that should appear on hover (desktop) or when you tap (mobile-android) appears right away on iOS (iPhone, iPad ). Meaning as soon as page loads color overlay and text (in my case) is on top of the image. This effect should be visible only when you tap on the image and it should load up together with the image. Any suggestions? Thanks again
February 3, 2016 at 6:38 am #576898Hello Enfold Team,
I am just following up on my question originally asked on dec 7, 2015. Since then I have been given answers such as: we have to find someone that uses iPhone/iPad , please provide us the link and most recently, finally, some actual suggestions, but that didn’t help either.
I didn’t use any special css nor implemented a custom code or plug in. I simply used a feature provided with he theme. So that is a reason why I am baffled why are you not willing to help me? I can’t believe that simple hover effect doesn’t work on iOS ? Your theme is arguably the best wp theme out there and for that little effect not to work on iOS ……. .. ….. … ….. …… I thought that your theme is compatible with major os?
So, in any case, can you please let me know what is the solution ?
I would really appreciate your honesty, and if its not possible for this build in effect to work on iOS then please let me know.
Thanks team
February 3, 2016 at 6:44 am #576901Thanks Yigit,
I think this solution works perfect, it’s obvious that IOS doesn’t have and hover actionFebruary 4, 2016 at 12:58 pm #577737Hey!
@motza: Please try to add this in the Quick CSS field:.av-overlay-on-hover .avia-image-container-inner:focus .av-image-caption-overlay { opacity: 1; filter: alpha(opacity=100); }
You have to remove the previous code.
Regards,
IsmaelFebruary 5, 2016 at 4:17 am #578205Thanks so much for your reply. Still nothing though. Once I tap on image on iOS nothing happens . Magnifying glass and highlighted are shows up only. Any other suggestions? Oh, also button (“learn more”) on home page doesn’t work on iOS…
Thanks again
February 7, 2016 at 9:29 am #579151Hey!
Alright. Please try this instead:
@media only screen and (max-width: 989px) { .av-overlay-on-hover .avia-image-container-inner .av-image-caption-overlay:hover { opacity: 1; filter: alpha(opacity=100); } }
This will enable the text overlay on tap but the image will not zoom in. Please remove all cache before testing the page.
Cheers!
IsmaelFebruary 7, 2016 at 10:40 pm #579262Thanks again Ismael, but it still doesn’t work ?
February 9, 2016 at 12:00 pm #580315Hey!
This may be my last attempt to fix it. Please try this:
@media only screen and (max-width: 989px) { .av-overlay-on-hover .avia-image-container-inner .av-image-caption-overlay { opacity: 0; filter: alpha(opacity=0); display: none; } .av-overlay-on-hover:focus .avia-image-container-inner .av-image-caption-overlay { opacity: 1; filter: alpha(opacity=100); display: block; } .av-overlay-on-hover:hover .avia-image-container-inner .av-image-caption-overlay { opacity: 1; filter: alpha(opacity=100); display: block; } }
I hope it works.
UPDATE: We modified the code a bit. Please copy the code directly from this forum, not from your email.
Best regards,
IsmaelMarch 3, 2016 at 5:40 pm #592741Yes ! you did it! The effect is the same now on iOS as well.
side note: The only thing is that if you want to disable it you need to tap right next the the picture box or to tap on a link. On android you will disable the effect by clicking away form it anywhere on the page. Thats all. Not a biggie just an observation.
Thanks a million !
March 6, 2016 at 6:10 am #593845 -
AuthorPosts
- You must be logged in to reply to this topic.