Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站Campfire Inc在页面加载时显示下拉导航。悬停时它会缩回。我想知道这是否是主题或某些 jquery 的问题。如果错误在jquery中,我该如何解决?
您的 css 文件出现 404 错误(未找到文件):
http://mycustomdevelopment.com/campfire/wp-content/themes/campfire/stylesheets/app.css?ver=3.0
.flyout 元素应该有一个 CSS 属性,例如:
display: none
那可能在那个文件中。
是的。在第 221 行的 style.css 中添加:
display:none;