Issues on GK Dropline Menu

GK User
Wed Sep 05, 2012 7:20 pm
Hello everyone,

I have two issues with my main menu, displayed through DK Dropline Menu (going with boutique template) :

1) I'm running redshop. As soon as I publish redshopfinder module on my store, all my menu items go a few pixels up and right. Do you have any idea where I can repare this ?

2) I wanted to give a "tab look" to my menu. I tried to do my own menu and unpublish the template menu. However, I've never found how to display my own menu in the same position, next to cart ("mainmenu" does not appear in the various module position of gkboutique template).
Does anybody have a solution for this ?

Thanks a lot in advance for your help, and sorry, my english is not perfect at all !!

Eve
User avatar
Fresh Boarder

teitbite
Thu Sep 06, 2012 10:48 am
Hi

1. I need to see Your website to help with that.

2. Our template are not using module positions to show menu. Menu is an integrated element of the template which means that You cannot replace it just like that. But You can edit file /layouts/default.php remove the code for the menu, which is:

Code: Select all
<?php
$this->menu->loadMenu($this->getParam('menu_name','mainmenu'));
$this->menu->genMenu($this->getParam('startlevel', 0), $this->getParam('endlevel',-1));
?>


and replace it with a code which will create You a new module positon in the same place.

Code: Select all
<jdoc:include type="modules" name="main_menu" />


Unfortunately this will not keep the stylink of the orginal template mennu.
User avatar
Moderator

GK User
Thu Sep 06, 2012 10:57 am
Hi,

Thanks for your help ! I've just send you all information to access website and administration.

I guess if I can resolve this problem of menu moving with redproductfinder module, I'll be able to customize it to make it look like tabs.

Eve
User avatar
Fresh Boarder

teitbite
Thu Sep 06, 2012 11:08 am
Hi

Ok I got the access, can You just show me a right page where this module is located ?
User avatar
Moderator

GK User
Thu Sep 06, 2012 12:54 pm
Teitbite,

Thanks for your help but I've found how to resolve my probleme (always the same : look for days without solution, ask on a forum and then solution appears!!) !
It was an error in Redpoductfinder module CSS (style.css). Values for "a span" were wrong.

Thanks a lot anyway. If you've got clues to make GK menu look like tabs, you're welcome ;-)
User avatar
Fresh Boarder

teitbite
Fri Sep 07, 2012 8:15 am
Hi

Sorry, but with dropline menu I do not have an idea how to make it looks like tabs. Anyway this would be a customization request and we do not support that.
User avatar
Moderator


cron