Not sure where to look for this info but when i view source the attachment shows what is getting loaded on the forum page.
if thats any help!
Not sure where to look for this info but when i view source the attachment shows what is getting loaded on the forum page.
if thats any help!
You will be looking for an entry like that but with a file name of ‘bootstrap.js’ or probably ‘bootstrap.min.js’or some such combination.
And you will be looking for the source of jquery.js/jquery.min.js and jquery_ui_core files.
And a link to your forum page might hep
I have looked all through the source code on the forum page but cant see what you have mentioned anywhere.
Am I looking in the right place?
http://surecarefranchise.co.uk/forum
I dont see any evidence of bootstrap, but I do see a couple of bad things… probably from the wp theme…
<script type=’text/javascript’ src=’http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js?ver=3.5.1′></script>
<script type=’text/javascript’ src=’http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js?ver=3.5.1′></script>
its loading both jquery and jquery ui from off site locations instead of using the versions that come with WP… additionally, both are quite older versions than what comes with WP…
see: http://codex.simple-press.com/codex/faq/troubleshooting/what-is-this-jquery-conflict/
if you can find where in your theme its violating api standards and practice, we can help fix it… often its in functions.php but could be in lots of different files…