- This topic has 20 replies, 2 voices, and was last updated 4 years, 2 months ago by
Leo.
-
AuthorPosts
-
September 3, 2019 at 9:36 am #1000173
Shannon
Hello,
I’m wondering about the moving image shown in this website here:
https://www.terrapingeo.com/Can that be done with GeneratePress? Also, it repeats down the page… how would I go about doing that?
Thanks.
September 3, 2019 at 12:20 pm #1000298Leo
StaffCustomer SupportHi there,
Not by default but you could consider using a header element with background video:
https://docs.generatepress.com/article/header-element-overview/
https://docs.generatepress.com/article/page-hero-background-video/Let me know if this helps π
September 3, 2019 at 12:33 pm #1000303Shannon
Do you have an example of what that looks like?
September 3, 2019 at 12:58 pm #1000324Leo
StaffCustomer SupportI don’t have an example of page hero with background video unfortunately.
It would look like this example but with a background video:
https://docs.generatepress.com/article/page-hero-examples/#example-3September 3, 2019 at 1:06 pm #1000332Shannon
Ok. I will see what I can do.
September 3, 2019 at 1:09 pm #1000338Leo
StaffCustomer SupportSounds good π
September 3, 2019 at 1:26 pm #1000353Shannon
Ok… so I got this to work.
But the css on the content is off now..
I’m wondering why the fonts and border and such are different now.
September 3, 2019 at 1:45 pm #1000378Shannon
I also notice the content does not seem to have the buttons as links now either.
September 3, 2019 at 1:55 pm #1000381Leo
StaffCustomer SupportEdit this CSS:
.page-hero-content { padding: 20px; border: 2px solid #ffffff; background-color: rgba(255, 255, 255, 0.7); border-radius: 0px; max-width: 350px; }
to this:
.page-hero-content { padding: 20px; border: 2px solid #ffffff; background-color: rgba(255, 255, 255, 0.7); border-radius: 0px; max-width: 350px; position: relative; }
September 3, 2019 at 1:56 pm #1000382Shannon
Great. Thanks! That fixed it.
September 3, 2019 at 2:32 pm #1000398Leo
StaffCustomer SupportNo problem π
September 3, 2019 at 2:32 pm #1000399Leo
StaffCustomer SupportNo problem π
September 6, 2019 at 1:34 pm #1002882Shannon
Hello again Leo,
When I shrink the screen to a size for mobile, the z-index fix doesn’t work. What I mean is that the content in the hero image video seems to go behind the video again.
Do you have css that would fix that?
Also, what should parallax on a section do on a page? I’ve added a background image and set that to be “on” for a section on a page, but there is no visible animation with scrolling.
September 6, 2019 at 1:36 pm #1002885Leo
StaffCustomer SupportCan you link me to the page in question?
I don’t see it in this thread anymore.
September 6, 2019 at 1:40 pm #1002889Shannon
Sorry… I did delete it. It was a test page… I’ve since made another.
https://annelida.ca/new-home/When you shrink it down, you’ll see the text in the hero video get overlapped by I think the video? The positioning is off, but there is a reason for that… it was originally meant to fit with a different image and this is just a functionality test to see how a video looks.
This page doesn’t have the section for the graphic I’m having issues with in terms of parallax though. I’m working on that elsewhere.
-
AuthorPosts
- You must be logged in to reply to this topic.