jQuery 轮播在 WordPress 中消失
这让我很困惑!我有一个 jQuery 轮播作为 HTML 页面完美工作(请参阅 jtroll.com/chd/web/index_jq.html ),但是当移植到 WordPress 以使网站实际上线时,它完全消失了: 参见此处。
我该怎么做才能恢复 jQuery 轮播?
This is boggling to me! I had a jQuery carousel working just perfectly as an HTML page (see jtroll.com/chd/web/index_jq.html ), but when porting over to WordPress to actually make the site go live, it disappeared completely: See here.
What can I do to get that jQuery carousel back?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 WordPress 页面具有 JavaScript,但没有用于轮播的 HTML。该页面上没有 id 为“slideblock”的元素可应用轮播效果。
您还有一些可能不相关的 JavaScript 错误需要修复。如果您使用 Firefox,请获取 Firebug 插件来调试它。如果您使用 Chrome,请使用内置 JavaScript 控制台。
Your WordPress page has the JavaScript, but not the HTML for the carousel. There is no element with id "slideblock" on that page to apply the carousel effects to.
You also have a few possibly-unrelated JavaScript errors you should fix. If you use Firefox, get the Firebug plugin to debug it. If you use Chrome, use the built-in JavaScript console.