Sorry to up the post, anyone have any ideas ? Or any clues ?
Adding a link – Have a look at this thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-moverelocate-the-links-in-the-admin-bars-my-account-individuallyseparately-to-the-sidebar/
Your other issues are CSS rather than BuddyPress related. Check the admin bar CSS settings in the different themes you are using for your blogs. If you want them to look the same, they will have to have the same settings.
@rogercoathup Thanks, If I put a @import url(“pathtoacsscontainingnavigationcssstyle”); in all my theme’s css will this works ?
I’ll see the same navigation bar all over my blogs, despite the themes they may have ?
And with this way I only have to modified one file to change the navigations bar css attributes of all the blogs.
@johnwinch42 –
It may, but without knowing all of your themes’ CSS setups, it’s not possible to say for sure. Order of CSS is important, later definitions will override previous ones. More specific selectors might interfere, as might indiscriminate use of !important.
Give it a try!
@rogercoathup I’ve noticed that If I modify the adminbar.css in the buddypres default theme it’s applied to all my blogs. (I can change the background, I still have to find how to define a police / font for all the blogs)
How is it possible ? I didn’t choose the default theme, I’m using a child one for my buddypress. And if I try to overwrite the css with the child it doesn’t work.
@johnwinch42
I’m not really sure what you are asking:
Do you want to allow all blogs to have their own choice of theme, but ensure that they use the same font for the admin bar?
That’s not really possible, because you don’t have any control over the CSS files in the sub site themes – if they define their own CSS settings for the admin bar / standard fonts / etc., they are the ones that will be applied in their site.
If you want that degree of control, you probably need to create a small set of bespoke themes that they can choose from, ensuring you have set the admin bar settings as you want them in each of those themes.
@rogercoathup “Do you want to allow all blogs to have their own choice of theme, but ensure that they use the same font for the admin bar?”
Yes, this is what I wanted, apparently it’s not possible but at least I can set up the background to look the same on IE and Firefox.