RiodaV
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: jquery-ui and wp_eunqueue script doesn't workThanks, but I’ve already review that page but I can’t figure out a solution to my problem.
wp_head() is used by well coded wordpress plugins to recognize the end of the head tag, in order to add elements such as styles, script, etc.
You can move it and there aren’t serious risk because you can always move where it was before.
For example I’ve placed wp-head not before the head tag but before some scripts and styles to fix plugins conflict.
In the end it’s all up to your specify needs.Hello,
maybe I find a solution. Try to add this code just before you close your head tag:<?php wp_head(); ?>Hi,
I’m really sorry I can’t provide a solution but I’m facing the same problem, except that Slideshow never loads in my case.So, if you figure out something please let us know, I will do the same.
Thanks.