Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #164089

    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!

    #164186

    Hi,

    I’d like to give it a check, can you post a link to your website please?

    Regards,
    Josue

    #165780

    Is there a way to private reply? Thanks

    #165842

    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

    #166588

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Royalslider – Full Screen Mode’ is closed to new replies.