This topic has 1 reply, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #39011
     rdittberner
    Participant

    Hello Guys,

    is it possible to use the my created revolution slider as a full width backround slider

    Demo with anaother plugin….

    http://wptreasure.com/downloads/responsive-full-width-background-slider/

    i was trying this…

    http://www.themepunch.com/home/plugins/revolution-slider-wordpress/ive-created-a-slider-but-how-do-i-add-it-to-my-page/#php

    but all the content will be displayed after the slider… i like to have the slider in the backround of the header, sidebar, content, footer ….

    Thanks

    #39014
     sharmstr
    Moderator

    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

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?