1. Bonanomi
  2. Commercial Templates
  3. Wednesday, 24 February 2016
  4.  Subscribe via email
Hi,
I installed a demo version of Ashley template and I noted that the logo link is different for any different menu pages.
i.e.
here http://www.asparagorosa.it/ashley/index.php the logo link to http://www.asparagorosa.it/ashley/index.php?en-GB=
but here http://www.asparagorosa.it/ashley/index.php/thumbs-gallery-module the logo link to different address: http://www.asparagorosa.it/ashley/index.php/thumbs-gallery-module?en-GB=
This is for all pages.
How can I set for logo the default link to homepage?
Thanks.
Best Regards,
Michele
Accepted Answer Pending Moderation
0
Votes
Undo
HI Michele

In your templates header.php (../templates/j51_ashley/php/layouts/header.php) try replacing the following (line 5)...


<div class="logo"> <a href="/forum?lt;?php_$lang_=%20JFactory::getLanguage();%20echo%20$lang-&gt;getTag();_?=&gt;=" title="<?php echo $siteName; ?>"> 


With...


<div class="logo"> <a href="/index.php" title="<?php echo $siteName; ?>"> 


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!