I have implimented the tour into my wordpress site, but it loops at the first step, I only have a small amount of code here. So I am not sure where the problem could be. Does anyone have any experience with this?
var tour = new Tour({
debug: true,
storage: false,
steps: [
{
orphan: true,
title: "DTC ZERO TOUR",
content: "This tour will show you where important information is, so you never miss a thing!"
},
{
orphan: true,
title: "Second Title",
content: "Some directional type stuff"
}
]});
tour.init(true);
tour.start();
let me know if there is something more I should show you. Both the css and js are being read. Just stuck in a continuous loop