Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Horizontal scrolling site with GS
#3
Ah yes, seems ive been using php in <script> tags. Now im not using get_theme_url and pasted the entire path to the .js files but its still not working.

Ive got this in the header now ;
Code:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script>
    <script type='text/javascript' src='http://smmh.elementfx.com/gs/theme/horizontal/js/jquery.localscroll-min.js'></script>
    <script type='text/javascript' src='http://smmh.elementfx.com/gs/theme/horizontal/js/jquery.scrollTo-min.js'></script>
    
    <script type='text/javascript'>
        $(document).ready(function () {
            $.localScroll.defaults.axis = 'x';
            $.localScroll();
        });
    </script>

What is it im not seeing ?
Reply


Messages In This Thread
Horizontal scrolling site with GS - by smmh - 2011-02-03, 02:25:00
Horizontal scrolling site with GS - by smmh - 2011-02-03, 04:20:30
Horizontal scrolling site with GS - by n00dles101 - 2011-02-03, 04:54:36
Horizontal scrolling site with GS - by smmh - 2011-02-04, 00:30:24



Users browsing this thread: 2 Guest(s)