1. pigos
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 01 December 2015
  5.  Subscribe via email
Hi Ciaran,
is it possible to change the standard behavior of J51 Classic and make the template logo to link to a another joomla content in place of home?
Many thanks and regards
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

In your templates header.php (../templates/j51_classic/php/layouts/header.php) you can edit the following (line 7) replacing the 'index.php' with your new URL...


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


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran,
I did not explain well the problem, my fault, sorry!
I am using 3 template styles, each one with its own logo.
I would like to be able to link the 3 different logos to 3 different pages of the same site.
Is it possible?
Best regards
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pigos

Sorry to say this option is not available with this template.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran,
what commercial template support this?
Regards
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pigos

Sorry to say the option is not available with any Joomla51 template.

A possible option may be to use jQuery to change your URL. Something like the following....


jQuery("a[href='/index.php']").attr('href', 'http://www.google.com/')


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


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