BuddyBoss Home – Web Support Forums Themes Boss. theme Slider not on Front Page

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #37817

    Anonymous
    @

    How could I put the Boss Slider on a page other than the Front Page? I’d like it on a sort of dashboard/news page for logged in members. I have the page setup already. How can I get the Slider on it? Also, I’m not sure if this matters, but the page it will be on is a default page (showing the BuddyPanel) and has widgets in the right side-bar. So I won’t be getting the full effect of the large Boss Slider, but I think it will be a great look for the page regardless.

    Answers

    #37827
    @vapvarun

    Hello @ryanmaler , you have to select front page template for that page then it will have slider on that.

    #37838

    Anonymous
    @

    @vapvarun I know that is an option, but the page I want to put it on is not my actual front page. I use the front page template on my home screen as a pre-login area because it eliminates the page title and widget area. The page I want to put it on is a logged in area with a right side bar widget area. I could make both pages the front page template, but I don’t want a slider on my pre-login page, plus on the page that I do want the slider on I also want a widget area. Is there any I can put in my custom.css to make the slider point to this specific page and keep the right widget sidebar on the page? I’d prefer to use the Boss Slider rather than a plugin.

    #37847
    @vapvarun

    hi @ryanmaler you can add slider to any page template just added this codes on that page template.
    for reference take a look of front-page.php
    if you want to added them inside the content area paste them inside the content div play with it and let me know if that solve your requirement.

    <?php get_template_part( 'content', 'slides' ); ?>

    Regards
    Varun Dubey

    #37870

    Anonymous
    @

    @vapvarun very cool. I got it working. Thank you. One last thing though. How can I remove the page title? I want page titles on my other pages just not this one because it doesn’t look good below the slider.

    #37890
    @vapvarun

    hi @ryanmaler there is a content-page.php move that to child theme and alter it line 13 and 14

    Regards
    Varun Dubey

    #37905

    Anonymous
    @

    @vapvarun Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Slider not on Front Page’ is closed to new replies.