Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #403502

    Hey there,

    Love your work, guys! Great Job…

    I just need a little bit of further help. I wanna put static content overlaying Layerslider. Just like this website:

    http://bit.ly/1l8XIbH

    But everytime I put content above it, it still gets into the background.

    Any suggestions?

    Regards

    #403935

    Hi,

    Can you post the link to the page where you’re trying this?

    Regards,
    Josue

    #406670

    Thanks for the quick answer!

    Here’s my experiment: http://www.germanrealtyinvest.com/

    Regards

    #406890

    Hi!

    Try with this code:

    #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;
    }

    Cheers!
    Josue

    #406978

    Hey Josue,

    it seems to work :D

    Thanks a lot

    You guys are great!

    Cheers

    #407327

    You are welcome, always glad to help :)

    Regards,
    Josue

    #441394
    This reply has been marked as private.
    #441857

    Hey!

    What is the code for the form? You can create a new layer then switch to HTML type. Add the form code. Go to the Styles panel to adjust the appearance of the form.

    Regards,
    Ismael

    #441862

    Thanks Ismael, however I am using the full width easyslider. Can this be done on the easy slider?

    #441913

    Not sure if possible to be honest. Have you tried putting the HTML code in the caption field of the slide?

    Regards,
    Josue

    #441915

    Wow, Thanks, That worked. Also worked with the form shortcode.

    Can close this off.

    :) :)

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘WP Enfold Layerslider: How to put static content above the slider?’ is closed to new replies.