Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #506298

    Hi Guys,

    I have a question. On http://gerritsenschilderwerken.nl/ I’m using a easy slider with 2 buttons. But on a mobile device it doesn’t show in the correct way. Maybe its better to remove the buttons on a mobile, because it otherwise will be to small and wont be user friendly. Can you help me?

    #506439

    Hey jdrijver!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .avia-slideshow-arrows { 
    display: none !important; 
    }}

    Regards,
    Yigit

    #506460

    Hi Yigit.

    This doesn’t seems to work. Or could it be the cache on my mobile (iphone 5)?

    Thnx

    #506464

    Hi!

    It does work fine on my end. Should be cache related. Please flush cache and refresh your page a few times :)

    Best regards,
    Yigit

    #506923

    I still see the buttons in the slider om my mobiel…
    I only want to show the images on mobile, not the buttons.

    Could you please help me?

    #506935

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Best regards,
    Yigit

    #653741

    Hi Yigit,
    I have the exact same problem….I would like to delete the buttons on mobile devices….I have tried changing the size..etc…without success, so I think this is the quickest solution
    The point is that the code abovementioned is not working either,
    Please, could you take a look at it? I have posted my data

    Thanks

    #653754

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    #top .avia-slideshow-button { display: none !important; 
    }}
    

    Best regards,
    Yigit

    #654091

    Perfect Yigit!
    It´s now solved,

    Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Buttons easy slider in mobile’ is closed to new replies.