-
AuthorPosts
-
November 24, 2016 at 1:12 pm #716393
Hello,
I would like to know if it is posible to change the effects that makes a Masonry element (conected to my “Beiträge” “Blog entrance”) when I place my mouse over the different links. Right now the Masonry that I am using has two effects pre-set (I think they are related with the Theme that I used as template: “Creative Studio Demo”). The first effect comes when I load the page, all the pictures appear from its down part to the top as if they were layed on the screen and the second effect comes when I place my mouse over the pictures, they get a small zoom effect.
I would like to delete the first effect or change it for a smoother appearence on the screen, and it would be perfect if I can change the second effect and insted of a zoom on the actual picture, see a white/grey background with the name of the selected Beitrag (Blog entrance).Thank you for your help!
November 27, 2016 at 7:29 am #717388Hey witschurke,
Thank you for using Enfold.
1.) Disable the masonry’s loading animation with the following css code.
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry { -webkit-animation: none; animation: none; }
2.) Edit the masonry element, go to the Element Captions panel then set the “Element Title and Excerpt Styling” to the second option. And the “Element Title and Excerpt display settings” to “Display on mouse hover”.
Best regards,
IsmaelNovember 27, 2016 at 9:13 am #717400Hi,
I am using Masonry Grid for my Homepage. But the grid images are not 100% opaque. I want to use 100% opacity of the images. What shall I do?
November 27, 2016 at 12:39 pm #717417Hi!
Please create a new ticket, where you will share us your web site so we can take a look and try to identify issues and help you.
Thanks a lot
Best regards,
BasilisNovember 28, 2016 at 11:15 am #717667Hello Ismael,
thanks for your answer. When I set the options that you described on your post it appears on the image the Title and also the date of publication of each post, I would just like to see the Title of each Post (Beitrag) not the date.Thank you for your help!
November 30, 2016 at 6:28 am #718633Hi,
Please remove the date with the following css code.
span.av-masonry-date.meta-color.updated { display: none; }
Best regards,
IsmaelNovember 30, 2016 at 2:05 pm #718763Thank you! It worked perfectly.
December 1, 2016 at 8:25 am #719126 -
AuthorPosts
- The topic ‘modify Masonry grid effects’ is closed to new replies.