Question about navigation menu

I feel that the navigation from the very top can be overwhelming by so many submenus.  I'm thinking about removing them but keeping them inside.  For example, they can click Photo and then click any of those submenus if they want to go further. I think this way is less complicated for them. :/ So my question is can this be done?

Quote · 30 Apr 2010

Of course it can!

I just don't know how.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 30 Apr 2010

Just because I don't know, doesn't mean I don't learn how.

Edit the file top_menu.css found under ./templates/base/css/ and look for the following on line 53:

.topMenu .top ul.sub li { 
width:100%;
margin: 0px;
line-height:33px;
/*height:33px;*/
min-height:33px;
}

Change it as follows:

.topMenu .top ul.sub li { 
width:100%;
margin: 0px;
line-height:33px;
/*height:33px;*/
min-height:33px;
display:none;
}

The needed change has been shown in red.

Once done with your changes, save the file and empty the ./cache/ and ./cache_public/ directories, leaving the .htaccess file in the former directory intact.

Note, that this will also disable the extended-menu-item drop-down box from displaying. To overcome this, change the menu display settings in the administration panel to show all of your menu items.

Have fun.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 30 Apr 2010

ah! top_menu.css! I didn't think it could be in css.  U're so good. :P  Thanks

Quote · 30 Apr 2010

extended-menu-item drop-down?  do you mean those icons (home, dashboard, profile, and mail)?

edit.. oh never mind.. you mean the the very last icon.  hmm i would like to show the list of dashboard, profile and mail.  i don't know that's possible.  :/

Quote · 30 Apr 2010

extended-menu-item drop-down?  do you mean those icons (home, dashboard, profile, and mail)?

edit.. oh never mind.. you mean the the very last icon.  hmm i would like to show the list of dashboard, profile and mail.  i don't know that's possible.  :/

I am referring to the menu item which displays the extended menu after the display-limit has been reached.

That would require more than a simple file edit.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 30 Apr 2010

I still need help with this.  magussoft idea works great but it also removes dashboard, profile, mail and extended menu drop downs. I don't want that.  I want to keep them but remove the rest.  any ideas?  :/

Quote · 1 May 2010

I still need help with this.  magussoft idea works great but it also removes dashboard, profile, mail and extended menu drop downs. I don't want that.  I want to keep them but remove the rest.  any ideas?  :/

I warned you about this. That was a simple CSS edit. I'm unaware of how to go about selectively displaying menu items (which I imagine requires more than a simple file edit).

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 2 May 2010

Admin > Builders > Navigation Menu

Scroll right and find the block for the photos menu and then drag all of the submenu items off of it into the 'All Items' section at the bottom.

/DM

Dolphin - Ajax Masturbation
Quote · 2 May 2010

Admin > Builders > Navigation Menu

Scroll right and find the block for the photos menu and then drag all of the submenu items off of it into the 'All Items' section at the bottom.

/DM

Which then removes it from the sub-navigation menu.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 2 May 2010

has anyone figured out a solution to disabling the drop down menu action in the navigation menu?

i'm tired
Quote · 29 May 2010

has anyone figured out a solution to disabling the drop down menu action in the navigation menu?

You've just posted in the topic with the solution you seek.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 29 May 2010

i was using the display:none, but as we know the extended menu wont show if you have more links. i was thinking there has to be a way to disable the javascript or css somewhere that makes the drop down menu appear when you hover over the links, leaving it on for the extended menu link only.

i'm tired
Quote · 29 May 2010

sweet! works perfectly. thanks a lot houston.

i'm tired
Quote · 29 May 2010

Quote · 29 May 2010

RE:

sweet! works perfectly. thanks a lot houston.

No need to thank me.  A kick in the groin will suffice.

WOW! i would never do that.

i'm tired
Quote · 29 May 2010

Was the answer to this that worked from houston removed as I really need to know this answer? Does anyone know this?

i was using the display:none, but as we know the extended menu wont show if you have more links. i was thinking there has to be a way to disable the javascript or css somewhere that makes the drop down menu appear when you hover over the links, leaving it on for the extended menu link only.

sweet! works perfectly. thanks a lot houston.

Quote · 21 Mar 2011

Add to the bottom of top_menu.css of all templates that you want to do this to:

.topMenu .top ul.sub.main_elements {
left:-2000px;
}

 

That moves the items off the screen.  You can also try the css below, but I have found that it doesn't quite work right in all templates:

.topMenu .top ul.sub.main_elements {
display:none;
}

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 21 Mar 2011

.

Quote · 21 Mar 2011

 

Add to the bottom of top_menu.css of all templates that you want to do this to:

.topMenu .top ul.sub.main_elements {
left:-2000px;
}

 

That moves the items off the screen.  You can also try the css below, but I have found that it doesn't quite work right in all templates:

.topMenu .top ul.sub.main_elements {
display:none;
}

Houston thanks for the response on this... I am using 7.05 running UNI template.... I tried each one you suggested at the bottom of top_menu.css and cleared cache... Any other suggestions?

Quote · 22 Mar 2011

and none of them worked :-(

Quote · 22 Mar 2011

It works thank you :-) I had to clear my browsers cache also and it works!!!

Quote · 22 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.