Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #797808

    Hi
    I need to set Layer slider to full width will be visible on mobile.
    Now only the part of slider is visible here is screenshoot from my mobile.
    Here is screenshootLayer Slider settings
    https://vimeo.com/218481913
    Thank you in advanced
    Krzysztof

    #797859

    Dzien dobry Krzysztof!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    #zaufali .container {
        max-width: 100%!important;
        width: 100%!important;
        padding: 0!important;
    }}

    For reference, this solution is based on this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ :)

    Best regards,
    Yigit

    #797869

    HI Yigit
    Thank you for quick answer.
    It looks like this time your code doesn’t work:-(
    You can check, creadentials in privat area
    BR
    Krzysztof

    #797873

    Hi Krzysztof,

    There was one closing curly bracket missing in your Quick CSS field. I added it and now it does work fine on my end. Attached a screenshot in private content field :)

    Best regards,
    Yigit

    #797884

    Hi Yigit
    Thank you for correction.
    Unfortunately I see that problem with layer slider is still.
    Only part of slide is visible (on your screenshoot it is also visible). It is only first logo visible from each slide
    Here you can find details
    I know that I should use partner logo element but each logos have different size and in that way all looks very bad.

    BR
    Krzysztof

    #797914

    Hi Krzysztof,

    Now i understood the changes you would like to make clearly. Can you please firstly update Enfold to the latest version 4.0.7 – kriesi.at/documentation/enfold/updating-your-theme-files/? You are currently using an older version of the theme (3.8) which has the older version of LayerSlider. Now there are more features in both the theme and in LayerSlider. You can read more about Enfold 4.0 release here – http://kriesi.at/archives/enfold-reimagined-version-4-0

    Best regards,
    Yigit

    #797941

    Hello again
    Sorry to say, but after update to newest version problem is still.
    I was trying different settings for layer slider dimentions: fixed size, responsive, full wide and nothing changes.
    Please note that each slide it is html code besides jpg or png image. It is because my client want to add url to each logo.
    Maybe there is another way to do that? I cannot use image with hotspot because I need slider.
    BR
    Krzysztof

    #798330

    Hi Krzysztof,

    I changed the code to following one

    @media only screen and (max-width: 480px) {
    #zaufali .container {
        max-width: 100%!important;
        width: 100%!important;
        padding: 0!important;
    }
    html .ls-container img, body .ls-container img, #ls-global .ls-container img {
        width: 100%;
    }
    .ls-wrapper.ls-in-out, .ls-wrapper.ls-in-out div {
        height: 60px!important;
        width: 100%!important;
        left: 0%!important;
    }
    }

    Please review your website :)

    Best regards,
    Yigit

    #798782

    Thank you a lot, works great!
    BR
    Krzysztof

    #798820

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1077835

    Hello :), i’ve got a different problem, i tried creating a new Topic, but no one answered me, i finally achieved to display the slider and everything on it but the slides where i set dynamic content, category post in this case, it is a 5 slides slider where the last 4 link to the last 4 post, but tittle and category are not displaying on end, i can see everything fine at displayslider preview, don’t know what else to do, thank you

    #1078723

    Hi,

    I believe this one is resolved, is that correct? :)

    Best regards,
    Yigit

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