Hello sir,
1/ Please how can I set a slide background ?
2/ How can I make the page and sidebar appear from left side ?
Please check the private content to see the sample link.
Regards.
Hey thomasgafo,
1. Which slider are you using? You should be able to set the background in the element options.
2. You can set the sidebar behaviour in the Layout menu for each page.
Best regards,
Rikard
Hello sir,
Please as you can see on the 1st link I provided down here in the private section, I use Fullwidth Easy Slider.
My will is to set “fixed” the Background Attachment for 2 or 3 images. Unfortunately I can see that it gives the possibility to insert only one Slideshow Background Image.
Please find a sample of what I would like my website to be on the 2nd link I provided.
Regards
Hi,
Thanks again for your patience and the link to your sample, but the link to your test page seems to be offline when I looked.
I created a test page with a Fullwidth Easy Slider and I added a custom ID fixed-slider in the developer settings
then I used this css with the page ID so that it would only apply to this one page, you will note that it sets the slider element to a fixed position and adds a top margin to the footer so it will appear lower on the page and scroll up.
#top.page-id-3198 #fixed-slider {
position: fixed;
width: 100%;
}
#top.page-id-3198 #footer {
margin-top: 630px;
}
I linked to my test page for you to see, please give this a try.
Best regards,
Mike
Thank you sir. I will try it and let you know.
Regards.