Use JomSocial Toolbar Menu as Main WebSite Menu

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat Mar 10, 2012 10:52 am
Hi, I am trying to show the JomSocial Toolbar on every page of the site. I want to use it as the main toolbar, of course using your gk_style for JS which is very very nice.
Unfortunately, the result is that I see two menu toolbars: one blue with the links not pertaining to JS and below I see the JS toolbar.
I have COMPLETELY deleted the Main Menu, I choose to use the JomSocial Toolbar as the Main Menu in your template settings but I continue to see that blue toolbar with links!

Please see the attached image

Any hint?

Joomla Version: 2.5.2
JS Version: 2.4.2

Thanks
User avatar
Fresh Boarder

GK User
Sat Mar 10, 2012 12:19 pm
The attachement?

Do you have a URL?

Sounds like you are doing the right thing, but it's hard to help on this when we don't have visual view.

Henrik
User avatar
Expert Boarder

GK User
Sat Mar 10, 2012 12:56 pm
Yes I attached a screenshot. I try again...

flexsus wrote:The attachement?

Do you have a URL?

Sounds like you are doing the right thing, but it's hard to help on this when we don't have visual view.

Henrik
User avatar
Fresh Boarder

GK User
Sat Mar 10, 2012 1:02 pm
Sorry I just noticed now the warning...my attachment was too wide...now should be okay
User avatar
Fresh Boarder

GK User
Sat Mar 10, 2012 4:24 pm
Hi

I see :-)

Se this threath:
https://www.gavick.com/support/forums/140/13901.html

It's at talk about multi language and here I also ask Gavick where in template settings I could disable the "mainmenu", so that it do not show at all. As described, documentation says you can, I just can't find it?
:?: Anyone at Gavick?

But you could use my suggesten to remove the code from /templates/gk_music/layouts/default.php

Try remove this:
Code: Select all
<div id="gkMainMenu">
<?php
  $this->menu->loadMenu($this->getParam('menu_name','mainmenu'));
  $this->menu->genMenu($this->getParam('startlevel', 0), $this->getParam('endlevel',-1));
?>
</div>


I think that would give you the result.
But remember to make JomSocial "Home" your default start page (first menu).

Henrik
User avatar
Expert Boarder


cron