tomaszs
Forum Replies Created
-
Well… it’s always best solution to not hack, use other plugins, but i would need to remove JetPack according to this rule. You see where the rule breaks right? ??
Well… i could do this, but i have modded WordPress and JetPack a little bit because of some errors that i had earlier. So if i need to update i need to diff, and therefore i would be absolutely sure that update will fix it. Can you tell me if you changed in last days that could break WordPress or TinyMCE Advanced? (Ps. I don’t have notification about new version of TinyMCE Advanced in my WordPress)
The website address is polishwords.com.pl/blog/.
I can try to update, are you sure it will help?nvmd i’ve found that setting display: none on the iframe with comments made the script of comments wrongly calculate the width of the area. I’ve removed so it works.
I’ve found that first textarea in comment-form-comment has width equal to 0px. When i manually in Firebug change it to for example 200px it does not expand the textbox anymore. Well… its expanding but when text reaches 200pixels.
So my guess is that in the JetPack code is some kind of function that calculates when it should expand the height of the textarea based on the width of the text. So when text reaches new line it expands the textarea.
But in this case since the width of the field is 0px, it expands vertically on every character.
Please help anyone how to fix it.
Here is the working fix: https://code.google.com/p/nextgen-gallery/issues/detail?id=381. It’d be nice to have it in the trunk.
t is Object { mobileOS=
false
, imageCount=
“1”
, msgLoading=
“L O A D I N G”
and Top is null
The problem is here:
hideShutter : function() {
var t = this, D, S;
if ( D = t.I(‘shDisplay’) ) D.parentNode.removeChild(D);
if ( S = t.I(‘shShutter’) ) S.parentNode.removeChild(S);
t.hideTags(true);
window.scrollTo(0,t.Top);
window.onresize = t.FS = t.Top = t.VP = null;
document.documentElement.style.overflowX = ”;
document.onkeydown = null;
},In latest FF window.scrollTo takes as a t.Top 0 value.
Ups… the solution i’ve provided is not working. Anyone can help?
Sorry, my issue was with broken table. I repaired it and works.
The same here. I have latest Jetpack and i dont have any comments in comments list in admin area, i get on e-mail notifications about comments but with all fields empty and when i try to add comment using my wordpress account its saying “submitting comment”, page reloads, and no comment is added. Please help.
It would be nice to have this fixed.
The error also occurs in IE8Forum: Plugins
In reply to: How to grab part of screen and add it to WordPress post as a hosted image?@pedrogas_g
Well… i don’t ask for this. All i need basically to do are websites screenshots. Light Shot, extension for Firefox, i’ve mentioned before can do it. But it copies image to clipboard only. I would need something to save this image to my FTP or to WordPress gallery and than place it in the blog post.Forum: Plugins
In reply to: How to grab part of screen and add it to WordPress post as a hosted image?@pedrogas_g
Thanks. I have bad experiences with editors of WordPress other than the main one so i pass on this one. Don’t like to experiment on my live blog.Forum: Plugins
In reply to: How to grab part of screen and add it to WordPress post as a hosted image?@pedrogas_g
I’ve looked at Snipping Tool in my Windows 7. What it basically does is select part of screen to be grabbed and annotated. Than you can copy it to clipboard or save to disc.
Well… it’s much the same i do with Irfan View. So it does not help me a lot in terms of less time consumption.