ElectrónicaCEA Posted June 19, 2015 Share Posted June 19, 2015 Quiero sacar el baner que aparece en la página de productos de las categorías. Qué archivo tengo que modificar y qué linea específicamente?.. Link to comment Share on other sites More sharing options...
joseantgv Posted June 22, 2015 Share Posted June 22, 2015 Quiero sacar el baner que aparece en la página de productos de las categorías. Qué archivo tengo que modificar y qué linea específicamente?.. Puedes quitar la imagen que te aparece en la edición de categoría desde el backoffice o bien modificar el fichero category.tpl que encontrarás dentro de la carpeta /themes/default-bootstrap y eliminar esta parte de la línea 48: {if $category->id_image}style="background:url({$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) 0 top no-repeat; background-size:contain; min-height:{$categorySize.height}px;" {/if} Link to comment Share on other sites More sharing options...
ElectrónicaCEA Posted June 24, 2015 Author Share Posted June 24, 2015 Gracias.. Eliminé la siguiente linea de /themes/default-bootstrap/category.tpl y funcionó: <div class="content_scene_cat_bg" {if $category->id_image} style="background:url({$link->getCatImageLink($category- >link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}) right center no-repeat; background-size:cover; min-height: {$categorySize.height}px;"{/if}> Link to comment Share on other sites More sharing options...
joseantgv Posted June 25, 2015 Share Posted June 25, 2015 Gracias por seleccionar tu respuesta como "Best answer" Link to comment Share on other sites More sharing options...
victorgomez36 Posted June 27, 2015 Share Posted June 27, 2015 Una cosa, y para quitar la misma imagen pero dentro de las subcategorias? Link to comment Share on other sites More sharing options...
victorgomez36 Posted June 27, 2015 Share Posted June 27, 2015 Perdon, ya esta no habia limpiado cache..... novatillo que es uno.... Link to comment Share on other sites More sharing options...
Recommended Posts