Hi,
I have plugin like wp-activity which use jquery but after upgrade to wp 3.4 these are not working. I saw something around jquery when I upgraded but dont know if the issue is due to wp 3.4 or if plugins jquery is not supported any longer. Any one that has same issue and if some one has a solution to it?
Per
jQuery was upgraded to 1.7.2, but it still works. Some of your plugins (or your theme) may be conflicting, if they enqueued js poorly.
Yeah I found the issue and you was correct. It was a plugin which caused a javascript error "Google custom search". So I deleted this and now its working fine.
Per
valuser
Member
Posted 11 months ago #
Had the same problem (see http://wordpress.org/support/topic/34-loads-jquery-last-not-first-anymore-breaks-all-plugins?replies=10) and have put in
`<script type='text/javascript' src='mydomain.com/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script> in the header of my themes which seems to fix this.
However -am i creating problems for myself ??