I dont see a demo of that on Revolution Sliders site, so not sure if its really possible.
But in looking that the source code of the demo link you provided, basically they create a div, all by itself that holds the slider. The div css is
COPY CODE
element.style {
position: fixed;
top: 0;
z-index: -1;
overflow: hidden;
width: 100%;
background: #fff;
}
What all that means is fix the div (position: fixed) at the very top (top: 0), make it 100% wide and layer it under everything else on the page (z-index: -1);
You can try creating that with Visual Composer by creating a row to hold your slider and adding that css to the page.
Good luck.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com