Shape 5

Joomla Templates => Sportopolis - Club => : craven2 December 03, 2009, 10:52:08 AM



: Make "Home" clickable on every page
: craven2 December 03, 2009, 10:52:08 AM
Why isn't the 'Home' button? The one directly below top_1


: Re: Make "Home" clickable on every page
: mikek December 03, 2009, 12:26:06 PM
I am sorry but I do not understand what you mean.


: Re: Make "Home" clickable on every page
: craven2 December 04, 2009, 03:25:23 AM
http://imgur.com/PrOhi.jpg

When clicked, both should return the user to the homepage

Ideally it should show the full path to the article here too

e,g;

Home >  Articles > Product Reviews > Article Name


: Re: Make "Home" clickable on every page
: mikek December 04, 2009, 08:47:28 AM
Hello, the logo cannot have a link, it is a background image. The pathway home does not have a link unless you are on a page that is not home.


: Re: Make "Home" clickable on every page
: lift December 26, 2009, 11:31:42 AM
I don't know if this is an acceptable solution (I don't claim to be a programmer) but you can create a hyperlink over the site logo by doing the following.

To link the site logo, I inserted a table with 2 cells in the Demo Banner. The table is set for 100% width. In the RIGHT cell enter what ever banner code you want. The LEFT cell will cover your site logo. Create a transparent gif and upload it to your template/images folder. Reference the transparent gif in the LEFT cell and link it to your url. Below is an example of the html for this
<table cellpadding="0" cellspacing="0" style="width: 100%">
   <tr>
      <td>
      <img alt="Natural Bodybuilding at its Finest, Lift for Life.com" src="http://www.liftforlife.com/content/templates/sportopolis/images/clearimg2.gif" /> (http://www.liftforlife.com/content/)</td>
      <td>
      <div><a href="your banner code goes here" width="468" height="60" alt="" border="0"/>[/url]

      </div>
      </td>
   </tr>
</table>
I have removed my own banner code, enter your own details.
I am in the early stages of editing this template and so if you check this latter I may have already changed it. For now however you can see it working at http://www.liftforlife.com/content/ (if this link doesn't work, type it in manually (doesn't seem to work from this post))
I apologize in advance if the code sucks.

Lift