Text on the video

More
6 years 6 months ago #711 by Daniel
Text on the video was created by Daniel
After a lot of installations, this module is top.

But there is any chance that I can put the text instead of being in the middle, at the bottom?

And in any part of this text can I put a link?

Congratulations and Thank you.

Please Log in or Create an account to join the conversation.

More
6 years 6 months ago #712 by Thanh Nguyen
Replied by Thanh Nguyen on topic Text on the video
Hello Daniel,

But there is any chance that I can put the text instead of being in the middle, at the bottom?

You can add the custom css code below to css file of your template the to put the text to bottom
Code:
.geek-masthead > .inner { vertical-align: bottom; }

You should know where the css file is located, the path is usually as follow:
templates/[your-template]/css/template.css

And in any part of this text can I put a link?

The Custom Description setting allows HTML code, and you can add your own custom HTML code there including href link tag.

Thanh Nguyen
Founder & Lead Developer

Please Log in or Create an account to join the conversation.

More
6 years 6 months ago - 6 years 6 months ago #715 by Daniel
Replied by Daniel on topic Text on the video
I put the code in the template.css, and also try in custom.css, but the text just don't go down. :)
-Edit: 10:38 - This code worked when I changed in styles.css inside your module folder.

I also put in the Custom Description the text with the hyperlink, and the text change colour, but no link there.

And the video is still no responsive.

If you want I can give an user to the backend so you can see it better.
URL: novo.sjtexteis.pt

Thank you very much for your time
Last edit: 6 years 6 months ago by Daniel.

Please Log in or Create an account to join the conversation.

More
6 years 6 months ago #716 by Thanh Nguyen
Replied by Thanh Nguyen on topic Text on the video
Hello,

I checked your site and saw that you can style text to put it down.

I also saw that the text was wrapped by href link tag, but you can't click the link because there the masthead section was overlapped by other section of your template. You need to ask developer of this template for solution of this case.

Regarding background video issue, it does not support this feature on mobile device due to some technical issue, you need to set video poster image, and this image will be displayed instead of video on mobile.

Thanh Nguyen
Founder & Lead Developer

Please Log in or Create an account to join the conversation.

More
6 years 6 months ago - 6 years 6 months ago #717 by Daniel
Replied by Daniel on topic Text on the video
Hi,

Thanks for the reply.

About the link I will talk with the developer, so they can fix it.
Edit: Is already fixed. :)

About the video not working in the mobile it's not a big problem. I'm ok with the picture. But when we try here in the company in other laptops with lower resolution we can't see the all video.

I will send you two pictures so you can see. And id is any chance to solve this.
novo.sjtexteis.pt/images/video/resolution_1366x768.PNG
novo.sjtexteis.pt/images/video/resolution_1920x1080.JPG
Attachments:
Last edit: 6 years 6 months ago by Daniel.

Please Log in or Create an account to join the conversation.

More
6 years 6 months ago #718 by Thanh Nguyen
Replied by Thanh Nguyen on topic Text on the video
The Geek Masthead module was not developed to display full screen background video / image, but it will use fixed height that you configured on backend for all devices.
So, its height won't display as you expected on different devices.
But in your case, you can set padding top for masthead's text instead of put it to bottom, then you can see this text on all devices.

Thanh Nguyen
Founder & Lead Developer

Please Log in or Create an account to join the conversation.