Custom Menus

This topic has been marked as not resolved.

I’ve figured out how to make custom menus using the (shoppica_information_menu.tpl) file. Is there a way to add a third level of navigation to these custom menus? Also.. since I’m using all custom menus to navigate the site I’ve been working on, how can I remove the categories from the main navigation. Thanks! E

  • This reply was modified 4523 days ago by  edolqueist.
December 6, 2011 at 11:31 pm #4256

“Also.. since I’m using all custom menus to navigate the site I’ve been working on, how can I remove the categories from the main navigation.”

I figured this out… but, still don’t know how to add a third level of navigation to custom menus. Thanks! E

December 7, 2011 at 8:11 pm #4283
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
December 9, 2011 at 3:37 pm #4345

Hope you don’t mind me jumping in on this but I need to make a customer menu and I’d really appreciate you taking a few moments to explain what you did.

Or can you direct me to a tutorial perhaps?

Thanks, all help appreciated.

Ian

December 9, 2011 at 7:33 pm #4369

Hi,

OK I worked out what to do, for anyone who needs to know here is what I did:

1. In module–> Shoppica Theme CP I enabled ‘Show information pages in the menu’
2. I then found the file shoppica_information_menu.tpl in
3. I then basically removed all the code and entered a structure like this:


<li id="ProductInfo">
  <a href="#">Product Information</a>
<li>

<li id="Separater">
  |
<li>

<li id="News">
  <a href="#" onclick="return false; ">News</a>
<li>

<li id="Separater">
  |
<li>

4. The resulting menu looks like the attached file

Hope that helps

Ian

December 12, 2011 at 2:46 pm #4419

@Ian

Thanks for the example. It will be of help for sure!

Best,
Svetoslav

ThemeBurn team

December 13, 2011 at 12:32 pm #4469
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.