-
AuthorPosts
-
January 28, 2014 at 3:05 pm #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
January 28, 2014 at 3:08 pm #215788Hi 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,
YigitJanuary 29, 2014 at 10:03 am #216277Hi,
sorry your code doesn’t work.
the arrow continue to appear..
regards- This reply was modified 10 years, 9 months ago by katana.
January 29, 2014 at 2:17 pm #216364Hi!
Can you post the link to your website? Have tried flushing browser cache on your ipad?
Regards,
YigitJanuary 29, 2014 at 11:44 pm #216674Hi,
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
January 30, 2014 at 3:44 am #216747Hey!
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,
YigitFebruary 21, 2014 at 12:32 am #227136Hello 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
February 21, 2014 at 12:39 am #227139Hey!
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,
YigitFebruary 24, 2014 at 9:54 am #228386This reply has been marked as private.February 24, 2014 at 2:54 pm #228468Hey!
Please change “768px” in my previous code with “1024px” then flush browser cache on your iPad
Regards,
YigitFebruary 25, 2014 at 8:08 pm #229169Hey many thanks Yigit, fix it….
-
AuthorPosts
- The topic ‘Easyslider’ is closed to new replies.