I am using Smooth Scroll on my homepage. I am already linked into the jQuery library because I have written some other Jquery functions for my design. These work great. If I disable my link to the JQuery library then smooth scroll works great, but all my Jquery functions stop working on the rest of the page. How do I get both to work together? So that smooth scroll and my custom functions all work
Smooth scroll needs jQuery. So if it works when you disable your link to the library, it means that has been included. Please keep in mind that WordPress already includes jQuery, so you can use it for your functions too. Just keep in mind to use jQuery() instead of $().