无法让 jscrollpane 与 wordpress 一起使用

发布于 2024-11-09 09:31:32 字数 340 浏览 0 评论 0原文

我在 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 技术交流群。

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

发布评论

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

评论(1

轻许诺言 2024-11-16 09:31:32

检查是否将要作为滚动窗格的 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.

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