Hi guys! Hope everything is great over there!
Can you tell me please how to modify layerslider arrows navigation position via css?
Also, how can i change transition effect between sliders?
Regards
Santiago
Hey enfold,
Thank you for the inquiry.
You can use this css code to adjust the position of the slider navigation.
#top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
top: 30%;
}
Default top value is 50%.
To change the transition effect, go to the Slide > Timing & Transition panel (see private field). You can also adjust the transition for each layer in the slider.
Best regards,
Ismael
Thanks for your response Ismael
Please, could you tell me how to use this css code just for mobile version?
In the other hand, transition effect doesn’t work.
I’ve just set the transition from right to left in all slides, but transition still being fading among slides. (see private field)
Hi,
Thank you for the update.
Please, could you tell me how to use this css code just for mobile version?
You can wrap the code inside this css media query to limit the adjustment on smaller screens.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
}
Regarding the transition, please make sure to purge the cache or remove the browser history before checking the page. You can also test it on incognito mode.
Best regards,
Ismael
Hi Ismael, thanks!
First problem solved!
Regarding transitions, I’ve cleared cache, and also navigated on incognito mode but stil doesn’t work “sliding from right”.
Slides continuing transition in a smooth fade out way. Neither on desktop and mobile version.
Regards
Hi,
Thank you for following up.
Can we access the site? We may have to inspect the slider transition settings in order to locate the issue. Please provide the login info in the private field.
Best regards,
Ismael
Hi. Ismael
I’ve just solved
Thank you very much!
Santiago