• I’ve chosen the Fly transition for my item style. That’s supposed to change the background image with a swipe of color overlayed in the background to make it easy to read the text about that portfolio item. That color is not showing up. And my portfolio items made with visual composer are 404ing. The WP Portfolio items show up fine.

    It appears that one or more of my CSS styles are not showing up. I’ve stripped out my plugins. I had been using WProcket to speed up the site, it had combined and cached CSS and JS.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter leeandron

    (@leeandron)

    I’ve also tried deleting and reinstalling the plugin.

    Yeah, I’m seeing this issue too.

    Plugin author says it’s a caching issue (https://www.ads-software.com/support/topic/items-style-issue-v2-0-1/), but I’m not using a caching plugin on one of my sites that is having this issue.

    A workaround is to add CSS style definitions in Appearance -> Customize -> Additional CSS

    Change the colors to whatever you want. This will override the settings in ALL saved layouts:

    .vp-portfolio__items-style-fly .vp-portfolio__item-overlay{background-color: rgba(255,255,255,0.8);color: rgba(128, 128, 128, 1);}

    • This reply was modified 4 years, 4 months ago by bgoosen.
    Thread Starter leeandron

    (@leeandron)

    Thanks for this solution, I added it to the CSS panel at the bottom, worked great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fly Item Style Background Color Alpha’ is closed to new replies.