Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #429407

    Hi,

    How can I add a slideshow as a background in a color section, without having to use the layer slider?

    Thanks.

    #430073

    Hey Tom!

    You can’t set a slider as a background, only images and videos. Could you try to explain a bit further what you are trying to achieve please?

    Best regards,
    Rikard

    #430137

    Hi Rik!

    I would like the whole section background to be filled with a sort image rotation, to showcase some project my client has worked on.
    It should be a background because the logo, some text and a button need to be on that first screen as well. A workaround could be that I edit those pictures into some sort of a video slideshow, but that’s pretty intensive and not so easy in further use. So yeah, that’s basicly what I want to do.

    Any thoughts or ideas?

    Thanks!

    #430872

    Hi!

    as Rikard said it’s not possible to add a slideshow into a color section. Feel free to make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/

    If you really need it you would need to hire a freelancer for this amount of work: http://kriesi.at/contact/customization

    Regards,
    Andy

    #496786

    Hi Tom

    Did you ever figure out a work-around or approach for this?

    I have the exact same requirement…

    Many Thanks, Juergen

    #497052

    Hey!

    Can you please provide a screenshot of what you have in mind? Maybe, you can use the full screen slider then add another color section below. Apply a unique id in the color section’s Section ID field. Use “custom-section” for example. In the Quick CSS field, offset the position of the section by adding a negative top margin. Something like this:

    #custom-section {
        top: 500px;
        position: absolute;
        z-index: 1000;
        background-color: transparent !important;
        border: 0;
    }

    Regards,
    Ismael

    #588717

    Hello! I tried this and it worked in getting the color section content into the area of the slider. However it disappears immediately behind the slider. Can this be fixed?

    • This reply was modified 8 years, 8 months ago by brettjaillet.
    #590118

    Hey!


    @brettjaillet
    please create a new ticket and a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Regards,
    Vinay Kashyap

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