Chris Valentine
Chris Valentine

Reputation: 1637

Foundation 4 with off canvas menu

I'm trying to figure out what foundation 4's main page is doing.

I want to replicate the menu on the their homepage http://foundation.zurb.com/

In their docs it says off-canvas templates are for 3.2 and not tested for 4.0. In the source on the main page the body class is listed as off-canvas.

<body class="off-canvas hide-extras">

I don't see any references to off-canvas in the documentation other than the templates.

So are they using an off-canvas, untested template on their own home page? Or is off-canvas type menu something achievable in 4.0 in a new fashion that I can't seem to find?

Upvotes: 3

Views: 1076

Answers (3)

infario
infario

Reputation: 1

Try Jpanel menu or slidebars. They can be used with any template.. not limited to bootstrap or foundation

http://jpanelmenu.com/#tips http://plugins.adchsm.me/slidebars/

Upvotes: -1

ephemeron
ephemeron

Reputation: 396

Not sure if you're fixed on 4.0, but 5.0 does include off-canvas in its documentation
http://foundation.zurb.com/docs/components/offcanvas.html

Upvotes: 2

jabs83
jabs83

Reputation: 190

Check this out: http://zurb.com/playground/off-canvas-layouts

Looks like the off-canvas layouts were an added feature to Foundation 3. I'm not sure if the off-canvas layouts we're carried out into Foundation 4.

Upvotes: -2

Related Questions