my homepage_logo.jpg links to prestashop.com
how can i change the header url???
i mean homepage_logo.jpg, no logo.jpg
Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.
Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
homepage logo url
Started by tuxster, Sep 06 2008 04:26 AM
homepage logo url
#1
Posted 06 September 2008 - 04:26 AM
#2
Posted 07 September 2008 - 09:36 AM
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.
#3
Posted 07 September 2008 - 03:07 PM
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.
#4
Posted 29 April 2010 - 02:45 AM
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...
#5
Posted 29 April 2010 - 04:55 AM
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.
Guides Performance Guide | Installation Guide | Development Guide
Modules AJAX Sliding Categories | AJAX Dropdown Categories | Carousel | Image Gallery | Sliding Menu
All free and paid software, modules, themes and modifications are subject to the terms and conditions here.
Guides Performance Guide | Installation Guide | Development Guide
Modules AJAX Sliding Categories | AJAX Dropdown Categories | Carousel | Image Gallery | Sliding Menu
All free and paid software, modules, themes and modifications are subject to the terms and conditions here.
#6
Posted 29 April 2010 - 05:39 AM
Thanks for the quick reply...
I have read the article & take your point, I won't bother...
I have read the article & take your point, I won't bother...
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











