Place the logo above the menu

GK User
Tue Mar 06, 2012 11:06 pm
Hi all!
I want to put the logo above the top menu and the menu aligned on the left side of the template. how can i do that?
User avatar
Platinum Boarder

Konrad M
Wed Mar 07, 2012 8:07 am
Hi you need to do some changes \templates\gk_eSport\layouts\default.php
User avatar

GK User
Mon Apr 16, 2012 3:06 pm
Hello,
I want to do the same, put the logo above the menu. What changes should I do in the \ templates \ gk_eSport \ layouts \ default.php?

Deleting <php $ this-> loadBlock ('logo');?> The logo is no longer charged at the current position. I would like to know how to insert it in the up position. In the same position of the message: "Customer Service: 1.800.800.8080"

Thank you
User avatar
Senior Boarder

GK User
Mon Apr 16, 2012 3:15 pm
new.artedevoar.com

I changed the place of <? Php $ this-> loadBlock ('logo');?>

from:

<div id="gkMainMenu" class="gkWrap<?php if($this->modules('banner1 + pagetop + login + register + cart')) : ?> gkTopSpace<?php endif; ?>">
<?php $this->loadBlock('logo'); ?>

To:

<php if ($ this-> modules ('banner1')):?>
<div id="gkBanner1">
<jdoc: include type = "modules" name = "banner1" style = "<? php echo $ this-> module_styles ['banner1'];?>" />
<php $ this-> loadBlock ('logo');?>
</ div>
<? php endif;?>

This way is correct? Not hurting anything in the functioning of the template?
User avatar
Senior Boarder

Konrad M
Tue Apr 17, 2012 7:56 am
anaffelici everything is good except one. Now you put logo inside condition. Try unpublish banner1 module nad check if logo show up.
User avatar

GK User
Sat Apr 21, 2012 3:46 am
Hi konrad,

Making any change in the default.php, or replacing images of the template, my site shows "Internal Server Error". So I decided to work only the CSS and it worked.
Well, I guess now I have a problem for another topic: "Internal Server Error"

Thanks for the prompt return
User avatar
Senior Boarder

Konrad M
Mon Apr 23, 2012 9:05 am
Try copy .httaccess file again.
User avatar

GK User
Tue May 08, 2012 4:04 pm
Tks Konrad, it's working now ;)
User avatar
Senior Boarder

Konrad M
Wed May 09, 2012 1:04 pm
I'm glad I could help :)
User avatar

GK User
Sat Jun 01, 2013 8:52 pm
So, what is the suggested to do so that to have the correct result without any issues?
User avatar
Senior Boarder


cron