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

    Hi,

    There is 2 issue with easy slider

    – the button to navigate on the slider stay in view on ipad (there is a way to disable ?)

    – is it possible to put the button to switch between pictures below the slider and not on (like the prev. and next.)

    thanks again

    #215788

    Hi katana!

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

    @media only screen and (max-width: 989) {
    #top .avia-slideshow-arrows a { 
    display: none; }}

    2- Currently unfortunately it is not possible

    Regards,
    Yigit

    #216277

    Hi,

    sorry your code doesn’t work.
    the arrow continue to appear..
    regards

    • This reply was modified 10 years, 9 months ago by katana.
    #216364

    Hi!

    Can you post the link to your website? Have tried flushing browser cache on your ipad?

    Regards,
    Yigit

    #216674

    Hi,

    no sorry, i work in local again,
    if i put #top .avia-slideshow-arrows a {
    display: none; }}
    the arrow disappear well but completely and with the @media only screen and (max-width: 989) the arrow stay …
    i will give link asap
    strange ?

    thx

    #216747

    Hey!

    Please try adding !important rule as following to force it

    @media only screen and (max-width: 989) {
    #top .avia-slideshow-arrows a { 
    display: none!important; }}

    Regards,
    Yigit

    #227136

    Hello again,

    please find this link http://cl.ly/U1cr
    where you will see on ipad the avia-slideshow-arrows stay visible…
    could you check please on ipad / iphone ?
    I would like not display at all if possible or only on hover…

    thanks in advance,

    regards

    #227139

    Hey!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to remove arrows on mobile

    @media only screen and (max-width: 768px) { 
    #top .avia-slideshow-arrows a { display: none; }}

    As there is no hover possibility on touch-screen, that would be the only solution if you do not want to display arrows.

    Best regards,
    Yigit

    #228386
    This reply has been marked as private.
    #228468

    Hey!

    Please change “768px” in my previous code with “1024px” then flush browser cache on your iPad

    Regards,
    Yigit

    #229169

    Hey many thanks Yigit, fix it….

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Easyslider’ is closed to new replies.