Linkable Logo

Premium, Furniture Joomla Design Shop Template with K2Store support
GK User
Mon Oct 08, 2012 4:14 pm
Hi, when ever I add a URL to the logo so that it links back to the homepage, the page really messes up on Internet Explorer the whole menu bar is half way down the page, and I have no idea what is causing it.

It only happens when I chose CSS type logo in the template options, but if I choose Image type logo, then the link for it won't work.

Any help would be greatly appreciated,

Thanks
User avatar
Fresh Boarder

GK User
Mon Oct 08, 2012 5:40 pm
Hi

Please show me your website.
User avatar
Platinum Boarder

GK User
Tue Oct 09, 2012 11:06 am
Seichinha wrote:Hi

Please show me your website.


http://webuyhousesnetwork.co.uk/ it is fine atm, it's when i change the logo style to CSS and try to add a link to the logo
User avatar
Fresh Boarder

GK User
Sun Nov 04, 2012 2:09 am
Hi

Most apologize for the delay.
All logo types point to frontpage URL automatic.
If you want to add a different URL on Logo css type you need to change on ../layouts/blocks/logo.php

Code: Select all
<?php if($this->getParam('logo_type', 'image') == 'css') : ?>
     <h1 id="gkLogo">
          <a href="./" class="cssLogo"></a>
     </h1>
User avatar
Platinum Boarder


cron