Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #584425

    Hello,

    I’m trying to recreate the effect I have on my “Home” screen when you hover over the masonry grid images to my “Portfolio” page to the portfolio grid. I can’t figure out how to change the hover effects on the portfolio grid to have the title boxes start with 0 opacity (not there) to hovering over the image and having them appear (100 opacity).

    Please let me know with a quick CSS style change.

    #585117

    bump

    #586628

    Hey!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .isotope_activated .grid-entry article {
        -webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
        -moz-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
        animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
    }
    

    Regards,
    Ismael

    #587001

    Hi Ismael,

    Nothing happened. Any other tips?

    • This reply was modified 8 years, 2 months ago by lezhang.
    #587593

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #589409

    I listed my information in the private content.

    • This reply was modified 8 years, 2 months ago by lezhang.
    #590096

    bump2

    #590517

    bump3

    #590909

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .grid-entry:hover .grid-content {
        opacity: 1!important;
    }
    .grid-content {
        opacity: 0!important;
    }

    P.S.: Bumped threads usually get overlooked. If your case is urgent, please try avoid self posting :)

    Regards,
    Yigit

    #591331

    Thanks for all your help Yigit! Worked like a charm.

    #591886

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.