I experience some problems with the mobile Version of my site
-
On Mobile Devices (Tablets/Phones) the Fullscreenslider crashes and stops sliding after rotating the device. Landscape to portrait or the other way around.
This is a nasty issue for me. Can I fix that somehow ? -
On Mobile Devices ( Phone View ) I loose my footer. For the Desktop version the following code works fine. Do I need to make any changes before adding this code to "Custom CSS for Mobile Version“ ?
#footer-region{
position: fixed;
background-color: transparent !important;
bottom: 0;
left: 0;
width: 100%;
}
html.fp-enabled #footer-region{
display: block;
}
- On Ipads (No Issues with all tested android devices) normal pages can be zoomed in. Can I disable that? Fullscreen-Slide sites are not zoomable, therefore I thought It might be just a view lines to add to normal scroll based pages.
Feel free to take a look at the site for yourself.
www.fabianrockenfeller.com/wordpress
Thanks so much in advance for your help!!
Fabian