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#
http://penzion.ckasa.cz/2011-10-05-10-0 ... apartmany#
-
- Junior Boarder
- GK User
- Sun Nov 11, 2012 11:47 pm
Hi,
In the file layouts/blocks/logo.php please change the following fragment:
to:
it should helps.
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.
-
- Administrator
- GK User
- Mon Nov 12, 2012 12:20 am
Thank You, problem is solved.
-
- Junior Boarder
3 posts
• Page 1 of 1