inherit
170783
0
Nov 19, 2012 14:21:35 GMT -8
blueshead
Bottoms Up!
97
August 2011
blueshead
|
Post by blueshead on Nov 8, 2012 19:23:50 GMT -8
Stop News Scrolling?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 9, 2012 9:24:11 GMT -8
This should work.
Goto: Admin > Themes > Layout Templates
Edit the "Home" template.
Under $[news], add this script.
<script> $(function(){ $("#news").slidable({ autoChange: false }); }); </script>
|
|
inherit
170783
0
Nov 19, 2012 14:21:35 GMT -8
blueshead
Bottoms Up!
97
August 2011
blueshead
|
Post by blueshead on Nov 10, 2012 18:22:35 GMT -8
OK.. Now .. Can I stop the scrolling and center the text?
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on May 18, 2013 9:26:28 GMT -8
Hello bluesheadBoy this is an old post, but what I did, was add the center tags: <center>$[news] </center><script> $(function(){ $("#news").slidable({ autoChange: false }); }); </script> and it worked just fine.
|
|