Admin Conflicts

Reports about issues that you encounter in Suffusion
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Admin Conflicts

Postby f1mktsol » 04 Jun 2012, 11:27

I'm having, I think, javascript issues where I cannot see/use certain admin functions and some plugins will not work at all, such as Ultimate TinyMCE, AdvancedMCE, White Label CMS, Social Widget, etc. Any ideas? Thank you. Site: http://mabatusa.com
f1mktsol
 
Posts: 6
Joined: 02 Oct 2011, 20:37

Re: Admin Conflicts

Postby sayontan » 04 Jun 2012, 11:51

Suffusion causes 0 admin conflicts. Its scripts are included in no admin pages other than its own. If you have conflicts they might be due to your plugins interacting amongst themselves.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Admin Conflicts

Postby Colin » 04 Jun 2012, 11:51

Try disabling all your plug-ins and then see if all is OK. If it is then add them back one at a time until you find what is causing your problem.

You also have some errors that need sorting see http://validator.w3.org/check?verbose=1 ... usa.com%2F
Colin
 
Posts: 2858
Joined: 27 Oct 2009, 10:46

Re: Admin Conflicts

Postby tzdk » 04 Jun 2012, 22:36

If you think javascript issues you are very close to starting up error console in browser, Firebug, Chrome dev tool, IE9. May be it hints where source of problem is?

With those tools you can also check which files are loaded, "Net" tab or something. Prepare to fall off chair, can be very ugly but report back to plugin dev(s). for fixes if you can narrow it down enough to be sure.

Yesterday I had same issue and started to exclude plugins one after another, from no. 53 to 1. Well I did first check for active files so many were excluded alreday but still a very annoying task. 100% failure though! Turned out issue was my own jQuery script doing something. Not really mine, nicked from the internet. Problem was only present in a shortcode plugin which use custom post type so same post.php url as if you were editing in a regular post/page. This trigger certain activity, including Suffusion. Problem was this script was looking for an #excerpt element but as not finding any it gave error and random luck in clicking buttons in that shortcode editor. Even WP sidebar stopped working or the fly-out part did.

Actually real issue was the little snippet was dumb as a door and expecting that element to be present. If not chaos. So solution is to make sure that never happens and script die if no #excerpt. Much the same logic as for plugins and themes when they should only load own scripts/css when required. But I did not know this jQuery behavior, copy/paste from internet disaster no. 234 :)

Also I mention error console because if I had used brain that would have pointed me in right direction in 20 seconds. Just happens that particular shortcode plugin has a history of conflicts, I have reported 2 my self, so I was locked on the idea that I found yet another. Most devs. are happy to get such reports, better than you publishing "it sucks!!!", so dont hold back.
tzdk
 
Posts: 42
Joined: 17 May 2012, 13:12


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 3 guests