diff --git a/wp-content/themes/score/lib/buddypress/functions-buddypress.php b/wp-content/themes/score/lib/buddypress/functions-buddypress.php index 2f64b1b..1a80542 100644 --- a/wp-content/themes/score/lib/buddypress/functions-buddypress.php +++ b/wp-content/themes/score/lib/buddypress/functions-buddypress.php @@ -7,6 +7,9 @@ if (bp_is_active('dedications')) : define("BP_DEFAULT_COMPONENT","dedications"); endif; +// No ver mostrar de buddypress excepto para el tablero +if (!is_admin() ) define( 'BP_DISABLE_ADMIN_BAR', true ); + $countries_array = array( 'AF' => 'Afghanistan', 'AX' => 'Aland Islands', diff --git a/wp-content/themes/score/style-asong2u.css b/wp-content/themes/score/style-asong2u.css index c2cbb40..4806382 100644 --- a/wp-content/themes/score/style-asong2u.css +++ b/wp-content/themes/score/style-asong2u.css @@ -115,6 +115,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { #content.dedication-profile { width: 77.25%; + padding-right: 0; }