Shape 5

Joomla Templates => Sea of Glass - September - Club => : boomer August 23, 2011, 10:42:14 AM



: Clicking on Logo opens wrong URL
: boomer August 23, 2011, 10:42:14 AM
Hi

Not sure if its a problem of the template or just something I am doing wrong.

On my site www.tkphotography.at I have a portfolio directory under which are more directories. Now when I turn of SEO and I open one of the menues under Portfolio then click on the logo it opens www.tkphotography.at/portfolio/index.php instead of just going back to www.tkphotography.at/index.php

It works on all other menues, also when I turn off SEO.
Tried setting the portfolio menu to external URL (like you did in your demo) and also to menu alias, or just text seperator. always the same result.



: Re: Clicking on Logo opens wrong URL
: boomer August 23, 2011, 11:22:50 AM
Ah fixed it by myself.

Found the clue on an older post here.

In the index.php of the template just changed
<div id="s5_logo" style="cursor:pointer;" onclick="window.document.location.href='index.php'"></div>
to
<div id="s5_logo" style="cursor:pointer;" onclick="window.document.location.href='/'"></div>

Maybe it helps someone else who stumbles over that problem.