How do I get the main menu to stay visible

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jun 24, 2013 4:06 am
Reply with quote
Report this post
I have two menu sets - #gk and K2 category. The #gk (bottom module) menus work alright. However, once you go to a menu item pointing to the the K2 category, you see another set of menu items which I assume are the subpage menus. This menu does not even have the site's logo.

The problem is I don't know how to ensure I use the same menu through the site or get the K2-pointed menu to work.

When you click on the K2 menu, it adds index.php/k2category/#gkmenu. How do I ensure index.php/k2category/ is not added?
User avatar
Fresh Boarder

teitbite
Mon Jun 24, 2013 6:40 pm
Reply with quote
Report this post
Hi

Sorry, but I do not understand. Can You please explain it a little better ? Tell me an url to live examples as well.
User avatar
Moderator

GK User
Fri Jun 28, 2013 4:06 am
Reply with quote
Report this post
Menu set #1: http://demo.shadare.com/ - These all work
Menu set #2: http://demo.shadare.com/index.php/blog - Different and doesn't link to set #1.

You will see that on menu set #2, if you click on the ones pointing to the module gkbottom menu, they don't respond.

That is my problem.
User avatar
Fresh Boarder

teitbite
Fri Jun 28, 2013 10:29 pm
Reply with quote
Report this post
Hi

Menu on frontpage is an anchor location, so it slides to the mentioned area on the same page. So You cannot use the same menu on different pages, becuause there is no anchors there. Please look at our quickstart. There are different menu options loaded while You are not on the frontpage.
User avatar
Moderator

GK User
Mon Jul 01, 2013 2:04 am
Reply with quote
Report this post
How do I get the main menu to stay visible while the intro page is loading? The intro page(pics) hides the menu unless you scroll down.
User avatar
Junior Boarder

teitbite
Mon Jul 01, 2013 7:19 pm
Reply with quote
Report this post
Hi

To make menu bar visible always please add this to css:

Code: Select all
#gkTop.isIntro { top: 0 !important; }
User avatar
Moderator

GK User
Wed Jul 03, 2013 4:57 pm
Reply with quote
Report this post
teitbite wrote:Hi

To make menu bar visible always please add this to css:

Code: Select all
#gkTop.isIntro { top: 0 !important; }


I added to Css overwrite, but it did not work. See attachment, and let me know what i am doing wrong for both the menu and the font code.
User avatar
Junior Boarder

GK User
Thu Jul 04, 2013 8:19 pm
Reply with quote
Report this post
triconex wrote:
teitbite wrote:Hi

To make menu bar visible always please add this to css:

Code: Select all
#gkTop.isIntro { top: 0 !important; }


I added to Css overwrite, but it did not work. See attachment, and let me know what i am doing wrong for both the menu and the font code.


It worked!!!! I follow the instruction
http://www.gavick.com/documentation/joomla-templates/gavern-framework/how-to-add-custom-css-to-joomla-template/
User avatar
Junior Boarder

teitbite
Sat Jul 06, 2013 12:08 am
Reply with quote
Report this post
Hi

I was just going to advice checking if override is activated :) Glad You've made it.
User avatar
Moderator


cron