I am trying to create a website tour for a company website. For that, I used the Bootstrap Tour API. The problem arrives when a certain webpage (all coded similarly) obstructs the tour by the following error:
getTipElement is not a function
I tried using different files in the bootstrap folder and linking them to the webpage but getting the same result.
Bootstrap Tour 'tour' | Scroll into view. ScrollTop: 0. Element offset: 15.5. Window height: 193. bootstrap-tour.js:461:31
TypeError: $element.data(...).getTipElement is not a functionbootstrap-tour.js:584:44
_showPopover file:///C:/Users/Admin/Desktop/clove/assets/js/bootstrap-tour.js:584
_showPopoverAndOverlay file:///C:/Users/Admin/Desktop/clove/assets/js/bootstrap-tour.js:540
bind file:///C:/Users/Admin/Desktop/clove/assets/js/bootstrap-tour.js:22
_scrollIntoView file:///C:/Users/Admin/Desktop/clove/assets/js/bootstrap-tour.js:656
The tour should seamlessly move through the webpages and end itself.