Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #484431

    Hi There,

    We are using Advanced Layered Slider at different places in our website. The one we used at the top of our homepage works fine. But when we use the advanced layered slider in the middle of the content, it just doesn’t appear. Please see http://investormanage.staging.wpengine.com/about-us/. (hosted on WPengine) Not sure what is the issue here. can you suggest?

    We are trying to add a full screen picture in the middle of the content in a responsive manner. we tried using Easy slider but it messed up the button we are using towards the bottom of the site. Can you suggest why it is happening or any other option to add full screen image in responsive way?

    #484433

    Hey vinayb!

    You can use Fullwidth Easy Slider element and upload a single image. Or, you can add a color section element to your page with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add your image inside it then add following code to Quick CSS

    #your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }

    Best regards,
    Yigit

    #484521

    We have applied the solution you mentioned above but on smaller resolutions, there is a gap in the left and right side. Please see screenshot at http://screencast.com/t/u7wz0zgg and the live page at http://investormanage.staging.wpengine.com/about-us/ (hosted on WPengine)

    #484524

    Hey!

    Please change the code to following one

    #your-custom-id .container { max-width: 100% !important; width: 100% !important; padding: 0; margin: 0; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.