Questions tagged [zurb-joyride]

Use this tag for questions relating to Joyride, a jQuery site tour wizard.

Dependencies: jQuery >= 1.8.2

Project site: http://zurb.com/playground/jquery-joyride-feature-tour-plugin

Current Version: 2

60 questions
1
vote
0 answers

Foundation Joyride : Invalid variation error

I created one button manually like below in foundation joy ride, in-order to disable the foundation joy ride completely. neverShowJoyRide: function(){ $(document).foundation('joyride', 'hide'); //hide the joy ride on trigger }, render: function ()…
1
vote
1 answer

Ng-Joyride not working

I'm currently trying to get ng-joyride to work, but it actually doesn't seem to want to do what I want it to do.... I have the following setup: HTML:
user5638730
  • 495
  • 2
  • 9
  • 22
1
vote
1 answer

Foundation Joyride Never show again

I am using Foundations Joyride plugin in my web app. What I am trying to achieve is something like where the user can say that never show me again button on each step. For example I am on the first item their I want two buttons, Next/Don't show…
mohsinali1317
  • 4,255
  • 9
  • 46
  • 85
1
vote
1 answer

Foundation Joyride issues

I am trying to use Foundation's joyride in my website. I took the example on Zurbs homepage like this
  1. Hello…

mohsinali1317
  • 4,255
  • 9
  • 46
  • 85
1
vote
1 answer

Activating Zurb Foundation's Joyride in an iFrame, from Chrome Extension content script

I am building a Chrome extension that creates an iFrame inside any HTML page (i.e. any page being viewed in the browser window). The iFrame is "injected" into the HTML page by the Chrome extension's content script. The resulting HTML looks like…
1
vote
1 answer

Wordpress Joyride for Backend Tour

I just installed aclean copy of wordpress (latest) and the foundation press theme (latest). Is it possible to have Joyride run in the admin area to show clients basic information, if so how do you go about starting that process? UPDATE: trying to…
Nicholas Ritson
  • 869
  • 4
  • 13
  • 30
1
vote
0 answers

Link to a specific joyride tooltip

I have made a page with some tooltips with joyride.js. Is there a way to link from another page to a specific joyride tooltip ? Thanks
1
vote
1 answer

Foundation 5: Run tooltip only on click (like joyride style)

I want to have a tooltip using foundation 5 that appears only on click (disable on hover) and that can be closed. Basically something to the first tooltip you see in this joyride example but without using joyride. I couldn't find a way to fix it and…
ccot
  • 1,875
  • 3
  • 36
  • 54
1
vote
1 answer

Zurb foundation joyride tip location 'right'/ 'left'

I am using Zurb-foundation 5 Joyride for a tour guide. It has been pretty helpful. I have a div split into few vertical divs. I was trying to display an info for each vertical div but those tips are coming at the bottom/ top instead of coming at…
chetang
  • 198
  • 3
  • 19
1
vote
1 answer

jQuery Joyride plugin - nothing happens?

I'm having a lot of trouble getting the Joyride plugin for jQuery to work. I thought it seemed pretty simple, but it's not happening. I have the following script includes on my page:
Nick Coad
  • 3,623
  • 4
  • 30
  • 63
1
vote
1 answer

Foundation Joyride throwing error for unknown reason in Firefox

So I am using Foundation for a website I am building, all is good and love using foundation, but in Firefox 28.0 on a Windows machine I am getting an error from JQuery which is related to Joyride. I am not using Joyride anywhere within the site so I…
lukehillonline
  • 2,430
  • 2
  • 32
  • 48
1
vote
2 answers

Zurb foundation more than one joyride

Is it possible to have two joyrides on one page? For example: run one joyride, then, once the user selects something, start a second joyride?
xyhhx
  • 6,384
  • 6
  • 41
  • 64
1
vote
1 answer

Foundation Joyride nub position

I'm using Foundation's Joyride plugin and I can't find the way to position the nub of the tooltip on the left side of it. Hope someone has solved it before.
ManelPNavarro
  • 579
  • 7
  • 21
1
vote
1 answer

Foundation4: Joyride firing postRideCallback on page load

I'm using Foundation4 in tandem with CakePhp2.4 and, until now, have had no problem with this. No matter what I do, joyRide's postRide callback is being called when the page finishes loading (and won't call again when Joyride has completed). Also,…
Jonline
  • 1,677
  • 2
  • 22
  • 53
1
vote
1 answer

How to make tip position absolute for foundation joyride?

One of my joyride tips is attached to a link on the navigation header (which has absolute positioning). How can I add custom styling to that particular joyride tip to make it have absolute positioning as well? The joyride docs indicate that I can…
bab
  • 2,119
  • 3
  • 28
  • 49