简体   繁体   English

WP Enfold Layerslider:如何在滑块上方放置静态内容?

[英]WP Enfold Layerslider: How to put static content above the slider?

I need just a little bit of further help. 我只需要一点点进一步的帮助。 I wanna put static content overlaying WP Layerslider. 我想将静态内容覆盖在WP Layerslider上。 Just like the search form on this website: 就像该网站上的搜索表一样:

http://bit.ly/1l8XIbH http://bit.ly/1l8XIbH

But everytime I put content above it, it still gets into the background. 但是每次我将内容放在上面时,它仍然会进入后台。 The reason is the JS of Layerslider. 原因是Layerslider的JS。

I use Enfold WP Theme and WP Layerslider 我使用Enfold WP Theme和WP Layerslider

Any suggestions? 有什么建议么?

Regards 问候

Found the solution on the help desk of WP Theme creator: 在WP Theme创建者的帮助台上找到了解决方案:

http://www.kriesi.at/support/topic/wp-enfold-layerslider-how-to-put-static-content-above-the-slider/ http://www.kriesi.at/support/topic/wp-enfold-layerslider-how-to-put-static-content-above-the-slider/

#after_layer_slider_1 .flex_column.av_one_third.avia-builder-el-3 {
position: relative;
top: -200px;
background: red; /* remove this, it's for visual purposes */
height: 1000px; /* remove this, it's for visual purposes */
}

#after_layer_slider_1 {
    z-index: 3;
}

Works perfectly fine! 完美的作品! :) :)

Hope I could help people with similar problems 希望我可以帮助有类似问题的人

Cheers 干杯

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM