A theme was breaking because of a jQuery conflict with a plugin. I was using the GD Star Rating plugin and I was using the Studio Box theme from imaginem. I finally found the solution.
Now remember, I can barely spell JQuery, but I knew that’s where the conflict was. There was lots of talk about JQuery NoConflict and wrapping your JQuery and it was pretty much all Greek Geek to me. Finally I came across a comment near the bottom of the How to include JQuery on your WordPress theme post where the commenter said to put this in between your “head” tags in your header.php file:
if this doesn’t work:
<code><?php wp_enqueue_scripts(“jquery”); ?></code>
you can try this:
<code><?php wp_print_scripts(“jquery”); ?></code>
[You don’t need the bracketed “code” tags in there, it’s just so I can show code here.] That beautiful accordion slider was working again. Living together in harmony with GD Star Rating.
Bradley, I am struggling with a very similar problem for weeks now, site launch has been put on hold, hair has been pulled out, and sleep has been lost.
Templatic’s Real Estate theme is conflicting with GD Star Ratings, WP PostRatings, Contestant Ratings, and ANY star ratings plugin I have tried.
I tried your solution, putting the lines of code in the header but it did not work.
Can you suggest anything? Appreciate any help you can give! Thank you.
Hi Erin,
Just double checking, but you’re not putting in the bracketed “” in there, right?
If you’re using a framework (I’m assuming Templatic is a framework?) maybe it has to go in the header.php file of the framework? I’m just guessing, of course. Or maybe the Templatic folks have an idea?
See if any of that helps and please post back here with results–or at least comments!
Obrigado Bradley, seu post “JQuery conflitos de plugins e temas WordPress” foi de grande utiliidade para mim.
Muito Obrigado
Glad I could help … at least I think you’re thanking me! :-)
Thanks a lot,
I was having problem to slider, which was working on it for more than 1 week.
Thanks a lot for solving my problem.
Did you upgrade something? Another plugin? The slider? Maybe the upgrade now broke it. You might want to contact the developer of the slider to have them have a look.