Make menu not repeat

Well-designed restaurant Joomla template with parallax effect.
GK User
Mon Nov 24, 2014 4:55 pm
Hi
How to make the menu not repeat left and right?
I have created the left menu items but it repeats on the right as well.

Your help appreciated.
Tristan

Firefox.jpg
User avatar
Senior Boarder

GK User
Mon Nov 24, 2014 8:53 pm
Hello,

Did you tried to assign different menus in the template settings under the menu tab?
User avatar
Administrator

GK User
Tue Nov 25, 2014 4:05 am
Hi
I have followed the sample and created a left and right menu. Right now 2 item is attach to left menu and no item are attached to the right menu but the left menu repeats on the right. Anyway to hide the right menu?

Thanks
Tristan

Firefox2.jpg

Firefox.jpg
User avatar
Senior Boarder

GK User
Tue Nov 25, 2014 4:11 am
Hi
This is what is set in the template.

Tristan

Firefox3.jpg
User avatar
Senior Boarder

GK User
Tue Nov 25, 2014 3:43 pm
I have no idea why you still see duplicated menu. If you want to hide the right one,please just add the following code in template settings -> advanced settings tab -> Custom CSS code option:

Code: Select all
#gkMainMenuRight {
display: none;
}
User avatar
Administrator

GK User
Tue Nov 25, 2014 5:00 pm
Hi
Thanks so much. That helps to hide menu on the right side.

If I add menu items to the right then the menus on left and right does not repeat. But if no menu item is added to either side then the menu items repeat. But the css to hide either right or left menu helps if you don't have menu items to attach to either right or left.

Tristan
User avatar
Senior Boarder


cron