-
AuthorPosts
-
October 25, 2023 at 11:10 am #1423673
Sorry, now I’ll ask again about the mouse hover…
At umwelt-magazin.eu at “Themenbereiche” the portfolio pictures are displayed slightly whitish. This should also remain so on the computer. But not on tablets. Is it possible that this is changed:)?
@Mike should have the access data for our website.
@Guenni007 once set a very pretty border, which unfortunately also transferred to what you see when clicking on portfolio entries. (https://kriesi.at/support/topic/mouse-hower-effect/#post-1421611 and https://kriesi.at/support/topic/mouse-hower-effect/#post-1421686). Is it possible to prevent this?October 25, 2023 at 3:01 pm #1423696Hey Tim,
Please try the following in Quick CSS under Enfold->General Styling for the overlay on tablets:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .av-masonry-image-container { opacity: 1; } }
If you want us to have access to your site, then please post login details in private in each thread. Moderators don’t share a common source for website logins.
If you want to ask another user a question, then please PM that user or email directly. Other users won’t be notified of you tagging them in a thread.
Best regards,
RikardOctober 25, 2023 at 3:15 pm #1423703Please try the following in Quick CSS under Enfold->General Styling for the overlay on tablets
Thank you, but it doesn’t help…:( I will send you the login datas:)
@Guenni007 once set a very pretty border, which unfortunately also transferred to what you see when clicking on portfolio entries. (https://kriesi.at/support/topic/mouse-hower-effect/#post-1421611 and https://kriesi.at/support/topic/mouse-hower-effect/#post-1421686). Is it possible to prevent this?
Perhaps, you know a solution for helping:)? I will send Guenni007 a PM!
October 25, 2023 at 3:17 pm #1423704This reply has been marked as private.October 25, 2023 at 10:46 pm #1423739I don’t know if this has anything to do with the CSS section that has already been deleted again, but for some reason I can’t click on portfolio posts on the IPad in portrait mode now.
October 26, 2023 at 4:57 pm #1423806Hi,
I can’t see any problems on my end. The CSS is applying, and it’s possible to open the articles as well. Please let us know how to reproduce the problem you are seeing on your end.
Best regards,
RikardNovember 4, 2023 at 9:31 pm #1424692Hello!
On the Ipad in portrait format you cannot click on portfolio entries (see picture). In the picture you can also see what we would like to change if it were possible: The pictures are not displayed whiter on touch devices than they are in real life.
https://www.dropbox.com/scl/fi/xbb0gtlns3rq5b4guzz7j/grafik.png?rlkey=6tyxjmjr0ksabfq5btug46uas&dl=0November 4, 2023 at 9:55 pm #1424694Hi,
Thank you for the link to your site, but I get the error:
FEHLER: Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuche es in 24 Stunden noch einmal.
so I can not login, nonetheless from your screenshot and your info above, please note that touch devices do not have a “hover” attribute, so to remove the “white” overlay on touch devices, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 1440px) { .touch-device #top .av-hover-overlay-active .av-masonry-image-container { opacity: 1; } }
as for the click issue, I believe you have a function or plugin conflict, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. Otherwise try disabling all of your customization scripts and see if that helps.
If not Please include a working admin login in the Private Content area.Best regards,
MikeNovember 4, 2023 at 10:23 pm #1424699Now all images are displayed in full color again. Unfortunately also on the computer. I am now deactivating the function with white :)
Do you still know the password for the website? I can also create a new one for you. For now I will let you back in. The login should work again with a valid password.November 4, 2023 at 11:04 pm #1424701Hi,
Try changing the screen size number down to your device size, I had max-width: 1440px but perhaps that is also your “desktop” size.
Otherwise try checking your screen resolution and letting us know what sizes you want this for.Best regards,
MikeNovember 10, 2023 at 8:45 pm #1425257Thank you, it doesn’t help. I’m a little bit afraid, that I delete sth. because I deactivate plugins. Do you think, it would help and there’s a plugin conflict?:)
November 13, 2023 at 7:37 am #1425388Hi,
When I checked your page the images in your “Themenbereiche” section have the opacity on desktop until I mouse-over them and for screen sizes below 1440px the images don’t have any opacity. This is what you wanted, correct?
Perhaps your iPad needs it’s cache cleared, try to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeNovember 13, 2023 at 11:18 am #1425426No, that’s basically all good, but you can’t open the portfolio posts in landscape format on tablets. If you click on “Interviews”, you are not redirected here https://umwelt-magazin.eu/portfolio-item/interviews/
November 13, 2023 at 6:36 pm #1425476Hi,
Thanks for the feedback, I see that you have this custom css blocking the click event, please find and remove it, perhaps it is in your Quick CSS:@media only screen and (max-width: 986px){ .av-masonry-entry { pointer-events: none; } }
The login you posted above doesn’t work so I couldn’t remove it for you.
Best regards,
MikeNovember 14, 2023 at 5:37 pm #1425589Thank you so much!!! I don’t know, why I’ve inserted this code…
The topic can be closed -
AuthorPosts
- The topic ‘Mouse Hover, white’ is closed to new replies.