Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #823427

    Hello to Support,

    Everything is fine but I have question about Content Slider. I set it to 4 columns visible. So it is four on desktop.
    Now I need visible only one one columns instead of 3 in mobile view. Where I can set it please?

    Also, navigation arrows are hidden in mobile view. Is there any CSS force them to be visible please?

    Thank you!

    Best wishes,

    Milan

    #823734

    Hey Milan,

    Please, may you provide to us your website link and the WP and FTP credentials?

    Best regards,
    John Torvik

    #847662

    Is there a solution for this problem? I would need a responsive option, too, with custom breakpoints.

    #847736

    Hi kraftjungs,

    Could you post a link to your site and try to explain a bit further what you would like to change? You could create multiple instances of the element and then hide/show the appropriate one for the correct screens size, you can find options for that in the Screen Options tab in the element options.

    Best regards,
    Rikard

    #848112

    Hi Rikard,
    further explanation: I am looking for an option that sets how many slides are being displayed and navigated on what screen size. For example, Swiper from idangerous.io has that option, called breakpoints. There, you can set different slide params for different breakpoints. What is not an option and is really from every point of view a bad decision, is to create multiple instances on the same page.
    Thanks in advance,
    Martin

    #848639

    Hi,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Yigit

    #1321372

    Hi Enfold – is there any update in this?

    my question is exactly the same

    i have 4 columns set for the content slider showing on desktop.
    On mobile it defaults to 2 columns, BUT this default really squashes the content.

    Is there now any way to set the number of columns for mobile? Or default it to 1 instead.

    Here is the link to my page.

    the section heading is
    “Amazing Testimonials From Our Clients”. Just below that is the content slider.

    Looks great on desktop, not so much on mobile.

    Any help would be much appreciated.

    #1321504

    Hi Jambar,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .slide-entry {
        width: 100%;
        margin-left: 0;
    }
    }

    Best regards,
    Rikard

    #1411366

    Hi Rikard,
    That works good…. 1 column on mobile, but still two rows!?
    Is there a way to put all Entries in one row too?
    all the best,

    #1411418

    Hi Stefan,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

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