For the past two days, I have been attempting to implement the jQuery plugin "ad-gallery" on my website without success. I must mention that my knowledge in JavaScript and CSS is limited, so the issue could be something simple.
The peculiar thing is that the plugin functions perfectly when tested locally, but once uploaded online (I have tried different hosting platforms), it displays the following errors:
Failed to load resource http://sp1der.altervista.org/examples/js/ad-gallery.min.js
Uncaught TypeError: Object [object Object] has no method 'adGallery' index2.html:41
I have searched the project's website to see if others are experiencing the same error, but it appears to be a problem unique to me.
You can view my index page here:
If you have any insights or suggestions, I would greatly appreciate it. Thank you for your assistance.