0
Welcome Guest! Login
0 items Join Now

Afterburner Theme - Redirect top logo to a different URL

  • Afterburner Theme - Redirect top logo to a different URL

    Posted 15 years 2 weeks ago
    • Is there a way to redirect site logo (in the upper left) to a specific domain instead of to the top level of my Joomla site? I'm using Joomla as a bolt on to my main site and it sits in a subdirectory of my domain. The main site is built in Wordpress using the same theme. I'm trying to create a consistent user experience across the top navigation, which is why I want the main logo to always point back to the main site URL. Is this possible?
  • Re: Afterburner Theme - Redirect top logo to a different URL

    Posted 15 years 1 week ago
    • Open your template index.php at:
      <Joomla Root>/templates/<your template name>/index.php

      Find below codes:
      <a href="<?php echo $this->baseurl ?>" id="logo"></a>

      Change the codes to:
      <a href="http://your-link-here" id="logo"></a>
  • Re: Afterburner Theme - Redirect top logo to a different URL

    Posted 15 years 1 week ago
    • Wonderful, as usual. Thank you so much!
    • chm's Avatar
    • chm
    • Sr. Rocketeer
    • Posts: 152
    • Thanks: 0

    Re: Afterburner Theme - Redirect top logo to a different URL

    Posted 14 years 9 months ago
    • Hi, I entered the code you posted, but I get an error. When i click on the logo it redirects to the base url PLUS the url I added. Any suggestions?
  • Re: Afterburner Theme - Redirect top logo to a different URL

    Posted 14 years 9 months ago
    • chm wrote:
      Hi, I entered the code you posted, but I get an error. When i click on the logo it redirects to the base url PLUS the url I added. Any suggestions?
      Did you put "http://" before your site link? Could you please provide your website link so we can see and check the problem?

Time to create page: 0.056 seconds