Hello Team. I have been using slider revolution within the x Theme without problems and I didn’t change anything on the site but after the automatic update of cornerstone and slider revolution, the sliders are not working anymore on some of the pages.
There is a conflict with cornerstone and slider revolution. When I deactivate Cornerstone, the Sliders are working but the formatting is not working. When I activate Cornerstone, the formatting is correct but the Sliders are not working.
Everything is updated to the latest versions on Wordpress and Plugins. I reinstalled X-Theme but no change
The page in question where it is not working is http://kuenring.com/wp/wohnung/
Thanks!
Ok, I found the problem. Somehow it doesn’t accept the fixed position in the custom CSS code for the re_slider_wrapper…once I remove the position, it works again…
`// Revolution slider fixed as background
*/
.rev_slider_wrapper {
position: fixed !important;
top: 0 !important;
left: 0 !important;
z-index: 0 !important;
width: 100% !important;
height: 100% !important;
}`
