Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin is using wp_enque_script function that will ensure only one jquery added by the wordpress. If you have more than one, it’s not because of the GD Star Rating, but something else (theme maybe) that has hardcoded loading of jquery.

    Thread Starter rendom

    (@rendom)

    Okay i found problem. I’m using jquery script for simple tabs. And it only worked when i added manually import to jquerry in head. So with gdstarrating jquerry loaded twice.
    Problem with script not accepting gdstarrating call to jquery through wp_enque_script was in “no conflict mode”, and with that restrict use of “$” symbol to call jquery. I replaced all $ in my script with “JQuery” and everything works.

    Hope this will helpful for someone. Thanks for good plugin, and support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: GD Star Rating] How to forbid gdstarrating to insert “jquery import” in head .’ is closed to new replies.