-
SUSHANT replied to the question Show "Learn More" Button in Slider for Logged out users only in the forum Boss. theme 9 years, 11 months ago
Hello,
I put your code snippet in both places (with and without !important), doesn’t work
1) wp-content/themes/boss-child/custom.css
2) Dashboard->Customize->Appearance->Custom CSSIf I put below code in Appearance->Custom CSS, it hides the button in slider for everyone, so #fwslider seems to work.
#fwslider .readmore{display:none…[Read more] -
SUSHANT started the question Show "Learn More" Button in Slider for Logged out users only in the forum Boss. theme 9 years, 11 months ago
Hello –
I would like “Learn More” Button on the Homepage Slider to be visible to logged out users only. Can I accomplish this via css edits or any other edit to bp_custom.php? In the picture attached (slider that appears on homepage, I want to show button “Sign up Now, its free” button (which is “Learn More’ button in slider) only to logged out…[Read more] -
SUSHANT started the question Show "Learn More" Button in Slider for Logged out users only in the forum Boss. theme 9 years, 11 months ago
Hello –
I would like “Learn More” Button on the Homepage Slider to be visible to logged out users only. Can I accomplish this via css edits? In the picture attached (slider that appears on homepage, I want to show button “Sign up Now, its free” only to logged out users.
Thanks. -
SUSHANT started the question Cannot delete subnav items in member profile in the forum Boss. theme 9 years, 11 months ago
Hello, in Boss, I need to delete all subtabs from Member Profile ->Activity tab (picture shown in attachment). Following code in bp_custom.php works for all subtabs except first one – Personal. Any idea on how to remove first tab as well?
function remove_activity_subnavs(){
bp_core_remove_subnav_item( ‘activity’, ‘personal’ );…[Read more] -
SUSHANT replied to the question BuddyPanel/TitleBar not visible on Homepage for Logged Out Users in the forum Boss. theme 9 years, 11 months ago
I am trying to show the BuddyPanel and TitleBar to logged out users. However, both are not visible on the homepage without logging in. I notice that Boss Demo has this figured out – i.e. both TitleBar and BuddyPanel are visible without logging in. I don’t think s2member will help with this. Can you please find out? Thanks.
-
SUSHANT replied to the question Change size of group background image in the forum Boss. theme 9 years, 11 months ago
Thanks Varun.
I added following snippet to Custom CSS in Dashboard-Appearance:
#buddypress #item-header-cover > .table-cell {
height: 300px;
}
.bb-cover-photo {
width: 100%;
height: 300px;
position: absolute;
}#buddypress #item-header-cover > .table-cell {
height: 250px;
}
.group-single #item-header {
width: 100%;
height: 250px;…[Read more] -
SUSHANT started the question Change size of group background image in the forum Boss. theme 9 years, 11 months ago
Hello,
I want to reduce the height of the background image that appears on the page of each group. Tried several options, did not work. My image is overlapping on the horizontal group menu – I have attached a picture for clarity. Hence, I want to reduce the group background image height. Please help as the site looks ugly with this…[Read more] -
SUSHANT started the question BuddyPanel/TitleBar not visible on Homepage for Logged Out Users in the forum Boss. theme 9 years, 11 months ago
Hello,
I have a Static Page with Slider as my Homepage. For logged out users, menus are not visible (both Buddypanel and TitleBar), although I have both settings below –
1) Under Dashboard->Settings->Buddypress->Settings, “Show Toolbar for logged Out users” is checked.
2) Under Dashboard->Customize Site->BuddyPanel, I have “Show Panel” selected…[Read more]