Hello. I use RoyalSlider plugin. I have a problem with fuulscreen with my theme Enfold:
I’ve seen previously created a theme, but I can not figure out what I need to fix:
https://kriesi.at/support/topic/full-screen-mode-from-within-tabs/
and the same problem on the page developer plugin:
I tried to add this code in Quick CSS:
.html_boxed #main, .unit, .units, .content {
z-index: auto !important;
}
but the full-screen mode still does not work. Tell me what to do to fix this problem.
Thank you
Hi Artemegorov!
we don’t provide support for 3rd party plugins, as written in our support policy. Why not use the built-in layerslider instead?
Regards,
Andy
Developer plug-in help with the problem. Perhaps it is useful to someone else: add code in Quick CSS:
.html_boxed #main, .unit, .units, .content, .flex_column {
z-index: auto !important;
}
thank you