1. Mol4
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Tuesday, 18 April 2017
  5.  Subscribe via email
Hello,

On my testwebsite I'm using the JA Hannah template and an instance of this template as a second style. The 'default' template has a logo that redirects to the homepage (index.php) of the website. De copy/extra style of this template has it's own logo but is also linking to the homepage of the website. I'd like the link of this logo redirect to the 'homepage' of it's own.
How can I achieve this? Thanks!
References
  1. http://burgmechanisatie.nl/nieuwe-site/index.php
  2. http://burgmechanisatie.nl/nieuwe-site/tuinmachines
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Just to confirm that I understand you correctly.. you wish your logo to link to the page it is displayed ('#') instead of the homepage? If this is the case, may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and I will make this amendment for you. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend we have added the following to the Custom Code field of your templates parameters...

<script type="text/javascript" >
jQuery(window).load(function(){
jQuery(".logo a").attr("href", "http://burgmechanisatie.nl/nieuwe-site/tuinmachines/")
});
</script>


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

Thanks, this works great!
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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