Questions tagged [magellan]

Magellan is part of the Zurb Foundation Framekwork. Magellan allows you to create navigation that tracks the active section of a page your user is in.

Magellan is part of the Zurb Foundation Framekwork.

Magellan allows you to create navigation that tracks the active section of a page your user is in.

34 questions
8
votes
3 answers

How to import libraries in Spark Notebook

I'm having trouble importing magellan-1.0.4-s_2.11 in spark notebook. I've downloaded the jar from https://spark-packages.org/package/harsha2010/magellan and have tried placing SPARK_HOME/bin/spark-shell --packages harsha2010:magellan:1.0.4-s_2.11…
Curtis Chong
  • 783
  • 2
  • 13
  • 26
4
votes
1 answer

WPF Magellan ViewModel IOC

I am trying to add a viewmodel to IoC but not much documentation is given on that subject by the project developers. I have added the following code to the app.xaml: viewModelFactory.Register("ProfileCreateViewModel", () => new ProfileCreateView(),…
Milan Solanki
  • 1,207
  • 4
  • 25
  • 48
3
votes
1 answer

How to make scrollspy effect in foundation 4

I have been playing with Foundation 4 for a while. I have to say it is very simple to use, and lots of its markups are very readable. The documentation is brief, but we can work around. Then I hit this really big problem. In Bootstrap, you will have…
windweller
  • 2,365
  • 5
  • 33
  • 56
2
votes
2 answers

Nightwatch-friendly command or javascript function to reload a page

I have been trying the various suggestions for reloading a page. Reload a page manually With Nightwatch magellan testarmada. The error I see is "TypeError: Cannot read property 'apply' of undefined" Has anyone else run into this problem/ solved…
QualiT
  • 1,934
  • 2
  • 18
  • 37
2
votes
1 answer

Magellan Sticky Nav Colors

I just created as Magellan nav bar. I've managed to change the background colour and the font in the bar, but I'm wondering how I go about changing the "highlight" colour? At the moment, the default colour is a dark blue greeny colour. Sorry if…
2
votes
1 answer

WPF Magellan: is there a way to navigate to a existing view?

I'm using the excellent Magellan navigation framework from Paul Stovell. When you have this method in the controller Public Function Save(ByVal Contact As Contact) As ActionResult Try Contact.Save() Return Index() ''//Call other…
Eduardo Molteni
  • 38,786
  • 23
  • 141
  • 206
1
vote
0 answers

Foundation's Magellan not working with fixed topbar

I can't make magellan work with static topbar. There is a Foundations Codepen example that works. This is linked to another Codepen that has a really long and messy js here. Does anyone knows how to make it work here in this Codepen without adding…
1
vote
2 answers

How to register a custom view engine in magellan?

I'm all new to magellan, and as an attempt to learn it, I've built a custom view engine for supporting windows forms as specified in the documentation at codeplex. But how to register this new ViewEngine? There it is given,…
Mat J
  • 5,422
  • 6
  • 40
  • 56
1
vote
1 answer

In Magellan / Nightwatch, how do we assert that an element comes before another element?

For example, if the user has a gift card, we want to assert that gift card section comes first:
...
...
Otherwise, we want to assert that the credit card…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
1
vote
1 answer

Expanding and Collapsing Foundation 6 Accordion Menu on Scroll with Magellan

I have built a test site using Foundation 6 Accordion Menu and Magellan: http://studiospaces.vlvtn.com/test I would like the top level headers to expand and collapse when you reach the relative sections (eg #header-1, #header-2) on scroll. It's a…
Evan
  • 77
  • 4
1
vote
1 answer

Foundation 6 Magellan sticky not working with Zurb template cli install

I'm trying to use Magellan in a cli install of the Zurb fdn6 template. The page is running fine but Magellan just doesn't work for the sticky nav and throws the following console error: Uncaught TypeError: Cannot read property 'top' of undefined It…
redplanet
  • 158
  • 4
  • 17
1
vote
0 answers

Megamenu disappears after scroll using Foundation/Magellan

We've used Foundation 5 and would like to use the sticky nav, Magellan. It's implemented here: http://www.whoi.edu/prototype/banner.html At the top of the page, the dropdown hover works fine. The user can hover over the top nav, the megamenu appears…
1
vote
1 answer

Zurb Foundation Magellan Sticky and adding page content (increasing height)

I'm having an issue with the Magellan sticky nav in Zurb Foundation. I have a form where users can add as many elements as they need to, which increases the HTML and div heights. The sticky nav works fine until content is added to the page, at which…
mcriecken
  • 3,217
  • 2
  • 20
  • 23
1
vote
1 answer

Foundation Magellan starts sticking too early or too late after browser is resized

Mainly my issue is that Magellan starts sticking too early or too late after scaling the browser window. At first load everything works before resize and also when resized after page is refreshed. When downscaling browser window the automatic…
mec
  • 77
  • 1
  • 7
1
vote
1 answer

magellan won't adhere to foundation 5 grid

I'm running foundation 5 and using magellan, and try as i might it consistently breaks out of the grid. I'm new to this, any insight would be helpful. When I first load the page, it is positioned correctly inside the grid. As I scroll down, the…
perrysetgo
  • 73
  • 1
  • 10
1
2 3