Problem with link from text logo

GK User
Sun Nov 11, 2012 11:00 pm
When I as logo type use TEXT, then click on this logo text only give # to current URL adress and link to home page work not. (When I use image, is this OK.)

http://penzion.ckasa.cz/2011-10-05-10-0 ... apartmany#
User avatar
Junior Boarder

GK User
Sun Nov 11, 2012 11:47 pm
Hi,

In the file layouts/blocks/logo.php please change the following fragment:

Code: Select all
 <h1 class="gkLogo text">
              <a href="#"><?php echo $this->getParam('logo_text', ''); ?></a>
              <small class="gkLogoSlogan"><?php echo $this->getParam('logo_slogan', ''); ?></small>
     </h1>


to:

Code: Select all
 <h1 class="gkLogo text">
              <a href="./"><?php echo $this->getParam('logo_text', ''); ?></a>
              <small class="gkLogoSlogan"><?php echo $this->getParam('logo_slogan', ''); ?></small>
     </h1>


it should helps.
User avatar
Administrator

GK User
Mon Nov 12, 2012 12:20 am
Thank You, problem is solved.
User avatar
Junior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.