Hello,
I have installed Royalslider and it is working fine. I have a slider in a post, but when I would like it to go to full screen it will on a desktop, but the header and nav are still present. On an iPad, it won’t go to full screen at all. When I load a default WordPress theme, all works well. Any helpful insight or suggestions would be appreciated.
Thanks!
Hi,
I’d like to give it a check, can you post a link to your website please?
Regards,
Josue
Is there a way to private reply? Thanks
This is from the Royalslider developer –
Your theme applies some weird webkit-perspective style to elements on page – see attachment, you should remove it.
-webkit-perspective:1000;
-webkit-backface-visibility:hidden;
Besides that, you should get rid of z-index CSS property on relative-positioned elements of page, like the one on .html_boxed #main element (change it to default auto).
Comments?
Thanks
Hey!
Kriesi added these two lines to avoid “content flashes” which can occur with older versions of Chrome – see: https://kriesi.at/support/topic/retina-images-and-fonts-in-portfolio-grid-theme-enfold/#post-164007
If you want to remove them open up /wp-content/themes/enfold/css/layout.css and search for
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
– then delete both lines.
Best regards,
Peter