作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试将标题 slider ( meteor 幻灯片)添加到我自己在 Wordpress 中构建的主题:http://michaelpeyron.com/但正如您所看到的,我无法让插件图像继承我的“div id=banner”的 CSS 规则。我试图去掉“#banner's background-image:”,但这弄乱了整个结构。
我想到的另一个想法是用 "background-image:url("img/banner.png");"
代替与 "background-image:url("<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>");"
但随后我们需要将 css 文件更改为 php 文件。 Wordpress 需要一个“style.css”文件。
为了保持简单;我需要帮助的是在我的标题图片所在的位置添加一个 slider 。
最佳答案
我现在能想到的一件事是使用内联样式 -
例如,在这里,对于您的横幅 div,转到其代码所属的页面,并将其更改为以下 -
<div id="banner" style="background-image:url("<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>");">
并从您的 style.css
希望对您有所帮助!
关于php - 我如何将 CSS 规则应用到 Wordpress 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35682135/
我是一名优秀的程序员,十分优秀!