Support Forum
Mr Papa said
a couple of things to try here... go to forum - integration - page and permalink and disable loading of forum js in the footer... see if it matters...also with regards to share this... can you disable it for the forum page? at least temporarily... actually, I know you can, but might involve custom page template for the forum...
can you verify that share this even works on the forum page at all? by works, I mean grabs the right url... I half expect it to be incorrect because share this will likely misdetermine the url since all forum content appears on a single wp page... so it might very well get confused... point is if share this doesnt get the canonical url for the page based on the url rewrite rules, you might want it disabled on the forum page anyways...
I have already tried disabeling the loading of javascripts in the footer.
About your other messaage of Toopic Source errors. Yes, I tried several times activating and deactivating SP as well as WP plugins to pined down the culprits. ShareThis plugin was easy to get ride of without loosing my ShareThis analytics by inserting code into the template.
Suhaib Siddiqi said
I did send a link to my site and Private Message to Mr. Yellow Swordfish the login id and Password to check/test the issues. It was beautifully ignored and a philosophical discussion was started.
I do not object to being called out if I do something wrong or forget something. I do object in this case however. Not only did I reply to your PM quickly I also informed you why it was pointless me visiting your site and also told you what I was doing about that. You clearly did not read this.
Apparantly, the problems are as following:
1) ShareThis plugin v 5.2 uses jquery version 14.2 which is old. It is loading its own old jquery libraries. Loading multiple libraries in WP, it causes javaconflicts or not, is not a goood ida. It is going to create problems. Therefore, I inserted ShareThis tracking code manually in the Template, and discarded the ShareThis plugin. This resolved a lot of conflicts.
I do wish plugin authors would learn these simple rules and not do stuff like this. Actually it applies to many theme authors as well of course.
2) After point (1), the issues are boiled down to Topic Share and Online plugin. Activating these plugins messes up the tool bar of TinyMCE. Only Spolier and Syntex Highlight buttons are visible in IE 9.
Again - read my Pm and comments I made earlier in this thread. There is no point in me personally visiting your site. That will have to wait. But - I find it hard to believe that the Online plugin could effect anything. It has NO javaScript and basically it's only interaction with the page it to place a link in the stats box at the bottom.
The Topic Status (and I assume this is the one you mean) also has NO JavaScript involved with it but does interact with the editor window - although not the editor itself. It should simply place a select box in the editor options area. So simple HTML.
So earlier you seemed to be saying that the whole of tinyMCE disappears. You are now saying that the toolbar is 'messed up'. Prior to anyone visiting your site can you confirm what you mean by that?
I am pretty sute there are issues wiith Topic Share and Online plugin on IE9 . I am using Elganttheme ArtSee theme.
Since your plugins are available only to paid membership, therefore, I do not want to mess around with the code of those plugins.
YELLOW
SWORDFISH
|
Mr Papa said
a couple of things to try here... go to forum - integration - page and permalink and disable loading of forum js in the footer... see if it matters...also with regards to share this... can you disable it for the forum page? at least temporarily... actually, I know you can, but might involve custom page template for the forum...
can you verify that share this even works on the forum page at all? by works, I mean grabs the right url... I half expect it to be incorrect because share this will likely misdetermine the url since all forum content appears on a single wp page... so it might very well get confused... point is if share this doesnt get the canonical url for the page based on the url rewrite rules, you might want it disabled on the forum page anyways...
I can disable ShareThis on the forum page. It will require a custom page. I have tried disableing on all the pages. ShareThis does work fine on the Forum page. The statistic of ShareThis is correct. I tested it. The forum page is new. ShareThis currently shows only the analytics from me during the testing. Currently, I inserted the sharethis code in the footer.php of the Elegantthemes Artsee. As you can see on my website the ShareThis shows different counts on different pages, including Forum page, and all of them are correct. Mostly users Share the Home page therefore Home page has the highest ShareThis counter numbers.
Yellow Swordfish said
Suhaib Siddiqi said
I did send a link to my site and Private Message to Mr. Yellow Swordfish the login id and Password to check/test the issues. It was beautifully ignored and a philosophical discussion was started.
I do not object to being called out if I do something wrong or forget something. I do object in this case however. Not only did I reply to your PM quickly I also informed you why it was pointless me visiting your site and also told you what I was doing about that. You clearly did not read this.
I did look for the new message icon this morning when I logged in. I must have missed it, sorry for it.
2) After point (1), the issues are boiled down to Topic Share and Online plugin. Activating these plugins messes up the tool bar of TinyMCE. Only Spolier and Syntex Highlight buttons are visible in IE 9.
Again - read my Pm and comments I made earlier in this thread. There is no point in me personally visiting your site. That will have to wait. But - I find it hard to believe that the Online plugin could effect anything. It has NO javaScript and basically it's only interaction with the page it to place a link in the stats box at the bottom.
The Topic Status (and I assume this is the one you mean) also has NO JavaScript involved with it but does interact with the editor window - although not the editor itself. It should simply place a select box in the editor options area. So simple HTML.
So earlier you seemed to be saying that the whole of tinyMCE disappears. You are now saying that the toolbar is 'messed up'. Prior to anyone visiting your site can you confirm what you mean by that?
I am pretty sute there are issues wiith Topic Share and Online plugin on IE9 . I am using Elganttheme ArtSee theme.
Since your plugins are available only to paid membership, therefore, I do not want to mess around with the code of those plugins.
Yes, you are right, I mentioned that TinyMCE was all messed up. However, my several follow up posts mentioned trying to investigate conflicts with WP plugins etc etc. I posted several follow up. So later it stands with removing ShareThis that only Spoiler and Highlight Syntex buttons available. I know the Online and Topic Status do not use Javascript. I did have a peak at the code. Actually, if these plugins would have been using javascript, it have been much easier to remove conflicts (at least for me.) These plugin require messing around with php code. I am not a Php expert.
sorry, a bit confused now... have a bit of time today to look into the IE issues... but want to clarify... you have IE 9 issues with simple press when running just, with some of our plugins? is that true? and share this is out of equation?
can we just get a recap here please...
Visit Cruise Talk Central and Mr Papa's World
Mr. Papa,
Yes, you are right. The ShareThis plugin is out of question now. I deleted it and inserted the code manually into the template, which avoided use of old jquery 1.4.2 ShareThis plugin use.
The issue is only with IE9. I got tried of playing around with Wordpress and SP plugins ON/OFF games.
I debugged the TINYMCE editor page in IE9. Following errors arre showing up.
SCRIPT5007: Unable to get value of the property 'split': object is null or undefined
editor_plugin.js, line 35 character 6
SCRIPT5007: Unable to get value of the property 'split': object is null or undefined
editor_plugin.js, line 35 character 6
The editor_plugin.js in the in the spoiler plugin of TinyMCE.
Removing Spoiler plugin does not solve TinyMCE toolbar issue in IE9. It only got rid of the javascript (editor_plugin.js) errors.
so to be clear again... if you have the topic status or the online plugin, tinymce stops working for you?? keyword there being 'OR'?
dont seem to be able to duplicate that...
Visit Cruise Talk Central and Mr Papa's World
Yes, you are correct.
Check http://www.shaadiconnections.com . I will PM you login id and password for a demo user. Try FireFox and IE9. You will see different behavior. In IE9 toolbar is not visible.
okay, will do... happy to look...
but if getting js issue on yours but not my test sites (which are configured differently from each other), then still likely something else locally conflicting... just need to find it...
Visit Cruise Talk Central and Mr Papa's World