Tagged: black and white, color change, masonry
-
AuthorPosts
-
June 21, 2016 at 4:52 pm #651575
Hey guys,
I didn’t found a solution for my problem, I tried different css codes you already provided in different threads but I can’t get it running! I have not really any idea about coding so please as simple as possible! :)1. Problem
When I activate in Masonry / Element captions / show title, the effect from grey to color doesn’t work
When I deactivate this option the effect worksI would like to have this transition from grey to color and the text been shown best centered and the possibility changing the texts color!
Any idea?
I use this code I found in the forum:
/*FOR BLACK AND WHITE MASONRY WITH COLOR CHANGE*/
.av-masonry-image-container {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */
-webkit-transition: all .6s ease;
}
.av-masonry-image-container:hover {
filter: grayscale(0%);
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
filter: none;
}2. Problem
Under the second link shared private, about me, under “other skills” and “my leisure activities” the text of some of the icons is not centered, while all the others are?! Any idea on that?3. Problem
The third link, the videoplayer is not showing up while the other videos does!Thanks for your help!!
June 23, 2016 at 5:33 am #652468Hey Sebastian,
Thank you for using Enfold.
1.) Where can I find the masonry element with the title enabled? We tested the css code and it works even if the title and excerpt are enabled.
2.) Add this in the Quick CSS field:
.av-image-caption-overlay-center { padding:0; }
3.) Did you use the video element or shortcode?
Best regards,
IsmaelJune 23, 2016 at 9:02 am #652552Hello, thanks for your reply!
1.) Masonry with the black and white to color transition problem, the color is not showing up while mouseover
Settings, NOT WorkingWith this settings, the color changes, if the text is not centered, …
Settings WORKINGTo the problem above, how can I additionally change the size and color of the text?!
2.) Thanks! This is working now!
3.) I used the Video element under Media elements with the full link length as shown in the example!
Settings I usedJune 27, 2016 at 2:35 pm #653787Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyJune 29, 2016 at 2:23 pm #654846Thanks for your reply, I managed it somehow, … So far, it is working for me!
Ticket can be closed!
July 1, 2016 at 5:20 am #655503 -
AuthorPosts
- The topic ‘Masonry black & white to color while mouseover works but Title is not showing up’ is closed to new replies.