SpicyDesires Posted April 5, 2011 Share Posted April 5, 2011 Por favor, quisiera saber si es posible eliminar el texto del bloque central (entre imagen principal y productos destacados), removiéndolo completamente. Creo entender que tengo que tocar el módulo para que no contemple los campos Título principal, Subtítulo y Texto de introducción, dejando solamente Imagen de página de inicio. Espero tener alguna solución más accesible ya que no tengo conocimientos suficientes para tocar tanto código.Muchas gracias por vuestra ayuda. Link to comment Share on other sites More sharing options...
DevNet Posted April 5, 2011 Share Posted April 5, 2011 Hola,Añadir editorial.tpl archivo en el directorio /themes/[su_tema]/modules/editorial/y colocar el código en el interior:Para PrestaShop 1.4 : <!-- Module Editorial --> {if $editorial->body_home_logo_link}body_home_logo_link|escape:'htmlall':'UTF-8'}" title="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}">{/if} {if $homepage_logo}getMediaLink($image_path)}" alt="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}" {if $image_width}width="{$image_width}"{/if} {if $image_height}height="{$image_height}" {/if}/>{/if} {if $editorial->body_home_logo_link}{/if} {if $editorial->body_logo_subheading} {$editorial->body_logo_subheading|stripslashes} {elseif $editorial->body_logo_subheading} {$editorial->body_logo_subheading}{/if} <!-- /Module Editorial --> O para PrestaShop 1.3.x : <!-- Module Editorial --> {if $xml->body->home_logo_link}body->home_logo_link|escape:'htmlall':'UTF-8'}" title="{$xml->body->$title|escape:'htmlall':'UTF-8'|stripslashes}">{/if} {if $homepage_logo}body->$title|escape:'htmlall':'UTF-8'|stripslashes}" />{/if} {if $xml->body->home_logo_link}{/if} {if $xml->body->$logo_subheading} {$xml->body->$logo_subheading|stripslashes}{/if} <!-- /Module Editorial --> Sinceramente Link to comment Share on other sites More sharing options...
SpicyDesires Posted April 6, 2011 Author Share Posted April 6, 2011 Muchas gracias por tu ayuda DevNet.Por favor, quisiera saber como gestionar el tamaño de la imagen de cabecera del módulo, ya que una vez que he eliminado el texto la imagen ha quedado más pequeña y alineada a la izquierda. Una solución sería poder centrarla, pero tampoco lo he logrado.Utilizo Prestashop v1.4Nuevamente, muchas gracias. Link to comment Share on other sites More sharing options...
SpicyDesires Posted April 6, 2011 Author Share Posted April 6, 2011 No se exactamente como... pero redimensionando la imagen he solucionado. Link to comment Share on other sites More sharing options...
Recommended Posts