Reputation: 101
I have a problem on loading the following page, which is a working image gallery that I included bootstrap codes on head. http://portaloficial.com.br/teste/teste.php
Can anyone help me out?
ps: the original gallery script is here http://sye.dk/sfpg
Upvotes: 0
Views: 67
Reputation: 303
First of all, you should try and debug your code, and present a detailed description of the problem. People trying to answer your question shouldn't have to go to unknown sites to find out the problem.
Your website is showing this error on the console:
jQuery(...).preloader is not a function
Probably you need to include some script that extends jQuery with this method, because from what I can tell, it's not defined in the standard jQuery version.
Upvotes: 0