Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    #938479

    Hey 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,
    Ismael

    #939283

    Thank, I performed the sweep and have included the login details in the private field.

    #939294

    I 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.

    #939694

    Hi,

    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,
    Ismael

    #939995

    Perfect, thanks so much! We can call this one closed.

    #940365

    Hi,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Portfolio Page CSS + Glitch’ is closed to new replies.