Ok. this is exactly what i need: http://sisleyloubet.com/my-work/tours-music-videos-tv-shows/
Scroll down to the videos a bit past the middle of the page, hover over the “Tink ft. Timbaland – Ratchet commandments” video for example.
The overlay is the (play) triangle and the video opens right from there using lightbox without leaving the page, and giving the option of playing the other ones right from the lighbox popup.
UPDATE. i just figured it out..
The problem was using the link provided by youtube with the youtu.be domain on the “Overwrite Portfolio Link setting”; i used the full domain instead and now it works perfect.
( http://www.youtube.com/watch?v= )
Now i get the videos to open straight on the lightbox window :)
Hey vero,
Great, glad you got it working and thanks for sharing your solution :-)
Please let us know if you should have any further problems on the topic.
Best regards,
Rikard
Ok quick one.
How do i change the color of the overlay button in the Portfolio grid gallery. I got VIDEOS on it, links to youtube that open on lightbox.
The icon is the “play” triangle button, not the curved “arrow” that shows if you put an image in there. It is currently grabbing the green color of my theme, i would like to change it to the youtube magenta color. Thank you!!
Hi,
a screenshot and a precise link would help a lot. However, try this code inside Quick CSS field:
.image-overlay.overlay-type-video .image-overlay-inside:before {
color: green;
background-color: blue;
}
Best regards,
Andy
Thank you so much Andy.