Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #149268
    Eric
    Participant

    Is there a way to use a shortcode to include the Kathmandu Featured Slider on pages – can this be done outside of the Theme > Customization area?

    Best,

    Eric

    #149288
    Skandha
    Participant

    @the-way-of-wellbeing: What you can do is Enable the slider on entire site. Then
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.page) #main-slider {
    	display:none;
    }

    This way the slider will be enabled only on pages.

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #149387
    Eric
    Participant

    Will this allow me to pick and choose the pages that the slider is displayed on? I am looking to include it only on the home page and I wanted to dedicate a page as the home page – meaning I did not want to use the auto controls in the theme to generate the home page.

    Thanks,

    Eric

    #149770
    Skandha
    Participant

    @the-way-of-wellbeing: No, above code will display slider on all the pages. If you want the slider to be displayed on few specific pages let me know on which pages you want them to be displayed.

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Theme Featured Slider’ is closed to new replies.