I managed to get a quick and dirty solution for this, just added background color to all the div tags so that the other slide superimposing does not show up
add this to all #featured slider styles in content-slider.php except the ones relating to the slider right and left arrows
background-color: #<?php $bg = get_option('feat_bg'); if(!empty($bg)) {echo $bg;} else {echo "FFF";}?>;
Would be great if someone comes up with the right solution for this.
Hi,
I have the same problem, tried disabling all plugins and re-activating them. Did not solve the problem, not able to identify which is the conflicting plugin. Can anyone let me know please.
Regards
Asif