ivas Posted April 2, 2015 Share Posted April 2, 2015 Buenas, Quiero quitar las imagenes de las categorias, de las subcategorias ya he podido. Estado mirando por el foro y lo que he visto no me ha funcionado. Probado yo he realizado este cambio y me ha funcioando, me gustaria que me podais confirmar que es correcto esta modificacion por si puede afectar en alguna otra cosa. Gracias. Lo que esta en color rojo es lo que le he incluido. {* <!-- Category image --> <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}> {if $category->description} <div class="cat_desc"> <span class="category-name"> {strip} {$category->name|escape:'html':'UTF-8'} {if isset($categoryNameComplement)} {$categoryNameComplement|escape:'html':'UTF-8'} {/if} {/strip} </span> {if Tools::strlen($category->description) > 350} <div id="category_description_short" class="rte">{$description_short}</div> <div id="category_description_full" class="unvisible rte">{$category->description}</div> <a href="{$link->getCategoryLink($category->id_category, $category->link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more">{l s='More'}</a> {else} <div class="rte">{$category->description}</div> {/if} </div> {/if} </div> *} Link to comment Share on other sites More sharing options...
nhproject Posted April 3, 2015 Share Posted April 3, 2015 Totalmente correcto pero al comentar el bloque tienes que tener en cuenta que estás quitando la descripción y el nombre de la categoría ademas de la imagen. Link to comment Share on other sites More sharing options...
ivas Posted April 4, 2015 Author Share Posted April 4, 2015 (edited) Buenas, No se me ha quitado nada que me haya dado cuenta yo, estoy con la ultima version de prestashop, vi mucha informacion de como quitar las imagenes pero las fuentes eran diferentes a las del prestashop actual. Si te refieres a texto que se pone dentro de la imagen si esa ya no se ve. Un saludo Edited April 4, 2015 by ivas (see edit history) Link to comment Share on other sites More sharing options...
conejoxd Posted November 14, 2015 Share Posted November 14, 2015 Hola Para quitar las todas las imágenes tienes que editar el archivo "category.tpl" {*<div class="subcategory-image"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':' UTF-8'}" class="img">{if $subcategory.id_image}<img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, ' medium_default')|escape:'html':'UTF-8'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" />{else} <img class="replace-2x" src="{$img_cat_dir}{$lang_iso}-default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if}</a> </div>*} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now