作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们接管了一个 Wordpress 网站。网站使用Bridge主题,这个主题使用QODE slider作为横幅插件。
问题是:横幅在桌面上不可见,它只在移动布局上可见。当页面在横幅位置加载时可见,但加载完成后,横幅弹出。我们可以用一些 CSS hack 来修复它,但这不是正确的方法。它可能是插件或主题中的设置,但我们无法在任何地方找到它。
它看起来也像是一个 js 文件为内容添加了 1100px 的负边距...我们使用的 css hack 是:
@media screen and (min-width: 900px) {
.header_bottom .container_inner {
position: fixed !important;
width: 100% !important;
background-color: white !important;
margin-top: -20px !important;
}
.container{
position: relative !important;
}
.content{
margin-top: 0 !important;
}
.q_slider_inner{
padding-top: 20px !important;
}
.title_size_small{
height: 0px !important;
}
.header_bottom .container_inner{
margin-left: -45px !important;
}
.content .container .container_inner.page_container_inner{
padding: 200px 0 0 0 !important;
}
}
你们中有人对桥主题或 QODE 插件有任何经验吗?或者你知道如何找到此类问题的是 Wordpress 吗?
最佳答案
当我们不为客户创建自定义 WordPress 网站时,我们只使用 Bridge 主题。最新版本的 Bridge 和 Chrome 55 更新存在问题。我认为这可能是您遇到的问题。现在有一个 Bridge 的更新可以解决这个问题,否则,您必须使用 CSS hack。您可以在
查看有关此问题的更多信息关于javascript - WordPress QODE 横幅行为怪异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41397634/
我们接管了一个 Wordpress 网站。网站使用Bridge主题,这个主题使用QODE slider作为横幅插件。 问题是:横幅在桌面上不可见,它只在移动布局上可见。当页面在横幅位置加载时可见,但加
我是一名优秀的程序员,十分优秀!