monnibo
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Image Upload Error in 2.5 RC1RyanWilliams
This worked in my .htacess:
<IfModule mod_security.c> SetEnvIfNoCase Content-Type \ "^multipart/form-data;" "MODSEC_NOPOSTBUFFERING=Do not buffer file uploads" </IfModule>THANK YOU!
(I also set my CHMOD to 777 from 755 but that may have been unnecessary.)Forum: Installing WordPress
In reply to: Blank Screen and Undefined FunctionI’m having this issue too. Any help would me MUCH appreciated.
Forum: Fixing WordPress
In reply to: Where to Edit <head>I am customizing SeaShore. And you are completely correct. It was there and I was blind. I really honestly don’t know how I missed it! Thank you.
Forum: Fixing WordPress
In reply to: Sidebar Slow LoadsAlright thanks for checking for me. Hopefully just my internet connection. I’m on a wireless modem which is dial-up (all three bad words eh?) and a little bit hit-and-miss, but it’s better than nothing!
Forum: Fixing WordPress
In reply to: Sidebar Slow LoadsI put the following code in my footer.php.
<!– <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. –>
Does this mean anything??
<!– 27 queries. 11.024 seconds. –>
Forum: Fixing WordPress
In reply to: Comment not connected to postBINGO! This worked. Thank you for replying and quickly, at that!!
Forum: Fixing WordPress
In reply to: Unable to Create Directory (import links)This did not work. I changed the permissions on my blog subfolder as well as my public_html folder. I do not know how to change the permissions any higher up.
Forum: Fixing WordPress
In reply to: Word WrapIn regular HTML, yes this would be possible I believe. I do not know the exact logistics of it in WP. I would suggest playing with the align=left and align=right in the Code View of your post.
The problem I can forsee is that the pull quote may not be able to be treated as a “block” to align around the body text… it may be treated as just body text with a different style.
Forum: Fixing WordPress
In reply to: Word WrapWhen you enter the photo, in the box that pops up, choose “align: right” to align around the text. If you are using HTML you want to have align=right within the img tag.
Forum: Fixing WordPress
In reply to: How to import big XWR/ WordPress Export RSSWhere do I find the php.ini file?