-
Time permitting/need pending, implement a site tour with Bootstrap Tour:
http://bootstraptour.com/
-
I am using angular-bootstrap-tour for the tour feature in my app. It is working fine for the same page but the ordering is not proper when it comes to different pages.
I am using angularjs state pr…
-
hello
when triggering tour inside modal
```
...
...
...
...
```
the modal gets ".introjs-fixParent" class which sets:
"z-index: auto !important;"
this makes the modal disappe…
-
I don't know if it's because of the z-index, but I have two modals on one page that don't work because I installed bootstrap tour on the same page. Only the bootstrap tour works and the other modals o…
-
I have a tour currently running on my site, but it doesn't seem to actually keep track of if the user has clicked End Tour. Meaning that if they click it once, it ends the tour, but then when they rev…
-
Hi,
I am using Bootstrap tour in my application but not able to implement it Properly.
angular json file: "node_modules/bootstrap-tour/build/css/bootstrap-tour.min.css" , "node_modules/bootstrap-tou…
-
## Issue: Uncaught TypeError: Cannot read properties of undefined (reading 'tip')
### Description:
I'm facing a challenge when trying to implement a tour on my website using the Bootstrap Tour …
-
Hi,
I'm getting this error when clicked on next in steps,
ERROR ReferenceError: containerScrollTop is not defined
at withinviewport (VM17853 vendor.bundle.js:15051)
at NgxBootstrapPro…
-
In composer.json (require section):
```
"sorich87/bootstrap-tour": "dev-master",
"mycademy/yii2-bootstrap-tour": "dev-master",
```
In view am using:
``` php
use yii\web\View;
use yii\bootstrap\Html…
-
[Bootstrap tour](https://bootstraptour.com/) is the library use for writing tutorial. The library is no longer maintain and doesn't support recent version of Bootstrap. So we decided to replace it by …