From 41d53975c742cf07059d7e1158d02ee82b83dd66 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 8 Aug 2012 16:50:40 +0000 Subject: [PATCH] =?UTF-8?q?-=20Desactivar=20la=20barra=20superior=20en=20l?= =?UTF-8?q?a=20parte=20p=C3=BAblica=20-=20Arreglo=20est=C3=A9tico=20en=20e?= =?UTF-8?q?l=20perfil=20del=20usuario=20(barra=20lateral=20no=20cabe=20en?= =?UTF-8?q?=20el=20ancho=20de=20la=20web).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@87 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- .../themes/score/lib/buddypress/functions-buddypress.php | 3 +++ wp-content/themes/score/style-asong2u.css | 1 + 2 files changed, 4 insertions(+) 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; }