
Originally Posted by
Dellonious
I have made sure all folders are correctly named and the correct files exist in those folders, stil doesn't function. I have gone through the list of other mods I have installed and can only come up with one that I installed that might make a difference, CEONs URI SEO.
The scroller still works on my test server but I didn't install CEONs mod - very involved installation and not willing to break my test site.
Guess I will keep on looking for other possibilities.
Thanks,
Dave
I don't believe the SEO Mod would delete/remove the scroller div portion of the sidebox.
As I pointed out in my previous post that is what appears to be missing in the what's new sidebox.
open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_whats_new.php
and make sure this line of code is present
Code:
$content .= '<div class="scroller_container"><div class="jscroller2_up jscroller2_speed-20 jscroller2_mousemove">' . $wn .'</div></div>';