-
AuthorPosts
-
April 5, 2018 at 5:24 pm #937828
You helped me to add some CSS to my site to have the images appear in black and white, then change to color on mouse over. For some reason, that CSS is not applying itself to the portfolio page like it is thought the rest of the website.
I’m also noticing that when I load all the available portfolio items I get a few additional boxes, some empty, some with page titles. Is there a way to remove those.
You can see there page in question here (still in production, thus all the repeats): http://bbf.4c0.myftpupload.com/featured-projects/
If you navigate to any other page on the site you’ll see that the b/w to color mouse overs are working.
April 7, 2018 at 5:41 am #938479Hey evertypedesign,
Thank you for using Enfold.
The items don’t seem to actually exist. Please post the login details in the private field. If you have the time, try to clean or optimize the database.
// https://wordpress.org/plugins/wp-sweep/
Please create a backup or a restore point before using the plugin.
Best regards,
IsmaelApril 9, 2018 at 3:49 pm #939283Thank, I performed the sweep and have included the login details in the private field.
April 9, 2018 at 4:17 pm #939294I think I figured out the mystery posts showing up, it had to do with the fact that I deleted all the portfolio categories and didn’t assign new ones. As soon as I assigned new categories everything is working correctly.
The only thing is I’d still like them to appear black and white, then color on mouse over in the portfolio section.
April 10, 2018 at 8:16 am #939694Hi,
Glad that you figured out the issue. For the grayscale effect, please use the following css codes.
.av-masonry-image-container img { -webkit-filter: grayscale(100%); filter: grayscale(100%); } .av-masonry-image-container:hover img { -webkit-filter: grayscale(0); filter: grayscale(0); }
Best regards,
IsmaelApril 10, 2018 at 8:04 pm #939995Perfect, thanks so much! We can call this one closed.
April 11, 2018 at 10:27 am #940365 -
AuthorPosts
- The topic ‘Portfolio Page CSS + Glitch’ is closed to new replies.