(M)Social GK Grid Video Title Overlay

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Tue Jan 19, 2016 8:32 am
Hey,

I have a couple of videos added in with the GK Grid and I'd like to be able to get the title overlay for the videos. Is there a way to do this?
Site is http://www.tmtennistoowoomba.com.au

Kind Regards
User avatar
Fresh Boarder

Joshua M
Tue Jan 19, 2016 10:01 am
Hi,

I'm not sure if I understand, do you want title of the video visible when you hover the video block? Could you provide more details?
User avatar
Moderator

GK User
Tue Jan 19, 2016 10:40 am
Hey Joshua,

Just like in the demo there is title overlay with the images. I would like to do this with video so the title of the video is overlaying the video. Not just on hover, but showing just as in the demo. Hope this makes sense. The only problem I can foresee is that when you play the video the title overlay text will still be there.

Are there any options to display the title of the video?

Kind Regards
User avatar
Fresh Boarder

Joshua M
Thu Jan 21, 2016 11:10 pm
Hi,

Try to add a div with class "overlay" and your title inside (after gk-video div in your text widget). Then try (and adjust) the following custom css code:
Code: Select all
.gk-video .overlay {
   position: fixed;
   z-index: 9999;
   bottom:  30px;
   left:  20px;
}

I can't see other solutions.
User avatar
Moderator


cron