Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #390678

    Hi,

    I have added a Masonry Gallery here:
    http://www.santamonicahotels.com/santa-monica-hotels

    Date
    I don´t want to see the date under the post -what shall I do?

    Moving image
    How can I adjust so the image don´t move when you hover over it?

    Thanks
    Charlotte

    #390846

    Hey charlotteraboff!

    Your link is not working for me. There are no dates with the Masonry Gallery so I’ll assume your using the regular Masonry element. Add this to your custom CSS.

    .av-inner-masonry, .av-inner-masonry * {
      transform: none !important;
      transition: none 0s ease 0s  !important;
    }
    .av-masonry-date { display: none !important; }
    

    Cheers!
    Elliott

    #390910

    Yes, sorry I meant the Masonry element. I have added the code, thanks.

    Another question.

    Is it possible to change the behaviour of the Masonry images, so they don´t “fly into the page”
    Like they act more like a steady image.

    http://www.santamonicahotelbooking.com/santa-monica-hotels/

    Cheers
    Charlotte

    #391145

    Hi!

    Please add following code to Quick CSS as well

    .av-masonry-entry {
    visibility: visible;
    opacity: 1;
    }
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    -webkit-animation: none!important;
    -moz-animation: none!important;
    animation: none!important;
    }

    Best regards,
    Yigit

    #391156

    Great. Thanks :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Masonry galleri’ is closed to new replies.