patrryk22 0 Report post Posted April 20, 2011 hi ive tried to install buddypress slider login, i did everything writen here: http://wordpress.org/extend/plugins/buddypress-sliding-login-panel/installation/ alsso i gave in css custom code #wp-admin-bar{display:none} but i still doesnt have here such nice login slider please help my site http://www.test.spreadso.com Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 20, 2011 and you updated your wp-config.php file ? Disable the BuddyPress Admin Bar by adding this to your wp-config.php file: define( 'BP_DISABLE_ADMIN_BAR', false ); Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 20, 2011 i have like this in wp-confing.php define('AUTH_KEY', 'put your unique phrase here'); define('SECURE_AUTH_KEY', 'put your unique phrase here'); define('LOGGED_IN_KEY', 'put your unique phrase here'); define('NONCE_KEY', 'put your unique phrase here'); define('AUTH_SALT', 'put your unique phrase here'); define('SECURE_AUTH_SALT', 'put your unique phrase here'); define('LOGGED_IN_SALT', 'put your unique phrase here'); define('NONCE_SALT', 'put your unique phrase here'); define( 'BP_DISABLE_ADMIN_BAR', false ); Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 20, 2011 adam what am i doing wrong Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 20, 2011 will anyone helps ? does any one mad it works? Share this post Link to post Share on other sites
patrryk22 0 Report post Posted April 20, 2011 guys does any baudy knows ? Share this post Link to post Share on other sites
catrina 103 Report post Posted April 21, 2011 Patryk, I can't view your test site so I can't check to see what might be wrong. Have you tried deactivating any other plugins? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
hyest 0 Report post Posted April 22, 2011 Hey Patrick! I just purchased Station Pro theme (i'm sure this will be the same for all the pagelines themes) and I was having the same problem. I added that line to wp-config file and activated (still didn't show). The trick is to go in to the themes directory and edit the header.php file. Add this line of code RIGHT UNDER the Body tag <?php if(function_exists(updateHeader)) updateHeader(); ?> It works great! Share this post Link to post Share on other sites