Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #751761

    Hi,
    I am using the partner logo slider at the bottom of my website homepage set this way: 6 columns in 1 row
    When I open the page from mobiles the slider turns into a 2 rows 3 columns per each in a vertical way.
    I want the slider to show 1 row 1 column on mobiles, since the other way just makes the page too long on scrolling.
    Is there a way to make this?
    The same thing happens to me when I use the articles slider: on desktop is crearly good to show 3 articles in 1 row, but on mobiles I’d rather see 1 articles at a time instead of 3 articles in 1 vertical column.

    Anyway you can see the partner logo slider I want to costumize at the link I gave.

    Thanks a lot!

    #753005

    anyone can help?

    #753681

    Hi,

    Sorry for the late reply!
    Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and add another Partner logo slider to your page to display it only on mobile and choose to display 1 column and hide current slider on mobile

    Best regards,
    Yigit

    #753798

    Hi Yigit, thanks for your response.
    I did it, but now I see both silders from desktop and also from mobile…seems like is not responding to css.
    What did i do wrong?

    #753887

    Hi,

    Since you have added unique ID’s to your color section, code should have been as following

    @media only screen and (max-width: 990px) {
    #slider-desktop { display: none !important; }}
    
    @media only screen and (min-width: 990px) {
    #slider-mob { display: none !important; }}

    I have corrected the code. Pleases flush browser cache and review your page :)

    Best regards,
    Yigit

    #754328

    Thanks a lot!
    I’ve added a unique ID to the color section because i followed the istructions in this link http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/…or at least i think i did.
    Anyway we are almost there…right now on desktop view I see only the slider with 6 columns and I only see this one which is perfect. Problem is still on mobiles since I also see the slider with one column but I still see the other one with 6 columns.
    What should we do?

    #754563

    Hi,

    There was a dot in front of unique ID. I edited your element and removed the dot. Please flush cache and review your website :)

    Best regards,
    Yigit

    #867431

    What about making the slider mobile friendly in the sense of swiping?

    #867818

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #867822

    Ummm… What? Odd considering this theme is designed and promoted around being mobile friendly. And it isn’t a difficult fix. Just a script mod to make it touch friendly. And what’s with the new stock responses about hiring a freelancer for things that should be part of any mobile friendly theme with sliders? Seeing such responses on many posts as of late.

    #868022

    Hi Kahil,

    Making a slider “swipe-friendly” is a development task, we are here to support our customers with the issues they are having, not building things.

    I agree that would be nice to have, but you know you can request a You can request a feature here https://kriesi.at/support/enfold-feature-requests

    If you need further assistance please let us know.
    Best regards,
    Victoria

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