Sidebar/Menu bar edits

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
mdpatrick
Rank 0
Rank 0
Posts: 2
Joined: September 9th, 2009, 12:19 am

Sidebar/Menu bar edits

Post by mdpatrick »

Hi,
I love the skin. How do I make a link on the menubar at the top that isn't in ONE subcategory? I.e. I'd like to just put a normal "Email" or "Contact" link that doesn't lie in a subcategory. How would I go about doing that?
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Sidebar/Menu bar edits

Post by Paul »

The menu syntax is like this:

Code: Select all

link|Name of the link
so let's say link to Google, it will be like this:

Code: Select all

http://www.google.com|Google
Similar as email and other links...
User avatar
mdpatrick
Rank 0
Rank 0
Posts: 2
Joined: September 9th, 2009, 12:19 am

Re: Sidebar/Menu bar edits

Post by mdpatrick »

Hey Paul,
Thanks for the help. That works pretty well -- my one complaint is that I'd like my main menu (the first link) to not be clickable since it's the general category. Is there a way to make the top level link just plain text?

You can see what I'm doing at perciavalle.com

Thanks a bunch
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Sidebar/Menu bar edits

Post by Paul »

Then you need to modify GuMaxDD.php... compare version 1.0 and you might see what changes are...

I've made clickable since many use complain... now you want different...
User avatar
tormine
Rank 0
Rank 0
Posts: 2
Joined: October 24th, 2010, 6:07 am

Re: Sidebar/Menu bar edits

Post by tormine »

Hi

It seems in the newest version that this is is not working anymore. Any upper level category used to be clickable to an internal page with the name of that category. How might I be able to get that feature back in the newest version of the vertical drop down menu?
Post Reply