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

    Hi There,
    Is it possible to have an easy fullwidth slider with an overlay, that covers only e.g. the first 30 % of the slider (from left to right) or half of it etc? So in the end I would have a slider with for example 1 third 0.2 overlay und 2 third without overlay.
    Thanks for your response
    maurice

    #956806

    Hey eKMUch,

    I’m not sure if that would be possible, could you post a link to where you want this done please?

    Best regards,
    Rikard

    #956876

    Hi Rikard,
    Sure, finde below.
    It would concern the slider with the handshake picture on the homepage. The left part with the text and buttons shoud have an overlay. Or maybe even only from where the boxed layout starts… Maybe something like we have on the second page I added to the priv. content (also in the slider).
    thanks for checking it out :)
    m

    #957880

    Hi,

    Yes, that’s possible. Please try this css code in the Quick CSS field.

    .av_slideshow_full .caption_fullwidth:before {
        content: '';
        width: 50%;
        height: 100%;
        left: 0;
        background: rgba(0,0,0,0.5);
        display: block;
        position: absolute;
    }

    You may need to apply a unique custom css class attribute to the sliders in order to create variations of the overlay.

    Best regards,
    Ismael

    #958309

    You guys are fantastic!!!! Thanks a lot. One more question. For the definition of “left” is there a value that it always has the same left width like the boxed layout has below?

    #958998

    Hi,

    Glad we could help :-)

    I’m not sure I understand what you mean by the position of left though, having the value to 0 should make sure that it always stays all the way to the left. If that is not what you are referring to then please try to explain a bit further.

    Best regards,
    Rikard

    #960428

    Hi Rikard,

    Thanks for your reply.
    That’s understandable. However the 0 indicates that if I have a fullwith slider it starts of course completely on the left boarder of the screen. So far so clear. But I wonder if I somehow can force the left boarder of the overlay to stay on the same level as the boxed content below starts. So in this specific case that the left side of the overlay starts exactly at the same place (on the x axis) where the left box “servici” starts. So the overlay would be kind of an extension of the box below.
    Better understandable now?

    Thanks

    #961217

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

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