Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #430906

    If I enable overlay for a Masonry Gallery, I get the standard effect where pictures are dimmed and the hovered image will be lighten up (or shown as normal).

    Is there a way to create this effect only on hover? What I want is the pictures to be shown as if I had overlay deactivated (shown as normal), but on hover, I want the effect as described earlier (which is the hovered picture shown as “normal”, but the other images dimmed out, as with the overlay activated).

    #431240

    Hey Rickard!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #431253

    What link? Did you even read the description, or did you not understand what I meant?

    #431849

    Hey!

    Yes, maybe I misunderstood your intentions, could you provide us with screenshots highlighting the issue please?

    Cheers!
    Rikard

    #432275
    This reply has been marked as private.
    #432700

    Hi!

    Add this in the Quick CSS field:

    .av-masonry-container.isotope:hover a .av-masonry-image-container {
      opacity: .5 !important;
    }
    
    .av-masonry-container.isotope a:hover .av-masonry-image-container {
      opacity: 1 !important;
    }
    

    Make sure that the masonry overlay is deactivated.

    Regards,
    Ismael

    #432724
    This reply has been marked as private.
    #433262

    Hey!

    Could you try to add it to Quick CSS under Enfold–>General Styling?

    Best regards,
    Rikard

    #433325
    This reply has been marked as private.
    #435160

    Hey!

    What do you mean by “pictures still gets dimmed while hovering the masonry, but not any pictures”? I checked the page and it looks OK.

    Regards,
    Ismael

    #435166
    This reply has been marked as private.
    #435897

    Hi!

    That’s because we use the hover state of the whole masonry container. It’s not possible to create a hover effect for elements outside the hovered element. If you really want this kind of effect, you need to create a custom jquery script because it is not possible with css alone. Unfortunately, this modification is outside the scope of support. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization

    Best regards,
    Ismael

    #435920

    I understand, thanks for your support!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Overlay behaviour only on hover’ is closed to new replies.