mystore increase size of top menu, how?

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sat Jun 12, 2010 1:02 am
Hi guys, first i wanna say thank you for developing this beautiful template!!!
I would like to put a logo in the top menu position. managed to upload one but the space aint big enough, high enough.
Where in the template.css file can i change the height to maybe 80px ?

thank you very much!!
User avatar
Senior Boarder

GK User
Sat Jun 12, 2010 3:31 am
Hi

It would be better if we could see it, but try adding this line on template.css file:

Code: Select all
#gk-nav-wrap {margin-top: 50px}


Change margin value as your needs.

Cheers
User avatar
Platinum Boarder

GK User
Sat Jun 12, 2010 6:26 am
hi, thank you for your help. what this ad on did was creating more space on the top but somehow the logo is still cut.

here the live link http://roland-karoliny.com/purecomford/
User avatar
Senior Boarder

GK User
Sat Jun 12, 2010 11:24 pm
ok so add this code on template.css:

Code: Select all
#gk-top-menu {position:absolute}


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Jun 14, 2010 12:40 am
You are the man!!!!! thanks
User avatar
Senior Boarder

GK User
Mon Jun 14, 2010 5:41 pm
How to delete the colored space where is the "myStore" logo?
User avatar
Senior Boarder

teitbite
Tue Jun 15, 2010 12:26 pm
Hi

Code: Select all
h1.logo {
display:none;
}



...next :)
User avatar
Moderator

GK User
Mon Jun 21, 2010 5:07 pm
Hi,
I would like to place the logo in the top menu position, too - like soulroll ! but I don´t know how! Can somebody help me!

Thanks
User avatar
Fresh Boarder

GK User
Mon Jun 21, 2010 5:27 pm
creaminal wrote:
Hi,
I would like to place the logo in the top menu position, too - like soulroll ! but I don´t know how! Can somebody help me!

Thanks


Hi

What he did was adding this line to remove the logo:

Code: Select all
h1.logo {display:none}


and them set a custom module type with a logo image and place it on "topmenu" module position of the template.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Jun 21, 2010 5:27 pm
creaminal wrote:
Hi,
I would like to place the logo in the top menu position, too - like soulroll ! but I don´t know how! Can somebody help me!

Thanks


Hi

What he did was adding this line to remove the logo:

Code: Select all
h1.logo {display:none}


and them set a custom module type with a logo image and place it on "topmenu" module position of the template.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Jun 21, 2010 5:39 pm
Well, here's another way:

Open ../templates/gk_mystore/layouts/blocks/mainnav.php file and find this code:

Code: Select all
<?php if ($this->getParam('logoType')=='image'): ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $this->sitename(); ?>"><span><?php echo $this->sitename(); ?></span></a>
</h1>
<?php else : ?>
<div class="logo-text">
<h1><a href="index.php" title="<?php echo $this->sitename(); ?>"><span><?php echo GK_LOGO; ?></span></a></h1>
<p class="site-slogan"><?php echo GK_SLOGAN;?></p>
</div>
<?php endif; ?>


Cut the code and paste it on this file:

../templates/gk_mystore/layouts/blocks/toolbar.php

after this line:

Code: Select all
<div id="gk-toolbar">


so it should look like this:

Code: Select all
<div id="gk-toolbar">
<?php if ($this->getParam('logoType')=='image'): ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $this->sitename(); ?>"><span><?php echo $this->sitename(); ?></span></a>
</h1>
<?php else : ?>
<div class="logo-text">
<h1><a href="index.php" title="<?php echo $this->sitename(); ?>"><span><?php echo GK_LOGO; ?></span></a></h1>
<p class="site-slogan"><?php echo GK_SLOGAN;?></p>
</div>
<?php endif; ?>


Now, open template.css file and add this line:

Code: Select all
h1.logo {position:absolute!important;margin-top: -20px!important}
#gk-top-menu {margin: 10px 0 0 170px;}


The final result is this:



Cheers ;)
User avatar
Platinum Boarder

GK User
Sat Jul 03, 2010 2:23 am
hi i did what u said but for some reason the other logo is still on there the name of the site is

Debzitup.com

please advise , on what i should do .


thank you
User avatar
Fresh Boarder

GK User
Sat Jul 03, 2010 2:44 am
You didn't replicate well the code.
Please check again.
User avatar
Platinum Boarder

GK User
Sun Aug 08, 2010 6:15 pm
User avatar
Fresh Boarder

GK User
Tue Aug 10, 2010 1:52 pm
i Tried to do what you say, but look what happens: www.socitrade.co.ao/financing2
User avatar
Fresh Boarder

teitbite
Thu Aug 12, 2010 11:05 am
Hi

Please tell me how You would like to have it?
User avatar
Moderator


cron