Site logo

Archived topic

Question about Hero Image

20 replies · Started by Shannon on September 3, 2019

Viewing posts 1–15 of 21

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.

Do you have an example of what that looks like?

Ok. I will see what I can do.

Sounds good :)

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.

I also notice the content does not seem to have the buttons as links now either.

Edit 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;
}

Great. Thanks! That fixed it.

No problem :)

No problem :)

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.

Can you link me to the page in question?

I don't see it in this thread anymore.

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.

This archived topic is closed to new replies.