nalco
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Error when trying to exportOK, I figured out what my problem was. I dug through my error logs, and found the following error:
ModSecurity: Output filter: Response body too large (over limit of 524288, total length not known)
Turns out that since the export file was over 512k, Mod Security was balking it. To fix it, I just adjusted the filesize on the following rule:
SecResponseBodyLimit 1572864
That upped the filesize to 1.5 MB, and I was able to export perfectly.
Forum: Fixing WordPress
In reply to: Fatal Error when trying to exportYeah, I found all those.
I am not running wp-cache, and overall the blog runs fine. The only time I see an error, is when trying to export.
Forum: Your WordPress
In reply to: The good! The bad! Help make her BLOG better?The transparent green with the background showing through makes it kinda hard to read the white text.
I also agree about the window and tab settings. Luckily I have my browser set to open links the way I want them to.
Forum: Fixing WordPress
In reply to: Over-compressed blurry pics?You don’t drag and drop the image. You use the menu, and choose to send the original image rather than the thumbnail.
Try single left clicking the image to get the menu to show.
Forum: Themes and Templates
In reply to: Blank themes for 2.3??Thank you very much!!!
Forum: Fixing WordPress
In reply to: Over-compressed blurry pics?It is because when you are sending the image to the editor, you are sending the thumbnail. On your page, the blurry version is:
paul.thumbnail.jpg
but that links to a clear image
paul.jpg
Send the original to the editor and it should be fixed.
Forum: Plugins
In reply to: How can I change this slightly? PLEASE READ :DAfter a quick look at popularity-contest.php, I would think all you have to do is edit these values to something different.
); $this->feed_value = 1; $this->home_value = 2; $this->archive_value = 4; $this->category_value = 6; $this->single_value = 10; $this->comment_value = 20; $this->pingback_value = 50; $this->trackback_value = 80; $this->logged = 0; $this->top_ranked = array(); $this->current_posts = array(); }
Looks like five comments gives you 100%, so just lower things down to the desired effect.
Just a guess.
From the author:
“The values assigned to each view and feedback type are editable and can be changed at any time. When you change any of these values, the ‘popularity score’ for all posts are updated immediately to reflect the new values.”
So it looks like the changes will be immediate, so you should be able to tweak to your desire pretty easily.
Forum: Fixing WordPress
In reply to: Make a post static? Not sticky, static…OK, this is only bump I will give this.
Forum: Fixing WordPress
In reply to: Need To Add Space Between Share This and Sphere IconsIt seems there are two versions of “Share This” one in widget form, which is what you are using, that does not allow you to control the css as far as I can tell.
The other is a localized plugin that does allow you to control the css.
I haven’t installed either of these, so I cant tell how different they are between each other.
I am sorry to say, that with your widget verion, I have no idea how to adjust the space due to the fact that you cant manually edit the css.
Sorry, I tried. Weird plugin…nice function, but the fact you cant edit the css bugs me.
Forum: Fixing WordPress
In reply to: Need To Add Space Between Share This and Sphere IconsWell, I think the reason you cant find it, is because the css is being called from this url:
https://w.sharethis.com/widget/1.10/default.css
weird. I thought I had what would be an easy fix. I am going to download the plugin and look at it, and hopefully figure it out.
Forum: Fixing WordPress
In reply to: date and time on the same lineHow wide is the div that your trying to fit this in?
If your div is only 200px wide, and the output of your date code is 250px it is going to wrap.
Just a guess, its hard to figure out without being able to see the page itself.
Forum: Fixing WordPress
In reply to: Need To Add Space Between Share This and Sphere IconsFind this in your css:
.sharethis font-family:Helvetica Neue,Helvetica,Verdana,Arial,sans-serif; font-size:14px; text-decoration:none; }
and change to this:
.sharethis font-family:Helvetica Neue,Helvetica,Verdana,Arial,sans-serif; font-size:14px; text-decoration:none; padding-bottom:5px; }
You can change the padding to whatever you like best.
Hope that helps.Forum: Everything else WordPress
In reply to: What has happened to Bad Behaviour?I noticed a major slow down on my sites as well. Just logging in to the dashboard would take 30 secs. Once I deactivated Bad Behavior, everything went back to normal. Something is up with it. Too bad, this is one of my must have plugins.
Forum: Fixing WordPress
In reply to: Import 2.0.7 database into 2.3 install?OK, thank you very much for the reply!
Forum: Everything else WordPress
In reply to: www.remarpro.com broken for me in FFI have tried this on 2 separate computers. One is a desktop running XPSP2 with both firefox 1.5, and 2.0. The other is a laptop running Media Center with firefox 2.
Both still have the same problem with the stylesheet only being applied for a split second before switching to a styleless look.
The only way I can get this site to display properly, is to use stylish to apply the sheet.
This is the only site I have a problem with, so I don’t know whats going on.