我对我的wordpress网站的访问表示赞赏,但它在第一步循环,我这里只有少量代码。所以我不确定问题出在哪里。有没有人有这方面的经验?
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();
让我知道是否还有更多东西要告诉你。正在阅读css和js。只是陷入了一个连续循环
答案 0 :(得分:0)
我遇到了使用多个'孤儿'步骤导致的相同问题 - 这在Bootstrap V3.0.0和V3.3.4之间被打破了但是我不知道究竟什么时候......无论如何,如果你将你的Bootstrap版本推回到V3.0.0你不会再有这个问题了。