【发布时间】:2015-06-19 12:49:02
【问题描述】:
我已经在我的 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。只是陷入了一个连续的循环
【问题讨论】:
-
你已经读过这个了吗? stackoverflow.com/questions/27106349/…
标签: php css wordpress twitter-bootstrap bootstrap-tour