Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #670233

    Hi,
    is it possible to use the same hover effect for the masonry gallery like for images. I want to show the caption in the middle of the image with a overlay-background.

    #671455

    any ideas?

    #671518

    Hey!

    Please edit your Masonry Gallery element and choose to display caption as “centered overlay” – http://i.imgur.com/DzHf74Gr.png

    Cheers!
    Yigit

    #671862

    Hi Yigit,

    i did this… but nothing changed also when i cleared the cash…

    #671918

    Hi!

    Can you please update Enfold to the latest version 3.7.1 – kriesi.at/documentation/enfold/updating-your-theme-files/?

    Regards,
    Yigit

    #674607

    i updated… but the problem is still available

    #675666

    Hi,

    Do you mind if we switch to parent theme for testing purposes?

    Best regards,
    Yigit

    #675884

    no you can

    #677048

    Hi,

    As i understand you like the site to look like the below screenshot correct?

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .custom-overlay .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content
    {
       top:0!important;
       opacity: .85!important;
    }
    
    .custom-overlay .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content
    {
       top:0!important;
       opacity: .0!important;
    }
    
    .custom-overlay .av-masonry-entry-content.entry-content {
        top: 50%!important;
        left: 50%!important;
        transform: translate(-50%)!important;
        position: absolute!important;
    }
    

    Best regards,
    Vinay

    #685147

    thanks! works good

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘masonry gallery hover?’ is closed to new replies.