PrestaShop Forums: homepage logo url - PrestaShop Forums

Jump to content


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.

NYC

Vous parlez français ? par ici !


homepage logo url


homepage logo url

#1 tuxster

    PrestaShop Newbie

  • 26 Aug 2008
  • Members
  • Pip
  • 0 posts

Posted 06 September 2008 - 04:26 AM

my homepage_logo.jpg links to prestashop.com
how can i change the header url???
i mean homepage_logo.jpg, no logo.jpg

#2 stampy

    PrestaShop Apprentice

  • 17 Jul 2008
  • Members
  • PipPip
  • 94 posts

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.

#3 target_locked

    PrestaShop Apprentice

  • 31 Jul 2008
  • Members
  • PipPip
  • 129 posts

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.

#4 wazza62

    PrestaShop Newbie

  • 29 Apr 2010
  • Members
  • Pip
  • 2 posts

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...

#5 rocky

    PrestaShop Superstar

  • 16 Oct 2008
  • US Moderators
  • 9981 posts
  • Location:Australia

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:


{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.

#6 wazza62

    PrestaShop Newbie

  • 29 Apr 2010
  • Members
  • Pip
  • 2 posts

Posted 29 April 2010 - 05:39 AM

Thanks for the quick reply...

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