Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #683211

    Hi
    can you please have a look here?

    This is how it is:
    http://dpg.4lke.de/temp/dpg-slide-is.jpg

    This is what we need:
    http://dpg.4lke.de/temp/dpg-slide-want.jpg

    The element does not react on “z-index” and always vanishs behind other layers if we try to move it

    Regards Max

    #685069

    Hey digitalprint2222,

    I believe it would be better if you did not added caption to your slider and added an text block element with a custom CSS class right below it instead and then positioned it using CSS as needed

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Yigit

    #685974

    1:This was not our question
    2: we will have a slider with multiple slides which means: Your “solution” will not work

    This is what we need:
    http://dpg.4lke.de/temp/dpg-slide-want.jpg

    #686384

    Hi,

    Please add following code to Quick CSS

    #sliderhome * {
        overflow: visible;
    }
    #sliderhome .avia-caption {
        left: -100px;
    }

    and adjust the values as needed

    Best regards,
    Yigit

    #686842

    Its not working (and i told you that before)

    Max

    #686857

    Hi,

    That code was not posted here before so i am not sure what exactly you told me before. Please try adding following code to Quick CSS as well

    .html_boxed #main {
        overflow: visible;
    }

    Best regards,
    Yigit

    #729055

    Hello Yigit
    we used your codesnippets now:

    .html_boxed #main {
        overflow: visible;
    }
    #sliderhome * {
        overflow: visible;
    }
    #sliderhome .avia-caption {
        left: -100px;
    }

    Still it does not work.

    Regards Max

    #729317

    Hi,

    Thank you for the info. Please try the following css code.

    @media only screen and (min-width: 1024px) {
    #sliderhome .caption_framed .slideshow_caption .avia-caption-content p, #sliderhome .caption_framed .slideshow_caption .avia-caption-title, #sliderhome .avia-caption .avia-caption-content p, #sliderhome .avia-caption .avia-caption-title {
        background-color: transparent;
        width: 50%;
        margin-left: 50%;
    }
    
    #sliderhome .avia-caption {
        left: -450px;
    }
    
    #sliderhome .avia-inner-caption {
        background: rgba(0,0,0,.5);
        width: 50%;
    }
    }

    Best regards,
    Ismael

    #729585

    Hello Ismael
    this is the result of your code:

    https://drive.google.com/open?id=0BzF3a9LXV99JRG5sR1o3TlQ3bUU

    This is what we want to achieve:

    https://drive.google.com/open?id=0BzF3a9LXV99JZG9oT2kta2R0LWs

    You see the difference?

    Regards Max

    #730642

    Hi,

    The code is working when I test it in the browser inspector. However, you might need to add a few adjustments to the code for mobile view or for smaller screens. Please post the login details here so that we can test it further.

    Best regards,
    Ismael

    #730704

    Hallo Ismael
    Thanks for helping, but please let us know what you have done.
    Can you please have a look before into the screenshot to avoid misunderstandings?
    https://drive.google.com/open?id=0BzF3a9LXV99JcHI1RHJDTUNaWTQ

    Kind regards Max

    #731840

    Hi,

    We modified the code in the Quick CSS field:

    @media only screen and (min-width: 1024px) {
    #sliderhome * {
        overflow: visible !important;
    }
    
    #sliderhome .caption_framed .slideshow_caption .avia-caption-content p, #sliderhome .caption_framed .slideshow_caption .avia-caption-title, #sliderhome .avia-caption .avia-caption-content p, #sliderhome .avia-caption .avia-caption-title {
        background-color: transparent;
        width: 50%;
        margin-left: 50%;
    }
    #sliderhome .avia-caption {
        bottom: 30%;
    }
    
    #sliderhome .avia-inner-caption {
        background: rgba(0,0,0,.5);
        width: 50%;
    }
    }
    
    @media only screen and (min-width: 1600px) and (max-width: 2600px)  {
        #sliderhome .avia-caption {
        left: -450px;
        }
    }
    
    @media only screen and (min-width: 1024px) and (max-width: 1599px)  {
        #sliderhome .avia-caption {
        left: -200px;
        }
    }
    

    I’m sorry but you cannot apply this modification in a boxed layout.

    Best regards,
    Ismael

    #732066

    Hello Ismael
    thanxs for helping and we decided to use stretched layout.

    Two small questions left:
    1: We can move the code from Quick CSS field to our child-themes CSS-file?
    2: On a mobile the heading of the description is chopped off. I guess its more a question of the height of the color section. Is that correct? can you please point me in the right direction?

    Best Regards
    Max

    #733853

    Hi,

    1: We can move the code from Quick CSS field to our child-themes CSS-file?

    1.) Do you mean the child theme’s style.css file? Yes, you can move the css modifications there.

    2: On a mobile the heading of the description is chopped off. I guess its more a question of the height of the color section. Is that correct? can you please point me in the right direction?

    2.) The minimum height of the slider can be adjusted on mobile view. This will create more space for the title and captions.

    // https://kriesi.at/support/topic/logo-section-overlapping-full-length-slider/#post-722773
    // https://kriesi.at/support/topic/how-to-add-cta-button-into-the-slider/#post-722308

    Best regards,
    Ismael

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