How to get slideshow to show first image when I first open the page?

Have you added a jq library in the head of your page?
if not add the below in the header…overkill but not sure what library would suit

<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>

then all the jq you copied from w3schools place inside the document.ready I previously put. And place all of that before your closing body tag