kymar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit box has gotten enormously long and setting for it is gone.my pleasure, actually, and I’m glad it worked for you. I was being too sarcastic with the cookie thing, since I have benefited enormously over the years from other people’s freely offered work on WordPress and other Open Source software. My impression from visiting the the ticket-tracking thread again is that they’re “on it” and will probably be solved soon.
Forum: Fixing WordPress
In reply to: Edit box has gotten enormously long and setting for it is gone.It’s an active bug ticket. Just submitted additional information on it.
http://core.trac.wordpress.org/ticket/23042#comment:7
Thanks to you for putting up this item, as I was tearing out my hair in “is it just me?”-land.
Forum: Fixing WordPress
In reply to: Edit box has gotten enormously long and setting for it is gone.Yep – I’d say this qualifies as a bug. Have tested it on a second installation, and, if you once size the editing box too large, it sets the editor height on all subsequent saves or opens at 5000. Not desirable behavior, to say the least.
Will report to bug-central later on. Do I get a cookie?
Forum: Fixing WordPress
In reply to: Edit box has gotten enormously long and setting for it is gone.OK – mrmonster – not sure why this happens, maybe if you “just once” resize your editing box to very large, you get stuck in a loop
but this works for now at least as a hack:
in the includes/class-wp-editor.php file you’ll find
Line 74: elseif ( $set['editor_height'] > 5000 ) Line 75: $set['editor_height'] = 5000;if you change the last 5000 on line 75 to a smaller number – say 300 or whatever you prefer – then save the file, the ginormous box will re-size to that height.
May later look at more elaborate fixes or commenting out more code, unless someone who KNOWS comes along with a real fix.
Forum: Fixing WordPress
In reply to: Edit box has gotten enormously long and setting for it is gone.I find numerous error-warnings on the Java Console, not sure which are critical or relevant, but looking at the source code I find:
div id="wp-content-editor-container" class="wp-editor-container"><textarea class="wp-editor-area" style="height: 5000px" cols="40" name="content" id="content"><p>I</p>Question could be: where does that “height: 5000px” come from…
Forum: Fixing WordPress
In reply to: Edit box has gotten enormously long and setting for it is gone.Yes, you can re-size the box using the handle, but on save or open the post reverts to humungous.
Forum: Fixing WordPress
In reply to: Edit box has gotten enormously long and setting for it is gone.Did the manual re-install. Did not help. Deleted all unused plug-ins. Did not help. Tried a different theme. Did not help. Checked without all plug-ins inactive. Still there. Have flushed caches several times. About the only thing I haven’t touched is the wp-cache “drop-in.”
Tis a mystery to me.
Forum: Fixing WordPress
In reply to: Edit box has gotten enormously long and setting for it is gone.Yes – have exact same problem on 3.5 on both Firefox and IE.
Have tried flushing caches, disenabling plug-ins, alternative browser, re-installing. The one thing I haven’t done yet is manual re-install.
Have also tried to re-produce the problem with similar configuration on a separate test installation on same server, and have been unable to do it.
Will do the manual re-install soon, was hoping I’d run across the solution first…
Forum: Plugins
In reply to: [Link Library] [Plugin: Link Library] Submitter FormNo prob – the plug-in is well worth the occasional glitchancement.
Forum: Plugins
In reply to: [Link Library] [Plugin: Link Library] Submitter FormSeems to have fixed the problems! Will let you know if users report anything else unexpected. Thanks! (And thanks for continuing to improve the plug-in – despite the headaches.)
Forum: Plugins
In reply to: [Link Library] Link Library Version 4.2.6 problem!My version of WP is fully updated, incidentally – 3.0.1.
re-installing the earlier link-library.php has resolved the problem for now.
Forum: Plugins
In reply to: [Link Library] Link Library Version 4.2.6 problem!removing network: true has no effect on the problem I just mentioned
Forum: Plugins
In reply to: [Link Library] Link Library Version 4.2.6 problem!Might be wise – have now discovered disabling interaction with post-editing screen:
Cannot modify header information – headers already sent by (output started at /home/ckm/public_html/wp-content/plugins/link-library/link-library.php:1) in /home/ckm/public_html/wp-includes/pluggable.php on line 890
will re-install prior version of Link Library that I happen to have on another site.
Forum: Plugins
In reply to: [Link Library] Link Library Version 4.2.6 problem!I was getting the “headers already sent” warning mentioned above, which mentioned WP Super-Cache. When I turned Super-Cache completely off, including regular WP caching, the warning went away. Obviously, only a temporary fix, but those who are receiving other errors might look into disabling caching until the author has fixed this problem.
Forum: Fixing WordPress
In reply to: “Press This” ProblemsSorry to be bombarding you here – but I’m also wondering if press-this code has changed too much for 2.9.2 for your fix to work directly on it. The Url seems to be constructed much differently in the press-this file I’m looking at.