my homepage_logo.jpg links to prestashop.com
how can i change the header url???
i mean homepage_logo.jpg, no logo.jpg
Hi
From memory, it's in your back office, Modules, Home text editor (configure) and there is a Homepage Logo link box. If you have this as blank it obviously doesn't link anywhere, but I guess you can link it where you want.
From memory, it's in your back office, Modules, Home text editor (configure) and there is a Homepage Logo link box. If you have this as blank it obviously doesn't link anywhere, but I guess you can link it where you want.
Hi, you can try this:
Change homepage logo link:
Open \modules\editorial\editorial.xml
Search for:
Then change the link as your desire.
Change homepage logo link:
Open \modules\editorial\editorial.xml
Search for:
Then change the link as your desire.
Hi,
I am using the Homepage logo link to link to an external page, does anyone know how I can make this link open in a new page, rather than leaving my site.
Thanks in advance...
I am using the Homepage logo link to link to an external page, does anyone know how I can make this link open in a new page, rather than leaving my site.
Thanks in advance...
It is actually not advisable to open external links in new windows (see this article), but if you must, you can edit modules/editorial/editorial.tpl and change line 3 from:
to:
{if $xml->body->home_logo_link}<a href="{$xml->body->home_logo_link|escape:'htmlall':'UTF-8'}" title="{$xml->body->$title|escape:'htmlall':'UTF-8'|stripslashes}">{/if}
to:
{if $xml->body->home_logo_link}<a href="{$xml->body->home_logo_link|escape:'htmlall':'UTF-8'}" title="{$xml->body->$title|escape:'htmlall':'UTF-8'|stripslashes}" target="_blank">{/if}
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.



Back to top









