Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1306893

    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.

    #1307075

    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

    #1308934

    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

    #1309503

    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
    2021-07-10_001.jpg
    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

    #1309505

    Thank you sir. I will try it and let you know.
    Regards.

    #1309614

    Hi,
    Ok, we will keep this open until we hear back from you.

    Best regards,
    Mike

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