luis1414 Posted September 4, 2013 Share Posted September 4, 2013 (edited) Versión de prestashop: 1.5.3.1 Plantilla: herb URL tienda: www.semillafeliz.es Hola buenas, he instalado la plantilla herb y no me deja poner el logo de encabezamiento, me carga la imagen pero no sale solo sale el titulo de la web.¿alguien puede ayudarme? gracias. Edited September 4, 2013 by luis1414 (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted September 4, 2013 Share Posted September 4, 2013 En el fichero: http://www.semillafeliz.es/themes/herb/header.tpl Cambia esto: <img class="logo" src="{$img_ps_dir}logo.png" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> por esto <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if}/> Link to comment Share on other sites More sharing options...
luis1414 Posted September 4, 2013 Author Share Posted September 4, 2013 Muchas gracias, solucionado. Link to comment Share on other sites More sharing options...
nadie Posted September 4, 2013 Share Posted September 4, 2013 Muchas gracias, solucionado. Un placer ayudarte y servirte! Un saludo y recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso. Link to comment Share on other sites More sharing options...
Recommended Posts