-
1Reply
-
Accordion Menu options ?
By Just OnMyOwn
Hello, I'm trying to set options for Accordion Menu using this syntax : new Foundation.AccordionMenu($navigation,{slide_speed:0}); But it seems to doesn't change the slide speed in fact...What's wrong, please ? Regards,
Last Reply by Annabell Matt over 1 year ago
-
2Replies
-
Vertical center of block
By Just OnMyOwn
Hello, Is there some tools in Foundation Site (version 6.4.2 with XYGrid) to verticaly centers elements type block in it's parent, please ? e.g. some floating LIs in a UL. Thanks for your help.
Last Reply by aamir khan 4 months ago
-
8Replies
-
Drilldown responsive navigation only in Small ?
By Just OnMyOwn
responsive navigationdrilldownsmall
Hello !Is there a way to have the Drilldown responsive navigation active only in Small, please ? I've test : data-responsive-menu="small-drilldown". But it doesn't work :(. The context : I've got a custom navigation in desktop mode (M, L, ...)... (continued)
Last Reply by Alex Hales about 2 years ago
-
5Replies
-
How to swip ?
By Just OnMyOwn
Hello,The context : I've got LI elements in a UL, that I display inline (using "float:left;"). In desktop mode, I want the list to be displayed "as default", aka seeing all the elements in the view on many line.This one is OK (easy example there : "https... (continued)
Last Reply by Amanda Leon about 2 years ago
-
1Reply
-
Test case for basical Top Bar
By Just OnMyOwn
Hello ! I'm new to Foundation. Using the latest version, after loading the JS and CSS, I tried to copy/past the "top bar" example from the documentation but it doesn't work. In fact it add some style, but it doesn't react as expected. See full HTML c... (continued)
Last Reply by Just OnMyOwn almost 4 years ago
-
2Replies
-
How to install Foundation on an existing WebSite
By Just OnMyOwn
Hello JustOnMyOwn - does that mean you are a freelancer ;) ? I'm new at Foundation. I've an existing website (http://www.variance-auto.com). But, when I add foundation it totaly mess up my existing CSS/Layout. I'm not against modifying my existing C... (continued)
Last Reply by Just OnMyOwn almost 4 years ago
OK, as a solution, I init the Drilldown using Javascript (
navigation_menu = new Foundation.Drilldown($navigation)
), manually, detecting the "small view" (
Foundation.MediaQuery.current=='small'
).
Then I can Do what I want.