Search Results for 'toolbar'
-
AuthorSearch Results
-
August 6, 2012 at 7:40 pm #138540r-a-yKeymaster
I’m not sure how your site is supposed to look or function, but I am able to access your BuddyPress pages:
http://malecondans.no/samfunn/aktivitet/
http://malecondans.no/samfunn/medlemmer/About the double line at the top, try disabling the WP Toolbar with the code snippet listed here:
August 6, 2012 at 5:34 pm #138506In reply to: [Resolved] How to remove admin bar link to dashboard
charlietechParticipant‘add_filter(‘show_admin_bar’, ‘__return_false’);` in your functions.php file to turn off fully.
Alternatively, you can use:
‘Settings > BuddyPress : Toolbar Show the Toolbar for logged out users’
You can also select to show or hide the WordPress admin bar on your own profile.
If none of those work for you then you may need to look see if your theme is forcing something.
August 6, 2012 at 12:53 pm #138483JoshuaParticipantThe old bar is deprecated. Use an older version of BuddyPress if you want to use the old bar. Please note the 1.6 notes (no pun intended):
In the Highlights section (https://codex.buddypress.org/releases/version-1-6/#highlights):
Toolbar — complete integration with the WordPress Toolbar.Also in the General section (https://codex.buddypress.org/releases/version-1-6/#general):
BuddyPress now uses the WordPress Toolbar. The BuddyBar has been deprecated. (#3596, #3661)FYI, the WP bar is much better and you are able to customize it fully with the available hooks.
August 6, 2012 at 10:32 am #138471In reply to: how to get rid of the admin bar in bp 1.6
Tammie ListerModeratorHi Charlietech, the BuddyPress admin bar is now merged with the WordPress one.
So, you can use this:
‘add_filter(‘show_admin_bar’, ‘__return_false’);` in your functions.php file to turn off fully.
Alternatively, you can use:
‘Settings > BuddyPress : Toolbar Show the Toolbar for logged out users’
You can also select to show or hide the WordPress admin bar on your own profile.
If none of those work for you then you may need to look see if your theme is forcing something.
Just a slight point on top though, if possible can you only start one thread per question as it does help to focus responses?
June 17, 2012 at 9:31 pm #135968In reply to: buddy press toolbar
danbpfrParticipanthello,
add this to your child theme’s functions.php
`// remove visit random menu on admin bar
remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_random_menu’, 100 );`May 20, 2012 at 7:55 pm #134805@mercimeParticipant@ahkar83 just go to wp-admin menu BuddyPress > Settings – Main Settings – Toolbar – uncheck “Show the admin bar for logged out users”
May 14, 2012 at 2:02 pm #134534Paul Wong-GibbsKeymasterAs the error message says, that’s an error with the buddypress-toolbar plugin. You need to contact the author of that plugin.
April 13, 2012 at 10:36 am #132901In reply to: Bartending Community
@ChrisClaytonParticipant@flair1 – Nice site. Just a quick mention though, the Buddybar seems to be covering the site description on some monitors. You might want to either switch to the WordPress toolbar with
`define ( ‘BP_USE_WP_ADMIN_BAR’, true );` in your bp-custom.phpor add some CSS to bump your site down by afew pixels so that it’s underneath the buddybar.
`body {
margin-top: 40px;
}`April 11, 2012 at 7:24 am #132816In reply to: Front Side Toolbar?
@ChrisClaytonParticipant@aboveNbelow Sorry, missed your reply. What’s your definition of “main nav bar”, i thought you where referring to the site navigation, for example on this site where it has the home, about, blog etc links and that article will help move it their (or atleast help with the process).
Where exactly do you want the my account menu? (i’m really slow at times, so sometimes you need to spell out in detail what you want. lol)
EDIT: If by “main nav bar” you mean the WP Toolbar, it’s built in by default, i believe. If not, it will be in 1.6.
April 10, 2012 at 8:08 pm #132782IndieConnectParticipantWell- I built the files, and uploaded them. I added the stuff to the CSS inserts. but I still see only toolbar. I have not addressed the tweaking yet, but shouldn’t I be seeing something to tweak?
April 8, 2012 at 11:47 pm #132698IndieConnectParticipantI installed BuddyPress and changed the theme to the bp-default. How do I know if everything is working? I get the toolbar up top, but the links go to 404 Not Found. Except for Groups – that goes to a page with Group Directory and link to Create a Group that works. If I go to Profile>>Public it brings up my page indieconnect.com/publicity.
When I click on Forums I get multiple errors.[Errors acknowledged and deleted – too long in our forum page]
So is this working for something that has not gone through the BP Compatibility stuff?
April 8, 2012 at 7:32 pm #132690IndieConnectParticipantSad, sad, sad. I can’t get to see anything anymore. All I get is the toolbar with the links up top, but they do not work. I do not seem to get the 500 Internal Server Error anymore, but I get the 404 Not Found.
I have repeatedly cleaned everything up and out (through the installer and looking at the directories) and tried again. I fear I have ruts now in my plugin installer.
So if I start from the beginning, I’m gonna install BuddyPress and the BP Template Pack and activate them. Does it matter what order I activate them? Also, even though I have cleaned stuff up, when I install anew, I see remnants of previous work – the Pages are already listed in the BuddyPress Pages tab.
I am gonna clean it all up again and wait nicely for your direction.
April 8, 2012 at 5:54 pm #132687In reply to: Front Side Toolbar?
Devilish ConceptParticipantthe first bits helpful, but the second bit isnt for me i want to add the my accoint and its dropdowns onto my main menu with my other menu items
April 8, 2012 at 5:19 pm #132684In reply to: Front Side Toolbar?
@ChrisClaytonParticipantPut define ( ‘BP_DISABLE_ADMIN_BAR’, true ); into your bp-custom.php file to turn the bar off.
SEE: https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/With your other question, yes it is possible. See this tutorial.
http://www.michaelkuhlmann.com/tutorials/customizing-admin-bar/April 5, 2012 at 11:42 am #132487Paul Wong-GibbsKeymasterNo. Even if it did, you’d have the WP toolbar and the BuddyBar sitting on top of each other.
February 28, 2012 at 7:11 am #130572Paul Wong-GibbsKeymasterThis might be a new-ish edge case we haven’t caught, since the toolbar became mandatory in wp-admin in WP 3.3. I’ll test BuddyBar on 1.5.4 this evening (I was testing the WP Toolbar previously which might explain).
February 27, 2012 at 11:38 pm #130554@mikey3dParticipantYes, I’m using WP toolbar only in wp-admin and buddybar but I only see WP toolbar that has avatar when mouse cursor on the text “Howdy, username“, not buddybar.
February 27, 2012 at 10:41 pm #130553Paul Wong-GibbsKeymasterAre you using the WP Toolbar (what you see on testbp.org) or the BuddyBar (BuddyPress’ older bar)?
February 15, 2012 at 9:30 pm #129870In reply to: Search form… It’s gone?
hatherleyParticipantThanks for the reply @aces
I haven’t touched the bp-default/header.php – The code is still there.Here’s my site: http://hasitleaked.com
It should be next to the “Visit” at the header toolbar right?February 15, 2012 at 3:29 am #129830Mary JaneMembersame here
February 14, 2012 at 5:51 pm #129796radarParticipantIsnt working for me…. Maybe a bug?
February 14, 2012 at 5:41 pm #129792acesParticipantOn Buddypress > Settings select No for Hide admin bar for logged out users?
See: https://codex.buddypress.org/getting-started/configure-buddypress-components/#bp-settings
February 14, 2012 at 1:19 pm #129777acesParticipantSince buddypress 1.5 you can use:
`
define( ‘BP_USE_WP_ADMIN_BAR’, true );
`
I use it in bp-custom.php although it can go in wp-config.phpFebruary 13, 2012 at 8:01 pm #129734In reply to: WYSIWYG Editor?
cornerstonecookingMemberJust an update. I found a plugin that gives at least basic functionality.
https://wordpress.org/extend/plugins/bbpress-post-toolbar/
It allows for basic text edits and images and stuff so this will work for now. Also it seems like maybe there will be better support for an editor in bbpress 2.1.
February 10, 2012 at 1:44 pm #129595In reply to: None of the Buddypress Buttons Work
SolarPrestigeMemberYesterday, with Post Toolbar deactivated, the problem returned. I eventually found that deactivating Front End User, made everything happy again. I reactivated Post Toolbar once more.
This morning I found it wasn’t working once again, so I deactivated Post Toolbar for a moment and then reactivated it. Everything hunky dory once again.What sort of issue would cause this problem to be intermittent in this way?
Assuming it is a jQuery issue, is this something that can be fixed or is it a case of choosing different plugins?
-
AuthorSearch Results