Your theme load the jquery library and that is why it bug …
Please remove
<script src="http://www.faitsetcauses.com/wp-content/themes/daily-headlines/js/jquery.slider.js" type="text/javascript"></script> in the header.php file of your theme
or perhaps move it after the <head>declaration
Should work
Tell me after trying if it does
As said in this post the only good way to include jquery in wordpress is NOT to “hard code” it in the header…
To move the mentioned line just after the <head> declaration should work
I release a new version just to add a warning when your header file contains such a reference
Hi Sed Lex,
Thanks a lot for the reply.
It functions 😉
Have a nice week,
SJ.
Which one ? The move or the deletion ?
I am quite interested by your feedback on the move if you do so
Ps: do not hesitate to vote for my plugin if you like it
Yes, I moved the following line outside of the header as suggested:
<script src=”http://www.faitsetcauses.com/wp-content/themes/daily-headlines/js/jquery.slider.js” type=”text/javascript”></script>
Hi
Thanks à lot
Actually I did not mean to move it outside the header but to move it just after the head declaration (I.e the first instruction of the header instead)
If you move it outside it is equivalent to delete it which could render your theme buggy 🙁 if there is not bug with your theme you could leave it like that
The script only render the carousel on our home page. It was loaded in all our pages,… so I preferred to load it only on the home page.
Everything is working well.
Thanks,
SJ