gpt4 book ai didi

javascript - WordPress QODE 横幅行为怪异

转载 作者:行者123 更新时间:2023-11-28 04:37:42 24 4
gpt4 key购买 nike

我们接管了一个 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;
}
}

页面加载时: enter image description here

当页面停止加载时: enter image description here

当我们使用我们的 css hack 时: enter image description here

你们中有人对桥主题或 QODE 插件有任何经验吗?或者你知道如何找到此类问题的是 Wordpress 吗?

最佳答案

当我们不为客户创建自定义 WordPress 网站时,我们只使用 Bridge 主题。最新版本的 Bridge 和 Chrome 55 更新存在问题。我认为这可能是您遇到的问题。现在有一个 Bridge 的更新可以解决这个问题,否则,您必须使用 CSS hack。您可以在

查看有关此问题的更多信息

https://qode.ticksy.com/article/9535/

关于javascript - WordPress QODE 横幅行为怪异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41397634/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com