• Resolved macphreak

    (@macphreak)


    Awesome plugin!! This has been the best one I have found by far! Is there a way to make the title visible by default? I am trying to replicate something similar to this: (scroll down to the first image gallery of the cities)

    https://cousins.com/

    I know I would need to edit the meta.php or image.php files in the templates folders but just not sure exactly where to make it so the title is visible by Default. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the same question and found a solution, just with CSS.Try this:

    .vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
    	opacity:1;
    }
    

    Maybe you still have to change the background color.
    Cheers!

    Thread Starter macphreak

    (@macphreak)

    yup, I discovered that as well and it worked for me (although I had to resort to a little jquery to get it working fully like I wanted it to).

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Make title visible for Fade Layout’ is closed to new replies.