marubuy Posted June 7, 2013 Share Posted June 7, 2013 Hola PrestShoperos. He decidido colocar los enlaces a redes sociales justo debajo de los enlaces de encabezado tal como se muestra en la imagen El código en el archivo blockpermanentlinks-header.tpl es el siguiente: <!-- Block permanent links module HEADER --> <ul id="header_links"> <li id="social_links"> <a href="http://www.facebook.com><img style="float:left;" src="{$img_dir}logo_facebook.png" alt="facebook" width="25" height="25"/><a href="https://twitter.com"><img style="float:left;" src="{$img_dir}logo_twitter.png" alt="twitter" width="25" height="25" /> </li> <li id="header_link_welcome"> {l s='Welcome' mod='blockpermanentlinks'}, {if $cookie->isLogged()} {$cookie->customer_firstname} {$cookie->customer_lastname} {/if} </li> <li id="header_user_info"> ( {if $cookie->isLogged()} <a href="{$link->getPageLink('index.php')}?mylogout" title="{l s='Log out' mod='blockpermanentlinks'}">{l s='Log out' mod='blockpermanentlinks'}</a> {else} <a href="{$link->getPageLink('my-account.php', true)}">{l s='Log in' mod='blockpermanentlinks'}</a> {/if}) </li> </ul> El problema que tengo es que la palabra Bienvenidos coge también el enlace de twitter. ¿hay alguna forma de evitarlo? Gracias y saludos. Link to comment Share on other sites More sharing options...
jaloise Posted June 7, 2013 Share Posted June 7, 2013 Hola PrestShoperos. He decidido colocar los enlaces a redes sociales justo debajo de los enlaces de encabezado tal como se muestra en la imagen El código en el archivo blockpermanentlinks-header.tpl es el siguiente: <!-- Block permanent links module HEADER --> <ul id="header_links"> <li id="social_links"> <a href="http://www.facebook.com><img style="float:left;" src="{$img_dir}logo_facebook.png" alt="facebook" width="25" height="25"/><a href="https://twitter.com"><img style="float:left;" src="{$img_dir}logo_twitter.png" alt="twitter" width="25" height="25" /> </li> <li id="header_link_welcome"> {l s='Welcome' mod='blockpermanentlinks'}, {if $cookie->isLogged()} {$cookie->customer_firstname} {$cookie->customer_lastname} {/if} </li> <li id="header_user_info"> ( {if $cookie->isLogged()} <a href="{$link->getPageLink('index.php')}?mylogout" title="{l s='Log out' mod='blockpermanentlinks'}">{l s='Log out' mod='blockpermanentlinks'}</a> {else} <a href="{$link->getPageLink('my-account.php', true)}">{l s='Log in' mod='blockpermanentlinks'}</a> {/if}) </li> </ul> El problema que tengo es que la palabra Bienvenidos coge también el enlace de twitter. ¿hay alguna forma de evitarlo? Gracias y saludos. URL? Link to comment Share on other sites More sharing options...
marubuy Posted June 7, 2013 Author Share Posted June 7, 2013 (edited) Hola jaloise. Lo tenía en localhost para probar pero lo he actualizado en la web para que lo puedas ver: Edited January 1, 2014 by marubuy (see edit history) Link to comment Share on other sites More sharing options...
jaloise Posted June 7, 2013 Share Posted June 7, 2013 Hola jaloise. Lo tenía en localhost para probar pero lo he actualizado en la web para que lo puedas ver: http://www.socialtronica.com/ Lo que yo veo es que coje el del blog... http://www.socialtronica.com/themes/PRS040090/modules/blockpermanentlinks/blockpermanentlinks-header.tpl porque esta mal el codigo... no esta encerrado en un LI... <ul id="header_links"> <span><img style="float:left;" src="{$img_dir}siguenos.png" alt="siguenos en" width="90" height="25"/><a href="https://www.facebook.com/pages/SOCIALTRONICACOM/228665423939152"><img style="float:left;" src="{$img_dir}logo_facebook.png" alt="facebook" width="25" height="25"/><a href="https://twitter.com/socialtronica"><img style="float:left;" src="{$img_dir}logo_twitter.png" alt="twitter" width="25" height="25" /><a href="http://socialtronica.blogspot.com.es/"><img style="float:left;" src="{$img_dir}logo_blogger.png" alt="blog" width="26" height="26"/></span> <li id="header_link_welcome"> {l s='Welcome' mod='blockpermanentlinks'}, {if $cookie->isLogged()} {$cookie->customer_firstname} {$cookie->customer_lastname} {/if} </li> y creo que deberia ser asi o algo parecido a: <ul id="header_links"> <li> <span><img style="float:left;" src="{$img_dir}siguenos.png" alt="siguenos en" width="90" height="25"/><a href="https://www.facebook.com/pages/SOCIALTRONICACOM/228665423939152"><img style="float:left;" src="{$img_dir}logo_facebook.png" alt="facebook" width="25" height="25"/><a href="https://twitter.com/socialtronica"><img style="float:left;" src="{$img_dir}logo_twitter.png" alt="twitter" width="25" height="25" /><a href="http://socialtronica.blogspot.com.es/"><img style="float:left;" src="{$img_dir}logo_blogger.png" alt="blog" width="26" height="26"/></span></li> <li id="header_link_welcome"> {l s='Welcome' mod='blockpermanentlinks'}, {if $cookie->isLogged()} {$cookie->customer_firstname} {$cookie->customer_lastname} {/if} </li> Link to comment Share on other sites More sharing options...
marubuy Posted June 7, 2013 Author Share Posted June 7, 2013 Lo he cambiado tal como dices y de hecho creo que ya lo había probado pero sigue igual. Link to comment Share on other sites More sharing options...
jaloise Posted June 7, 2013 Share Posted June 7, 2013 Lo he cambiado tal como dices y de hecho creo que ya lo había probado pero sigue igual. yo no veo ese cambio en la web... Link to comment Share on other sites More sharing options...
marubuy Posted June 7, 2013 Author Share Posted June 7, 2013 Esto es lo que tengo puesto en el código: <ul id="header_links"> <li> <img style="float:left;" src="{$img_dir}siguenos.png" alt="siguenos en" width="90" height="25"/><a href="https://www.facebook.com/pages/SOCIALTRONICACOM/228665423939152"><img style="float:left;" src="{$img_dir}logo_facebook.png" alt="facebook" width="25" height="25"/><a href="https://twitter.com/socialtronica"><img style="float:left;" src="{$img_dir}logo_twitter.png" alt="twitter" width="25" height="25" /><a href="http://socialtronica.blogspot.com.es/"><img style="float:left;" src="{$img_dir}logo_blogger.png" alt="blog" width="26" height="26"/> </li> <li id="header_link_welcome"> {l s='Welcome' mod='blockpermanentlinks'}, {if $cookie->isLogged()} {$cookie->customer_firstname} {$cookie->customer_lastname} {/if} </li> Sin embargo en el firebug aparece replicada la linea <a href="http://socialtronica.blogspot.com.es/"> después del cierre </li> y antes de <li id="header_link_welcome">Bienvenido,</li> Link to comment Share on other sites More sharing options...
Recommended Posts