WordPress & Scroll To Plugin
-
I designed a large WordPress based website, that has horizontal scrolling.
I have a navigation that uses anchors in order to scroll to
the different parts of the page, like so:
<li><a href="#contact">Contact</a></li>
I d like the scrolling to be smoother. Thats why I decided
to use the “scroll to” plugin. It just doenst work.
I included the following lines of code in the header:
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script> <script type='text/javascript' src='/js/jquery.scrollTo-min.js'></script> <script type='text/javascript' src='js/jquery.localscroll-min.js'></script> <script type='text/javascript' src='js/init.js'></script>
Is there anything else that I have to do in order to activate it ?
Do I have to edit the links maybe ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WordPress & Scroll To Plugin’ is closed to new replies.