Footer
-
Hey everyone,
I have figured out how to make the footer fixed (although it still remains behind the menu bar--any code to bring it to the front would be great). One other thing I was wondering about was how to make the footer remain on the screen (like the site title) when going from page to page--right now it is fading in and out when you transition from screen to screen.
https://www.petermarshall-photography.com/
Thank you!
-
-
Hey @mariusjopen
Thanks! It works, but now the menu disappears when you scroll down, or can't be seen when you go on the contact page. Do you know anything that might rectify this?
Cheers!
-
Dear @marshall
try this as well#footer-region { z-index: 1000; background: none !important; }
Best!
Marius
-
Hey @mariusjopen ,
Thanks, but now the links in the menu don't work if you scroll to the bottom! Any ideas?
Thanks for all the help!
-
Hey @marshall
try this:
#footer-region { z-index: 1000; background: none !important; pointer-events: none; }
Best!
Marius
-
Thank you, that seems to have got it! However, the footer doesn't seem to work on safari-I was wondering if there was something I could put in to fix it?
Also, I was wondering if there was any code to stop the footer reloading every time the website goes onto another page? Right now it fades in and fades out with every page.
Thank you!
-
Dear @marshall
- Yes. You can try this:
#footer-region { z-index: 1000; background: none !important; position: fixed; width: 100vw; bottom: 0px; }
No. There is no option.
Hope I could help!
Best!
Marius
-
-
#footer-region{
position: fixed;?
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it