eva20756 Posted July 14, 2012 Share Posted July 14, 2012 (edited) La columna de la izquierda esta desactivada, en el global.css esta en display:none #search #left_column, #manufacturer #left_column, #supplier #left_column, #category #left_column, #new-products #left_column, #best-sales #left_column, #prices-drop #left_column { float: left; width: 200px; margin-right: 0px; display:block;/*uhuapge*/display:none } #search #center_column, #manufacturer #center_column, #supplier #center_column, #category #center_column, #new-products #center_column, #best-sales #center_column, #prices-drop #center_column { float: right; width: 760px; /*uhupage*/ width: 960px; padding: 0 15px; margin: 10px 0 0 0; He borrado el display:none y tambien el ''none'' sin el ''display:'' y forzando la compilación y nada... sigue sin verse ¿Se podrá activar? (O me tendre que comprar otra plantilla con columnas..) Edited July 14, 2012 by eva20756 (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted July 14, 2012 Share Posted July 14, 2012 fijate si en el header.tpl tienes el bloque de columna izquierda (junto con el {$hook_left_column}) 1 Link to comment Share on other sites More sharing options...
eva20756 Posted July 14, 2012 Author Share Posted July 14, 2012 En el header.tpl esto es lo unico que me aparece con ''left_column'' <div id="header_right"> {$HOOK_TOP} </div> </div> <div id="columns"> <!-- Left --> <div id="left_column" class="column"> {$HOOK_LEFT_COLUMN} </div> <!-- Center --> <div id="center_column"> {/if} Link to comment Share on other sites More sharing options...
shacker Posted July 16, 2012 Share Posted July 16, 2012 pasame la url de la web Link to comment Share on other sites More sharing options...
Recommended Posts