Question

I have big problem here and it seems i dont know that much jQuery so i need help. If someone know this i will be grateful. I copy everything from their folders and i want to use skin thumbnail 07. Everything was ok when my page stays in ''skin'' folder, but when i take it out, JSSOR showing me just one picture. I cant figure it out where i need to change code...that i dont need to put every single page in ''skin'' folder.

You can check my working code here And not good one here Only difference is different place of .php file Thank you

Was it helpful?

Solution

js file reference path is incorrect.

please replace

<script type="text/javascript" src="../js/jssor.core.js"></script>
<script type="text/javascript" src="../js/jssor.utils.js"></script>
<script type="text/javascript" src="../js/jssor.slider.js"></script>

with

<script type="text/javascript" src="js/jssor.core.js"></script>
<script type="text/javascript" src="js/jssor.utils.js"></script>
<script type="text/javascript" src="js/jssor.slider.js"></script>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top