Shape 5

Joomla Templates => CommPortal - July 08 - Club => : mcmaddcatt April 30, 2009, 12:18:11 AM



: Bottom logo question
: mcmaddcatt April 30, 2009, 12:18:11 AM
I have found the small Shape5 logo at the bottom and replaced it with my own logo.

On click, however, this logo links by default to the shape5-site. I either want this disabled or have it link back to my home page.

How do I establish this?

Jos


: Re: Bottom logo question
: jonahh April 30, 2009, 10:33:48 PM
Hey Jos,

Scroll to the bottom of your index.php file and you'll see the following:

:
<div id="s5_footerlogo" style="cursor:pointer;" onclick="window.document.location.href='http://www.shape5.com'"></div>

Replace our site's URL with yours.

Regards,


: Re: Bottom logo question
: mcmaddcatt May 01, 2009, 01:25:28 AM
Done. Thanks a lot.

Jos


: Re: Bottom logo question - open in new tab/window
: mummygeek August 16, 2009, 11:02:39 AM
I have bumbled around with this long enough - how do i get this footer logo to open in a new window?

I have tried changing index.php adding a target tag to the onclick line but that doesn't work.

I know it's simple but today - it's just not happening.
Mummy


: Re: Bottom logo question
: jonahh August 17, 2009, 03:01:29 PM
I'm not sure of how to do it with Javascript but you could wrap the DIV with a hyperlink and set this to open in a new window.


<a href="http://www.yoursiteurl.com" target="_blank">
<div style="cursor: pointer;" id="s5_footerlogo"/>
[/url]

Regards,