Shape 5

Joomla Templates => Sportopolis - Club => : growlroo October 27, 2010, 12:32:36 PM



: Sportsopolis logo link to URL
: growlroo October 27, 2010, 12:32:36 PM
Hey there. is there any way to make the logo in sportsopolis link to the baseurl?


: Re: Sportsopolis logo link to URL
: mikek October 28, 2010, 09:12:40 AM
Hello,

I am sorry but because the logo is a background image of a div there is no way to make the logo a link.


: Re: Sportsopolis logo link to URL
: growlroo October 28, 2010, 12:59:23 PM
Actually I figured out a way to do it with javascript by applying

onclick="window.document.location.href='index.php'"

into the index.php where you had:

<div id="s5_logo_banner_wrap" style="width:<?php echo $s5_body_width ?>px" >

I made it into:

<div id="s5_logo_banner_wrap" style="width:<?php echo $s5_body_width ?>px" onclick="window.document.location.href='index.php'">

works fine. Might fail on browsers with javascript disabled but I can live with that.