-
AuthorPosts
-
May 22, 2017 at 5:31 pm #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
KrzysztofMay 22, 2017 at 7:00 pm #797859Dzien 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,
YigitMay 22, 2017 at 7:15 pm #797869HI Yigit
Thank you for quick answer.
It looks like this time your code doesn’t work:-(
You can check, creadentials in privat area
BR
KrzysztofMay 22, 2017 at 7:20 pm #797873Hi 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,
YigitMay 22, 2017 at 7:47 pm #797884Hi 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
KrzysztofMay 22, 2017 at 9:14 pm #797914Hi 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,
YigitMay 22, 2017 at 10:20 pm #797941Hello 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
KrzysztofMay 23, 2017 at 3:47 pm #798330Hi 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,
YigitMay 24, 2017 at 8:59 am #798782Thank you a lot, works great!
BR
KrzysztofMay 24, 2017 at 10:36 am #798820Hi,
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,
RikardMarch 12, 2019 at 2:33 pm #1077835Hello :), 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
March 14, 2019 at 3:24 pm #1078723 -
AuthorPosts
- You must be logged in to reply to this topic.