-
Tobias replied to the question Can't edit buddypress-global-search template? in the forum Boss. theme 9 years, 1 month ago
got it! somehow in the original “boss” folder there already was an “buddypress-global-search” folder. thx!
-
Tobias started the question Can't edit buddypress-global-search template? in the forum Boss. theme 9 years, 1 month ago
Hi,
I created a “buddypress-global-search” folder in my boss child-theme folder. But neither editing files in there nor in the plugin’s template folder shows up any changes on the search-results template..
-
Tobias replied to the question Search posts by tag names in Global Search in the forum Boss. theme 9 years, 1 month ago
Anything new about searching posts by tag/tags in general?
-
Tobias replied to the question Search posts by tag names in Global Search in the forum Boss. theme 9 years, 1 month ago
Anything new about searching posts by tag?
-
Tobias started the question Right Sidebar location in "post" inconsistent. How next to ".page-cover .table"? in the forum Boss. theme 9 years, 4 months ago
Hi,
I noticed this already time ago:
https://www.buddyboss.com/support-forums/topic/fullwidth-buddypress-header-sidebar-under-header/Now that I leave the Sidebar where it is in Buddypress, I want the sidebar in an “post” also appear next to the
<header class="page-cover table">
(post’s featured image). It is just inconsistent to have the picture…[Read more] -
Tobias replied to the question BuddyPanel scrolling in the forum Boss. theme 9 years, 4 months ago
I think you can’t see the issue, because your browser window is too big. resize your window.
-
Tobias replied to the question BuddyPanel scrolling in the forum Boss. theme 9 years, 4 months ago
Yes, the items are correct in this order. but the menu is scrolling with the content.. strange :/
The four images showing the two stages of “on top of page” and “scrolled down to the bottom of page”. -
Tobias replied to the question BuddyPanel scrolling in the forum Boss. theme 9 years, 4 months ago
Yes, the items are correct in this order. but the menu is scrolling with the content.. strange :/
-
Tobias replied to the question BuddyPanel scrolling in the forum Boss. theme 9 years, 4 months ago
@vapvarun Hi Varun!
This is strange. On my side it looks like this: Not working on Frontpage, but working fine in post:
Happens on the following browsers (Mac OS):
Chrome 46.0.2490.71 (64-bit)
Opera 32.0
Safari Version 8.0.7 (10600.7.12)
Firefox Dev Edition 43.0a2 (2015-10-18) -
Tobias replied to the question BuddyPanel scrolling in the forum Boss. theme 9 years, 4 months ago
@vapvarun Hi Varun!
This is strange. On my side it looks like this: Not working on Frontpage, but working fine in post:
-
Tobias replied to the question BuddyPanel scrolling in the forum Boss. theme 9 years, 4 months ago
I created a user:
test
buddybosstest-12 -
Tobias replied to the question BuddyPanel scrolling in the forum Boss. theme 9 years, 4 months ago
Hm funny thing…it is:
-
Tobias replied to the question How to change Menu Icons? in the forum Boss. theme 9 years, 4 months ago
Got it working with this:
#menu-left-panel li#menu-item-554 .fa-file:before {
content: 'f02e' !important;
}#menu-left-panel li#menu-item-554 .sub-menu-wrap .fa-file:before {
display: none;
} -
Tobias replied to the question BuddyPanel scrolling in the forum Boss. theme 9 years, 4 months ago
http://testmosaic.kayzine.com/
okay, it’s not:
Scrolling on start page, post is fine. -
Tobias replied to the question BuddyPanel scrolling in the forum Boss. theme 9 years, 4 months ago
I’m out of Ideas..having the same problem.. Even with the plain fresh installed Boss 1.2.2 and only 1 menu item in the buddypanel. something is wrong on my side. on a clean wordpress it’s working fine..
I even deactivated the Plugins. -
Tobias replied to the question How to change Menu Icons? in the forum Boss. theme 9 years, 4 months ago
I did the following (icon is a ribbon):
#menu-left-panel li#menu-item-554 a.fa-file:before {
content: 'f02e' !important;
}Now I have a unknown icon in the sub-menu-wrap:
-
Tobias replied to the question How to change Menu Icons? in the forum Boss. theme 9 years, 4 months ago
I did the following:
#menu-left-panel li#menu-item-554 a.fa-file:before {
content: ‘f02e’ !important;
}Now I have a unknown icon in the sub-menu-wrap:
-
Tobias replied to the question Add default component link to buddypanel in the forum Boss. theme 9 years, 4 months ago
Hi @pallavi, how can I add “Profile -> Edit”, or “settings/notifications” etc. To the buddypanel menu?
I know this is a bit trickier.. -
Tobias replied to the question 'theme_location' of "BuddyPanel"? in the forum Boss. theme 9 years, 4 months ago
Oh okay sorry, I got it.. It’s
left-panel-menu
-
Tobias started the question 'theme_location' of "BuddyPanel"? in the forum Boss. theme 9 years, 4 months ago
Hi,
I’m trying to add a custom BP menu item to the left-panel (BuddyPanel).
The BP-item already exists and is working fine.To add this menu link to BuddyPanel I found this:
// Filter wp_nav_menu() to add collections link
[Read more]
add_filter( 'wp_nav_menu_items', 'my_nav_menu_collections_link' );
function my_nav_menu_collections_link($menu) {
if… - Load More