Tagged: 

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

    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.

    null

    #1314027

    Can someone help me?

    #1314265

    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

    #1314498

    Hey Ismael,

    thank you for the first step solution.
    But it now shows the posts on more than one line:
    look image
    How should I change to put it always on only one line?

    • This reply was modified 2 years, 11 months ago by coolicious.
    #1314774

    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

    #1314850

    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.

    #1315132

    Hey Ismael,

    I have found a plugin which can I use for my wishing solution. Thank you anyway :)

    #1315190

    Hi,

    Alright. Glad to know that you have found a solution. Please feel free to open another thread should you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How can I edit the "post slider" module into a "Netflix"lookalike post slider?’ is closed to new replies.