
Originally Posted by
Dellonious
Well all was working and now it is not. I was using the specials scroller then disabled the special sidebox about a month ago. I wanted to use the What's New scroller so I made the changes to the file as suggested before that worked and it will not scroll at all.
I even re-uploaded the entire package, re-made the changes and still nothing.
Site URL is
www.kennebecgiftsnmore.com
Thanks for the help!
A check of the page source indicates that you're missing the actual call to the scroller in that sidebox
Code:
<h3 class="leftBoxHeading" id="whatsnewHeading"><a href="http://kennebecgiftsnmore.com/index.php?main_page=products_new">New Products</a></h3>
<div class="sideBoxContent centeredContent">
it should look like this:
Code:
<h3 class="leftBoxHeading" id="whatsnewHeading"><a href="http://kennebecgiftsnmore.com/index.php?main_page=products_new">New Products</a></h3>
<div class="sideBoxContent centeredContent"><div class="scroller_container"><div class="jscroller2_up jscroller2_speed-20 jscroller2_mousemove">
Make sure you've renamed the YOUR_TEMPLATE folders to match the name of your custom template.