Support Forum

TinyMCE not available in IE9

100 Answers

New Answer

SS Suhaib Siddiqi
Suhaib Siddiqi
Member

Dear Mr. Papa,

All problems finally resolved, after messing around for 3 dayswinkYahoooooo!!!

WordPress Plugin Organizer plugin rescued us from this mess :-)   I installed Plugin Organizer and disabled all the WP plugins from loading, except SP, for /forum/ slug.  Everything now runs smooth.

 

Thanks for your help.  It is very much appreciated.

MP Mr Papa
Mr Papa
Member

Well, good news! Just when I was ready to engage again. :) or at least later tonight.

Haven’t heard of that plugin before. Will have to remember that in the future for these quirky ones. Thanks for the tip.

Glad we got there one way or the other. On Sep 3, 2012 5:22 PM, “Simple:Press Support” wrote:

> > >

SS Suhaib Siddiqi
Suhaib Siddiqi
Member

I was also not aware of that plugin. I Googled for “Selectively Disabled WP Plugins for a specific Page” and it came up at the top of the search.  I will give this plugin a five stars.  You can selectively disable unwanted plugins for each page and post.  It is also good for prevent loading unnecessary plugins for each page, and resolve a lot of plugins conflicts. 

SimplePress does not need any WP plugins, as it loads its own plugins.  The Plugin Organizer is a great companion for SimplePress to disable all the WP plugins for the forum page.  It will save users a lot of troubleshooting headaches and time.

Take care, and thanks for your help.

MP Mr Papa
Mr Papa
Member

depends on what the site does and where… you might still need some functionality on the page… but, as you point out, certainly great for those cases when you dont need it…

thanks!

SS Suhaib Siddiqi
Suhaib Siddiqi
Member

I left only Askimet, Jetpack and four other plugins from WP for the Forum page, of course Simple Press , and rest I disabled from loading for /Forum/ slug. I particularly disabled loading all the plugins which use jquery.

Of course, it depends what a user need, as you said.

YS Yellow Swordfish
Yellow Swordfish
Member

i will have to download that plugin and take a look at it. Sounds most useful.

SS Suhaib Siddiqi
Suhaib Siddiqi
Member

Good :-)   It works great for me.  I configured different pages with only plugins which are needed for that page.  Beside conflicts, I have page load time improvement, as unnecessary plugins for each page are not loaded.

SS Suhaib Siddiqi
Suhaib Siddiqi
Member

OK, after Plugin Organizer, TinyMCE works, but Firebug reports javascript errror

ReferrenceError: Syntax not deffined: for the following

<script type="text/javascript">
	jQuery(document).ready(function($) {
		Syntax.root = "http://www.shaadiconnections.com/wp-content/sp-resources/forum-plugins/syntax-highlighting/resources/jscript/";
		jQuery.syntax({layout: 'table', replace: true})
	});
	</script>
YS Yellow Swordfish
Yellow Swordfish
Member

When you look at the source being generated is the jQuery.syntax.js file being loaded? And does it have content when loaded?

SS Suhaib Siddiqi
Suhaib Siddiqi
Member

No it  is not, but I realized it a bummer error.  I realized the error is comming from Home page not Forum page.  I will disable the SimplePress plugin laoding for the Home page.  That should take care of it.

MP Mr Papa
Mr Papa
Member

What? we dont load simple press stuff (except for some plugins perhaps) on pages outside the forum page… what is getting loaded?

if syntaxt highlighter, did you select its option for working on wp blog posts? could turn that off…

SS Suhaib Siddiqi
Suhaib Siddiqi
Member

Thanks.  Yes, you are right Forum plugin is not loading.  I checked page source code.  The Syntax highliter had somehow post to blog option checked.  It is fixed. Thanks for your help.

MP Mr Papa
Mr Papa
Member

np. glad to help. We try hard to not load our stuff where its not needed…

using it on blog posts might be the default option…

SS Suhaib Siddiqi
Suhaib Siddiqi
Member

Maybe it was by default, or; maybe while I was troubleshooting TinyMCE issue, I may have checked it.

However, I did yesterday identify the plugin which was causing the quicky TinyMCE issues.  It is WP Business Directory Plugin.  It loads a couple of javasripts on all pages.  It should in fact load its script on the pages where businesss diectory plugin shortcodes are inserted… well just a lousy programming.

MP Mr Papa
Mr Papa
Member

good to know… can add it to our list for similar issues… thanks!