Home Forums Theme support Unifarm – Home page slider links don't work Reply To: Unifarm – Home page slider links don't work

Ok, that’s an theme issue, looks like the slider navigation covers the slider content. You can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content, this should solve the problem:

.slideshow_cycle_container + .slider_overlay {
	position: initial;
}

We will include this in the next update…