sorich87 / bootstrap-tour

Quick and easy product tours with Twitter Bootstrap Popovers
http://bootstraptour.com
MIT License
4.44k stars 941 forks source link

In a multi page tour, how to start the tour from a particular page on the same domain. #624

Open sharmavipul92 opened 7 years ago

sharmavipul92 commented 7 years ago

suppose i have 3 pages (1.html, 2.html and 3.html). My tour start from 1.html and progresses to 2 and 3. Now what i want to know is if i open 3.html directly, i want the tour to start from the first step in 3.html and skip the previous steps. and this should happen for all the pages. Currently whats happening is if i go to any page, it redirects to the first page and starts from step 1.

I need to deliver a project and need this functionality urgently. Any quick help will be really appreciated.

Thanks Vipul

AkdM commented 7 years ago

As this is a specific demand, you will need to write some simple code to make it work. For example, you can use the method goTo(i) when you are at the page number 3.