-
Tobias replied to the question BuddyPress Menu Icons hide/change [mobile] in the forum Boss. theme 9 years, 7 months ago
@tjchester Yes, exactly 🙂
-
Tobias started the question BuddyPress Menu Icons hide/change [mobile] in the forum Boss. theme 9 years, 7 months ago
Hi,
I want to hide the icons in the BP Menu in mobile-view.
So the icons in a BP profile etc. (see screenshot)
-
Tobias started the question Fullwidth Buddypress Header – Sidebar under Header in the forum Boss. theme 9 years, 7 months ago
Hi,
I want to have the Buddypress Header fullwidth. The Sidebar should be on the right side as it is, but begin under the Buddypress Header (#buddypress#item-nav), not directly under the .side-header.
Thanks
Here is a quick draft:
– standard
– fullwidth header -
Tobias replied to the question Po files other languages in the forum Boss. theme 9 years, 7 months ago
Wouldn’t it be kinda smart to make a resource for that? To make new languages part of updates than?
Like just drop a “readme” into the languages folder with the information to use “Poedit” and an email address or something we can send our translated PO/MO files to and? That way we don’t have to discuss it here in the forum. I could give you the…[Read more] -
Tobias replied to the question Images in child-theme's "images" folder now showing up in the forum Boss. theme 9 years, 7 months ago
OH! I totally understood that wrong. Thanks so much!
-
Tobias started the question Images in child-theme's "images" folder now showing up in the forum Boss. theme 9 years, 7 months ago
Hi!
I’m trying to set an image in a .php child-theme file.This is what I’m using:
<img src="<?php echo get_bloginfo('template_directory');?>/images/example.png" />
Tried also with the help of this:
https://codex.wordpress.org/Function_Reference/bloginfoBut I can’t get it working. The image just won’t show up.
-
Tobias replied to the question Hiding Buddypanel in the forum Boss. theme 9 years, 8 months ago
@tjchester We always are, my friend 🙂
No really, thanks, but somehow this isn’t working. Nothing happens.
And, if I add an .png-Logo in theme-settings, just no logo is displayed.
Should I send you an invite again via PN so that you could have a look? -
Tobias replied to the question Hiding Buddypanel in the forum Boss. theme 9 years, 8 months ago
@tjchester sorry, gonna clear things up now. I want to hide the panel. That’s working just fine.
But now, the Logo is “big” and i want to have it always shown as “small”. so just like the buddypanel would be “closed”. I don’t need my logo to be big.This is how it’s looking right now:
-
Tobias replied to the question Hiding Buddypanel in the forum Boss. theme 9 years, 8 months ago
@tjchester this pretty much does nothing :/
The Panel for logged in is not hidden but closed though. -
Tobias replied to the question Hiding Buddypanel in the forum Boss. theme 9 years, 8 months ago
It does not respect the Theme Settings:
Desktop Options -> BuddyPanel Default State -> closed
The sidebar stays “open”TJ wrote:
the code you just posted makes it open: https://www.buddyboss.com/support-forums/topic/hiding-buddypanel/page/2/#post-41468
See the line:
$classes[] = 'left-menu-open';
So perhaps you need to add a check if the user… -
Tobias replied to the question Sidebar stays "open" (Theme Options – BuddyPanel Default State) in the forum Boss. theme 9 years, 8 months ago
Oh okay! Let’s close this and hit over there.
-
Tobias started the question Sidebar stays "open" (Theme Options – BuddyPanel Default State) in the forum Boss. theme 9 years, 8 months ago
It does not respect the Theme Settings:
Desktop Options -> BuddyPanel Default State -> closedI’m out of ideas :/
-
Tobias started the question Sidebar stays "open" (Theme Options – BuddyPanel Default State) in the forum Boss. theme 9 years, 8 months ago
It does not respect the Theme Settings:
Desktop Options -> BuddyPanel Default State -> closedI’m out of ideas :/
(For me this is related to Hide Buddypanel everywhere (this causes not the “open state” issue).)
-
Tobias replied to the question Hiding Buddypanel in the forum Boss. theme 9 years, 8 months ago
Thanks Brett!
replaced the acute accents with apostrophes:
[Read more]
/** Hide Buddypanel on all sites
--------------------------------------------------------------------- */
add_filter('body_class','extra_body_class');
function extra_body_class($classes) {
$classes[] = 'page-template';
$classes[] = 'page-template-page-no-buddypanel';
$classes[] =… -
Tobias replied to the question Change complete styling of buttons – sitewide in the forum Boss. theme 9 years, 8 months ago
I want to change the design of all buttons that are styled like these (picture). So all “text buttons” i would assume.
If i style.btn
via css, it’s not catching all the blue buttons and also effect the buddypress-social-buttons so that they don’t work anymore. -
Tobias replied to the question Change complete styling of buttons – sitewide in the forum Boss. theme 9 years, 8 months ago
I want to change the design of all buttons that are styled like these (picture). So all “text buttons” i would assume.
If i style.btn
via css, it’s not catching all the blue buttons and also effect the buddypress-social-buttons so that they don’t work anymore. -
Tobias started the question Change complete styling of buttons – sitewide in the forum Boss. theme 9 years, 8 months ago
As the Theme styles all buttons in bootstrap design, i want to choose my own button styles.
Also would like to keep the button-group (btn-group) but also with the custom btn styles. -
Tobias replied to the question Logo in left sidebar/BuddyPanel instead in Header in the forum Boss. theme 9 years, 9 months ago
Hey, thanks, that works if i set
.new_logo{margin:0;}
to.new_logo{margin: -75px 0 0 0 !important;}
.But..when i place an .png Logo it isn’t working anymore.
Although i tryed to replace your “new_logo”-“mastlogo”-div right under<div id="left-panel-inner">
with the original “mastlogo”-div and added the “new_logo”-class.Even on my test-theme. If…[Read more]
-
Tobias replied to the question Logo in left sidebar/BuddyPanel instead in Header in the forum Boss. theme 9 years, 9 months ago
Hey, thanks, that works if i set
.new_logo{margin:0;}
to.new_logo{margin: -75px 0 0 0 !important;}
.But..when i place an .png Logo it isn’t working anymore.
Although i tryed to replace your “new_logo”-“mastlogo”-div right under<div id="left-panel-inner">
with the original “mastlogo”-div and added the “new_logo”-class.But even on my…[Read more]
-
Tobias replied to the question Logo in left sidebar/BuddyPanel instead in Header in the forum Boss. theme 9 years, 9 months ago
Hey, thanks, that works if i set
.new_logo{margin:0;}
to.new_logo{margin: -75px 0 0 0 !important;}
.But..when i place an .png Logo it isn’t working anymore. Although i tryed to replace your “new_logo”-“mastlogo”-div with the original “mastlogo”-div.
But even on my test-theme, adding an .png Logo crashes the theme and i get errors big…[Read more]
- Load More