Jump to content

[Resolved] Vertical Menu Box


G Dubyah

Recommended Posts

My main.php is SO far from stock that I'm not sure, but it does not appear that I have omitted any code concerning the horizontal menu. I did a file compare of stock vs mine. I'm the one who asked SemperFi to create that plugin, so I've been using it ever since Foundation was first in use. Way too long for me to remember how I made the changes. Sorry.

This looks like the place in SFWS' directions:

Quote

Below are optional instructions to alter how the top navigation in the foundation skin is displayed.

Open "/skins/{YOUR-SKIN}/templates/main.php" in your favourite text editor.

Find This:
            <div class="row">
               <div class="small-12 columns small-collapse">
                  {include file='templates/box.navigation.php'}
               </div>
            </div>

If you don't want it for large up, replace that with this:
            <div class="row hide-for-large-up">
               <div class="small-12 columns small-collapse">
                  {include file='templates/box.navigation.php'}
               </div>
            </div>

If you don't want it for medium up, replace that with this:
            <div class="row hide-for-medium-up">
               <div class="small-12 columns small-collapse">
                  {include file='templates/box.navigation.php'}
               </div>
            </div>

If you don't want it at all, just delete it.

 

Link to comment
Share on other sites

  • 1 year later...

Welcome zeldalee! Glad to see you made it to the forums.

The skin that ships with CC6 is not coded to show any more than five or six top-level categories.

We would encourage you to:

* Create five or six top-level categories and sort the many others as subcategories of those
* Consider an alternate skin (https://www.cubecart.com/extensions/skins)
* Consider a specific Vertical Navigation box for Foundation (https://www.cubecart.com/extensions/plugins/vertical-navigation-box)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...