jQuery Cycle 插件寻呼机添加额外的数字,但没有幻灯片

发布于 2024-08-27 00:59:46 字数 114 浏览 4 评论 0原文

用 HTML/CSS 构建了一个主题,并定制了一个循环插件,使其成为一个带分页的画廊。工作完美,现在将主题转换为 WordPress,并且寻呼机正在添加额外的数字,例如每个图像之间的空白幻灯片。有人以前见过这个吗?

Built a theme in HTML/CSS and customized a the cycle plugin to be a gallery with pagination. Worked perfect, now turning the theme into wordpress, and the pager is adding extra numbers, like blank slide between each image. Anyone seen this before?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

等风也等你 2024-09-03 00:59:46

您还可以使用“slideExpr”选项指定哪些元素应用作幻灯片。

http://jquery.malsup.com/cycle/slideExpr.html

You can also use the 'slideExpr' option to specify which elements should be used as slides.

http://jquery.malsup.com/cycle/slideExpr.html

弃爱 2024-09-03 00:59:46

解决了,奇怪WordPress 存在自动添加中断 (
) 标签的问题。
没有帮助哈哈。如果您遇到这种情况,请尝试将其添加到模板文件的顶部,

<?php remove_filter ('the_content',  'wpautop'); ?>

Solved it, odd. Was wordpress issue where it was adding in break ( <br />) tags automatically.
Not helpful lol. If it happens to you, try adding this to the top of your template file,

<?php remove_filter ('the_content',  'wpautop'); ?>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文