wordpress plugins using Jquery not functioning -
i used wordpress plugin called jquery updater , broke functionality of plugins use jquery. how fix jquery functionality use plugins again? example,
http://www.stratumplans.com/nqdc/
i testing collapse-o-matic plugin. see drop down carrot, there should title expands text. not work.
i these errors:
uncaught referenceerror: cufon not defined www.stratumplans.com/:296 anonymous function) uncaught typeerror: object [object object] has no method 'on' collapse.min.js? ver=1.5.2:1 (anonymous function) collapse.min.js?ver=1.5.2:1 l jquery.min.js:2 .firewith jquery.min.js:2 v.extend.ready jquery.min.js:2 uncaught typeerror: object [object object] has no method 'on' gprofiles.js? ver=2013augaa:2 gravatar.init gprofiles.js?ver=2013augaa:2 (anonymous function) wpgroho.js?ver=3.5.2:32 e.resolvewith jquery.min.js:2 e.extend.ready jquery.min.js:2 c.addeventlistener.c
i have deactived plugins , tried one. have researched not sure if understand @ root of it. have re-installed wp. have looked @ other stack postings not sure if apply situation. not adept @ programming explanation learn quickly.
thanks
- you have jquery included twice, dunno if necessary
- you missing cufon, add after jquery:
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/cufon/1.09i/cufon-yui.js"/>
Comments
Post a Comment