I have been trying to figure out a problem for about 3 hours now and really can’t understand why this plugin is not working. The plugin in question is called Blueberry and is an image slider using jQuery.
The plugin works perfectly from the demo folder (running locally). But when I try to copy and paste the code over to my working website it only shows the bullet points but does not show the main image.
- All of the stylesheets and javascript files are included in the right order
- The images are opening correctly when clicking the link from the source code
- The stylesheets and javascript are also still working when clicked from the source code
- The markup is correct in the HTML side of things
Below is the source code for my site. Assume all the links work and are in the correct directory.
(I really try not to advertise but I cannot post this much source code, the source code in question is here. http://web.zesty-designs.co.uk)
Thanks very much in advance for reading this question.
Change this one:
You have to have
Browser outputs error
Uncaught TypeError: Object [object Object] has no method 'blueberry'.It means there is no such object, so you have JS called in css style…