Home Forums Theme support Tammoo – allslider – errors Reply To: Tammoo – allslider – errors

Hi,

found the problem. We’ve added transitions to the main slider, that’s why there are the stange moves. It’s easy to solve. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

body .cycle_loaded .cycle_element {
	transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	-webkit-transition: 0s;
}

This css code should solve the problem.