Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page appears above header on scroll #150

Closed
taylorj20 opened this issue Mar 4, 2019 · 4 comments
Closed

Page appears above header on scroll #150

taylorj20 opened this issue Mar 4, 2019 · 4 comments

Comments

@taylorj20
Copy link

The page scrolls in front of the header instead of behind it even when I make sure to disable transparent header.

@Nikschavan
Copy link
Collaborator

Do you have a link where i can see this?

@taylorj20
Copy link
Author

http://34.217.43.84/

@Nikschavan
Copy link
Collaborator

I have fixed this in the plugin here on GitHub and this will be shipped in the upcoming update of the plugin.

Until then you can use this custom CSS to fix this -

.ehf-header #masthead {
    z-index: 200;
}

@taylorj20
Copy link
Author

taylorj20 commented Mar 5, 2019 via email

Nikschavan added a commit that referenced this issue Aug 26, 2019
- Improvement: Allow changing the permalinks for the hfe templates (<a href="https://github.com/Nikschavan/header-footer-elementor/pull/162/">#162</a>) 
- Fix: WPML Translations do not work when using the Elementor Template as a shortcode. (<a href="https://github.com/Nikschavan/header-footer-elementor/pull/159/">#159</a>)
- Fix: Page content appears over the header. (<a href="https://github.com/Nikschavan/header-footer-elementor/pull/150/">#150</a>)
- Fix: Remove the deprecated function warning for shortcode functions. (Props <a href="https://github.com/hogash">@hogash</a> <a href="https://github.com/Nikschavan/header-footer-elementor/pull/145/">#145</a>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants