wordpress 页面 运行 时幻灯片容器溢出错误

overflow of slides container error when page run in wordpress

我正在尝试在这个 wordpress 网站页面上实现横幅滑块。如果我 运行 本地页面它 运行 没问题,但是当我 运行 来自站点的页面时,我收到以下错误 - 未捕获错误:幻灯片容器溢出错误规范,它应指定为 'hidden' (style='overflow:hidden;').

http://www.wood-west.com/slider-test/

知道出了什么问题吗?谢谢

打开您的页面,右键单击该页面并单击上下文菜单中的 'View page source' 项,然后找到以下行。

<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 650px; height: 284px;<br />
            overflow: hidden;">

您会看到您的代码中有一个额外的 <br />,请将其删除。