无法让 jscrollpane 与 wordpress 一起使用
我在 WordPress 网站上安装 jscrollpane 时遇到问题。经过一些研究后,我尝试了以下方法,但仍然没有运气:
- 仔细检查所有指向 .js 的链接 我头脑中的文件是正确的
- ,将 jscrollpane 样式添加到我的 主样式表
- 将 $ 替换为 jQuery document.ready
- 使用以下样式设计了 .scroll-pane 类 高度和溢出:auto
这是我的测试版网站: http://bradeller.com/sid/
I'm having trouble getting the jscrollpane installed on a WordPress site. After doing some research, I tried the following but still no luck:
- double-checked that all links to .js
files in my head are correct - added the jscrollpane styles to my
main stylesheet - replaced the $ with jQuery on
document.ready - styled the .scroll-pane class with a
height and overflow: auto
Here's my beta site: http://bradeller.com/sid/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查是否将要作为滚动窗格的 div 插入到不太宽的 div 中,因此您看不到滚动条,因为应用于滚动窗格的样式不那么宽。
width:100%,改为100px,进行测试。
check whether you are inserting the div you want to be scroll pane into a not-so-wide div, therefore you can´t see the scroll bar, because the styles applied to scroll-pane are not as wide.
in width:100%, change to 100px, to make a test.