I have 2 scripts running on a site I am developing and one is conflicting with the other
The second one will only work if the first one is missing. I’m not a jQuery expert by any means so I don’t know what the problem is.
You can see examples here;
The first page is fine, the second (sample-page) has a text resizer that only works when the slideshow script (the first page) is removed.
By looking at your html you have some errors like closing a script tag like an image tag (the script tag is not self-closing) and on the sample page you have the following code:
See if correcting your html improves the functionality.