Fixed Footer Problem on Mobile Devices
-
Hi,
site is currently here www.seriesmobiletv.com. Struggling with this problem for awhile:
I pasted this custom css (that i've founfd thankfully under one of the topics here) to fix the footer on the bottom of each page:#footer-region{
position:fixed;
background:#FFFFFF;
bottom: 0;
left: 0;
width: 100%;
z-index: 999
}
for one specific page with the cover feature turned on i needed extra css to have the foooter fixed and always visible:
.slug-film-all #footer-region {
position: fixed;
background:#FFFFFF;
bottom: 0;
z-index: 999
}Works quite well on desktop (firefox/safari) but on mobile devices (tested with ipad/safari and iphone/safari) not. If you swipe/scroll the pages the Typo in the footer disapears.
Second problem on mobile devices: with the fixed footer and the carousel funktion some pages don't open up to full screen when you swipe/scroll them (all the browser information on the top don't disapear). That makes the site look very compressed - especially on a smartphone.
I'm very thankful for any help.
Best
Frank
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