Lwangaman
Member
Posted 1 year ago #
I deactivated the buddypress admin bar by adding the constant in wp-config.php as indicated, but the sliding bar still doesn't show up. I'm using the iFeature theme for WordPress with Buddypress activated.
Is there anything else that needs to be done to activate it?
http://wordpress.org/extend/plugins/buddypress-sliding-login-panel/
mazharahmad
Member
Posted 1 year ago #
kaleemsajid
Member
Posted 1 year ago #
when I click (+) button nothing happens.
Those instructions are for the old version. Don't have to add any code in to header.php for the new version. New installation instructions here.
http://wordpress.org/extend/plugins/buddypress-sliding-login-panel/installation/
WebifiedGeek
Member
Posted 1 year ago #
I followed those new instructions, plugin still does not work.
jamers_786
Member
Posted 1 year ago #
WebifiedGeek
Member
Posted 1 year ago #
So can anyone help? I have followed the instructions down to the detail!
Halka
Member
Posted 12 months ago #
I think its doesnt work with new versions WordPress and BuddyPress. Because last plugin update was 2011-5-11.
I use WordPress 3.3.2 and BuddyPress 1.5.5 theme BuddyPress Default 1.5.5
When I activated the plugin and refresh homepage I see empty gray page =(
does anyone know how to fix it???????????
And when we`ll see new version?
davalosetc
Member
Posted 10 months ago #
I'd also like to know because I love this thing, but it does not work right now... anyone know any good similar alternatives?
kaushik000
Member
Posted 10 months ago #
hello i have the latest wordpress installed and buddypress slider login is working fine in it!
but i am facing one problem in rest of the pages the content inside bar is ok but in main homepage the content inside are moved out of their
div.left.right
i have custome designed wordpress theme.
what should i do
benzine
Member
Posted 9 months ago #
Hey this thing doesn't work anymore on the version of Wp (3.4.2) and Buddypress 1.6.1!!!
Can anyone confirms if this is the case???
zackasan
Member
Posted 8 months ago #
Yeah, I confirm. WP (3.4.2) and Buddypress 1.6.1.
The update_header() is called but had no effect. JS, CSS in included in the header but not the HTML code. It shouldn't only be a small hack to make it work again.
Bibhuti Bhushan Barman
Member
Posted 8 months ago #
Same here does not show up
telemorph
Member
Posted 6 months ago #
Any insights on this yet. I am at the same point as zackasan - but haven't figured it out yet.
Sciencefiction68
Member
Posted 6 months ago #
Hi guys any news on how to fix this?
grnator
Member
Posted 5 months ago #
any one can help not showing ...?
Frank Warwick
Member
Posted 5 months ago #
Shame it does not work with the new version (s), it looks like a great login addition ...
I have the same problem but.. in my case I have resolved it with simple patch on the theme... In my case the theme don't call the action "bp_before_header".
So...on my wp-content/themes/current-theme-dir/header.php I have added (after body tag) the follow code:
<?php do_action( 'bp_before_header' ) ?>
Now it's Work on WordPress 3.5. + BuddyPress 1.6.2
Frank Warwick
Member
Posted 5 months ago #
Hi Odyno
Thanks for the tip, it works fine now
marius300482
Member
Posted 5 months ago #
this patch doesnt work for me :/ the code is already in the theme
haikulani
Member
Posted 4 months ago #
Odyno's patch got me close. I could see a new log-in bar under the wp login bar, but couldn't get rid of the bp login bar.