Support Forum
Well before Shama came in and posted he's coding here I was prompted to look into the header.php to find a resolution with my theme accordian panel conflicting with the TinyMCE editor from working.
I'm confused what to show now since I don't know what posts are directed to me and what are to Shama :/
Well to be fair Shama was on this thread a long time before you joined it.
OK - so you still have two bogus copies of the jQuery UI library being loaded - one from this accordion menu thing and another from who knows where but possibly the Wp theme.
So - if you want to try and deal with these one at a time then take the accordion menu thing first. It will be in the plugin files somewhere and you should be looming for the a 'script' tag or - if we are lucky, a wp_enqueue_script() call that deals with the file 'jquery-ui-1.8.10.custom.min.js'. Most commonly you would find that in the main plugin file but it is not a rule.
YELLOW
SWORDFISH
|
its still loading jquery ui from wrong location
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js?ver=3.3.1'></script>
additionally, another jquery ui is being loaded
<script type="text/javascript" src="http://totalrevue.com/wp-content/plugins/accordion-image-menu/js/jquery-ui-1.8.10.custom.min.js"></script>
which contains UI and the UI effects library... both older versions...
and then of course, wp loads its jquery ui stuff...
<script type='text/javascript' src='http://totalrevue.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.8.16'></script>
<script type='text/javascript' src='http://totalrevue.com/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.8.16'></script>
so likely heavy conflicts there...
need to stop the loading of the google apis jquery and the old version for the accordion... you at least find where they are loaded and stop them from being loaded on the forum page since... the one for the accordion will be a bit more problematic since its a home grown jquery ui (old too) file that includes jquery ui and the ui effects library... wp does NOT include the ui effects library so you will still need to load it...
Visit Cruise Talk Central and Mr Papa's World
its usually resolved fairly easily... just need to locate where the jquery ui stuff is being loaded.. we can help correct it...
Visit Cruise Talk Central and Mr Papa's World
okay can we start with the accordian image menu?
http://totalrevue.com/wp-conte.....tom.min.js - I've located this within the accordian image menu plugin - it says that it's inactive.. so editing it should be fine? What to do from here?
inactive? then why is it included on every page?
if you edit it, you will see two distinct code blocks... the first is the old 1.8.10 version of jquery ui...remove it... you can leave the second part which is the effects... dont know if it will work with 1.8.16 that wp uses, but if inactive, may not matter...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
its usually resolved fairly easily... just need to locate where the jquery ui stuff is being loaded.. we can help correct it...
Doesn't seem like it, no offense. We have been going back and worth for a week now, and reading that toubleshooting in the codex didn't help.
none taken, but it is fairly straight forward... but its not our theme, so you have to meet us half way and find where in the theme they are loading the jquery ui stuff...
most editors (and no, ms word is not an editor) and even windows explorer can search a directory (and subdirs) for text...
find it and let us know and we can try to help correct the theme...
unfortunately, we have helped hundreds of folks fix wp theme js and/or jquery issues...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)