• Resolved danina84

    (@danina84)


    Hi,
    I was wondering how to create a full-width(and full-height) slider on the home page, with no content underneath, basically like a landing page. I do have the Kadence slider plugin, but when I create a slider and set it to full-width and full-height, it’s still not full-width and I also still have the header above.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    Can you please post a link to the page so that I can see this?

    Thanks,
    Kevin

    Thread Starter danina84

    (@danina84)

    Hello Kevin,
    my site is not live yet…

    hannah

    (@hannahritner)

    Hi @danina84,
    You can use page specific css to hide the header and footer for the specific page. It would be something like this:

    .home .headerclass, .home #containerfooter {
        display: none;
    }

    Hope that’s helpful!

    Hannah

    Thread Starter danina84

    (@danina84)

    Hi Hannah, thanks – but in the theme options, is ther a way for the home page header to choose a different slider then the Basic slider? For example if I wanted to use the Kadence Slider?

    Hey,

    With Ascend Free, this is not an option. You can add any type of slider for your home slider with the premium version though. Have you only purchased the slider or do you have access to the premium theme as well?

    -Kevin

    Thread Starter danina84

    (@danina84)

    Ah okay. No, I don’t have the premium version. I will look into this. Thanks!

    You could add it via shortcode to your page content though, and if the header is hidden with the CSS Hannah provided, it should work pretty similarly.

    Does that work for you?

    -Kevin

    Thread Starter danina84

    (@danina84)

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fullwidth slider on homepage’ is closed to new replies.