BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Slider not on Front Page
Tagged: slider
- This topic has 6 replies, 2 contibutors, and was last updated 9 years, 8 months ago by Anonymous.
Question
March 23, 2015 at 9:27 pm #37817@
AnonymousHow 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
March 24, 2015 at 5:41 am #37827@
AnonymousHello @ryanmaler , you have to select front page template for that page then it will have slider on that.
March 24, 2015 at 9:27 am #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.
March 24, 2015 at 12:44 pm #37847@
Anonymoushi @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 DubeyMarch 24, 2015 at 3:54 pm #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.
March 25, 2015 at 2:53 am #37890@
Anonymoushi @ryanmaler there is a content-page.php move that to child theme and alter it line 13 and 14
Regards
Varun DubeyMarch 25, 2015 at 10:30 am #37905@
Anonymous@vapvarun Thanks.
- The question ‘Slider not on Front Page’ is closed to new replies.