Hi
I have some issue with the FULLWIDTH EASY SLIDER. I would like the image and the text of the slider to move at the same time. Right now the image come first and then the slider text. There is a way to remove the delay on the words so moves together with the image?
http://daghlian.qc.cuny.edu/
thanks!
Hi
I am using the EASY SLIDER, the settings that you sent me are for the “LayerSlider sliders”….
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.csstransitions .av_slideshow_full .avia-caption-content, .csstransitions .av_slideshow_full .avia-caption-title, .csstransitions .av_fullscreen .avia-caption-content, .csstransitions .av_fullscreen .avia-caption-title, .csstransitions .avia-slideshow-button {
-webkit-transform: none!important;
-moz-transform: none!important;
transform: none!important;
visibility: visible!important;
}
Cheers!
Yigit
thanks!