- This topic has 14 replies, 2 voices, and was last updated 4 months ago by
Leo.
-
AuthorPosts
-
February 23, 2020 at 3:31 am #1174184
Ralf
Hi there,
i tried to insert a video in the header of the index page on the website in the page hero section in elements.
i did everything like in the documention article:HTML in page hero section:
and the CSS:
.background-video {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.5;
}.page-hero {
position: relative;
overflow: hidden;
}.background-video-content {
position: relative;
z-index: 1;
}video[poster] {
object-fit: cover;
width: 100%;
height: 100%;
}but unfortunately it is not working … can you help, pls ?
Thank youFebruary 23, 2020 at 10:03 am #1174545Tom
Lead DeveloperLead DeveloperHi there,
I’m not seeing any HTML inside the Page Hero on the home page. Have you switched it up?
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 23, 2020 at 11:17 am #1174598Ralf
Hi Tom,
thank you for helping me on sunday π …
well, yes, it is in the page hero section in elements ? …
(screenshot deleted)
but i don’t know if it is correct …
February 23, 2020 at 11:19 am #1174600Ralf
nothing showing up … just a white space …
February 23, 2020 at 1:25 pm #1174659Ralf
ok – i have to go on… so, i disabled the header on the index page and put the video in a normal section for now, until there is a solution – thanks
February 23, 2020 at 1:28 pm #1174665Leo
StaffCustomer SupportIs the element is added?
I’m not seeing the code for page hero on the home page either.
Can you add it back in and make sure front page is included in the display rules?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 23, 2020 at 1:50 pm #1174678Ralf
Hi Leo,
ok, it is working now with display frontpage ( i had the page name as display before) – thanks
but why is it so blurry like there is a filter or something ??? (maybe opacity? ) … look at the video in the section below , this one is sharper …
February 23, 2020 at 2:00 pm #1174682Ralf
ok, yes, it was opacity …
thank you so much !!!
February 23, 2020 at 3:44 pm #1174727Leo
StaffCustomer SupportGlad you’ve figured out π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 27, 2020 at 8:56 am #1461155Ralf
i sent a private msg
September 27, 2020 at 9:51 am #1461207Leo
StaffCustomer SupportIs the new question related to the original question about the video in the header not visible?
If not can you open a new topic?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 27, 2020 at 9:59 am #1461223Ralf
? … haven’t you read the private message? … i want to edit the topic because i do not want that the domain address is visible – so, how can i edit/delete this ?
September 27, 2020 at 10:15 am #1461236Leo
StaffCustomer SupportSorry I misunderstood.
I just deleted them for you π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 27, 2020 at 10:27 am #1461246Ralf
Perfect ! Thank you Leo π
September 27, 2020 at 11:43 am #1461323Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.