Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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?

    #1423696

    Hey 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,
    Rikard

    #1423703

    Please 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!

    #1423704
    This reply has been marked as private.
    #1423739

    I 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.

    #1423806

    Hi,

    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,
    Rikard

    #1424692

    Hello!
    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=0

    #1424694

    Hi,
    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,
    Mike

    #1424699

    Now 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.

    #1424701

    Hi,
    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,
    Mike

    #1425257

    Thank 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?:)

    #1425388

    Hi,
    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,
    Mike

    #1425426

    No, 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/

    #1425476

    Hi,
    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,
    Mike

    #1425589

    Thank you so much!!! I don’t know, why I’ve inserted this code…
    The topic can be closed

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Mouse Hover, white’ is closed to new replies.