Search found 5 matches

by tk-powerplan
Mon Jan 29, 2018 12:12 pm
Forum: Web-based Outputs
Topic: Turning the menu proxy into an accordion menu
Replies: 91
Views: 69200

Re: Turning the menu proxy into an accordion menu

Hi Dave (or anyone else),

Wondering if there's a good solution for the outdated foundation scripts... Turning off the target skin sounds dramatic - wouldn't that affect a lot of things if we have already built up a significant template using the default skin? Correct me if I'm wrong.
by tk-powerplan
Thu Dec 28, 2017 9:24 am
Forum: Web-based Outputs
Topic: Turning the menu proxy into an accordion menu
Replies: 91
Views: 69200

Re: Turning the menu proxy into an accordion menu

Dave Lee wrote: If you want to use this approach, then download the Foundation scripts/CSS and add it to your project.
Don't use the version of Foundation included with Flare - i.e. set the target skin to None.
Thanks Dave. You seem to suggest there may be other approaches to enabling the menu toggle...?
by tk-powerplan
Wed Dec 27, 2017 10:46 am
Forum: Web-based Outputs
Topic: Turning the menu proxy into an accordion menu
Replies: 91
Views: 69200

Re: Turning the menu proxy into an accordion menu

So I got the accordion menu working but the submenu toggle option (so that the expand/collapse button is a separate link from the page link) does not work. I found that the new code that allows this is not part of the foundation scripts bundled with Flare 2017 r3 (foundation.6.2.3_custom.js). Anyone...
by tk-powerplan
Wed Dec 27, 2017 10:37 am
Forum: Web-based Outputs
Topic: Turning the menu proxy into an accordion menu
Replies: 91
Views: 69200

Re: Turning the menu proxy into an accordion menu

After a bunch of trial and error, I found what was causing Flare to get confused... I had some extra parameters in menuProxy that prevented the "loaded" event from being fired. BEFORE (doesn't work): <MadCap:menuProxy data-mc-skin="/Project/Skins/SiteMap.flskn" mc-linked-toc=&quo...
by tk-powerplan
Fri Dec 22, 2017 10:17 am
Forum: Web-based Outputs
Topic: Turning the menu proxy into an accordion menu
Replies: 91
Views: 69200

Re: Turning the menu proxy into an accordion menu

For example, I used the following script to detect when the menu proxy, top menu, and off-canvas menu were ready: $(document).ready(function(){ $(".menu.mc-component").on("loaded", function () { console.log("menu proxy ready!"); }); $("ul.navigation").on(&quo...