Tagged: post slider
Hey guys,
I want to display my posts like Netflixs post slider. What should I have to do to achieve this with the ALB post slider? This post slider should only have a arrow on both sites when the user slide and only one arrow by default if the user dont slide. And if this is possible the post slider should be optimize for responsive design. I dont want to set a column number – the slider should automatically fit in the width of the site.
Can someone help me?
Hi,
Thank you for the inquiry.
You can use css media queries if you want to adjust the width of the slider entries on different screens.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
margin-left: 4% !important;
width: 29.333333333333332% !important;
clear: none !important;
float: left !important;
}
}
Unfortunately, the changes with the arrow will require modifications in theme that are beyond the scope of support. You may need to hire a freelance developer to do the modifications, or contact our partner (Codeable).
// https://kriesi.at/contact/customization
Best regards,
Ismael
Hey Ismael,
thank you for the first step solution.
But it now shows the posts on more than one line:
How should I change to put it always on only one line?
Hi,
Thank you for the update.
Did you set the slider to have 5 columns? Try to adjust the value of the width property in the css code that we suggested above.
Best regards,
Ismael
Hey Ismael,
yeah, I have 5 columns. I think this is a problem of responsiveness? When I drag the screen smaller than 768 pixels, a few posts slip into the second line.
Hey Ismael,
I have found a plugin which can I use for my wishing solution. Thank you anyway :)