Support Forum
I removed it... but please resend the info in a pm to me...
Visit Cruise Talk Central and Mr Papa's World
yeah, your wp theme is causing numerous js errors on pages... is this a very old theme? its violating wp standards and api and loading an ancient version of jquery:
<script type='text/javascript' src='http://barnowlbox.com.previewdns.com/wp-content/themes/minibuzz3/js/jquery-1.4.2.min.js?ver=1.4.2'></script>
themes should just use the jquery that comes with wp... see: http://codex.simple-press.com/.....-conflict/
the current version of jquery that comes with wp is version 1.10.2... with the theme loading ancient version 1.4.2 (released feb 2010), its going to cause many problems...
Visit Cruise Talk Central and Mr Papa's World
The MiniBuzz theme is shown here: http://themeforest.net/item/mi.....eme/101548. I am not clear as to whether there is an update but there is support that looks like it costs $45. The theme was downloaded in the spring of 2013 so there should have been something better than such an old version of JS.
the 'fix' is to fix the theme... find where its loading the external, old copy of jquery and instead tell to load the wp version of jquery... the link I gave in post 23 gets you started on this...
but if you find where the theme loads the wrong version, we can help change it to load right wp version..
Visit Cruise Talk Central and Mr Papa's World
no, that plugin will pull in the latest jquery not the jquery that already comes with wp...
you need to find in your theme where its loading the external jquery... typically its in header.php but based on the theme design could be in any file...
just do a search/grep for string 'query-1.4.2' in your theme...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)