0

我已经在我的 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。只是陷入了一个连续的循环

4

1 回答 1

0

我遇到了由使用多个“孤儿”步骤引起的相同问题 - 这在 Bootstrap V3.0.0 和 V3.3.4 之间被破坏了,但我不确定确切的时间......无论如何,如果你将 Bootstrap 版本回滚到 V3.0.0你不会再有这个问题了。

于 2015-06-19T04:49:02.710 回答