Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
TinyMCE Unable to type in Text Field
Avatar
Total Revue
Member
Free Members
sp_UserOfflineSmall Offline
Mar 30, 2012 - 12:44 pm

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 :/



Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 30, 2012 - 2:47 pm

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.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Total Revue
Member
Free Members
sp_UserOfflineSmall Offline
Mar 31, 2012 - 8:37 am

Just updated my theme with updated JQuery - can you see if there are still conflicts now? 

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Mar 31, 2012 - 9:26 am

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... 

Avatar
Kevin Mitchell
Member
Free Members
sp_UserOfflineSmall Offline
Mar 31, 2012 - 11:19 am

Looks like TotalRevue and myself are using the same Wordpress theme. No wonder we both having issue with the problem.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Mar 31, 2012 - 11:23 am

its usually resolved fairly easily... just need to locate where the jquery ui stuff is being loaded.. we can help correct it...

Avatar
Total Revue
Member
Free Members
sp_UserOfflineSmall Offline
Mar 31, 2012 - 11:43 am

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?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Mar 31, 2012 - 12:24 pm

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...

Avatar
Kevin Mitchell
Member
Free Members
sp_UserOfflineSmall Offline
Mar 31, 2012 - 2:57 pm

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.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Mar 31, 2012 - 3:11 pm

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...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625