flashkube
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Too much space above WP calendar widget.SOLVED:
I opened wp-includes\widgets.php and removed lines 899 and 900,
if ( empty($title) ) $title = ' ';There shouldn’t be a line placeholder just because the title of the widget is empty. Does anyone else have an opinion on this?
Forum: Themes and Templates
In reply to: Too much space above WP calendar widget.UPDATE:
I did a view source on my blog and found this line,
<h3> </h3><div id="calendar_wrap"><table id="wp-calendar" summary="Calendar">If I remove the section with the h3 tags and load it up in IE the space disappears and it looks as I want it to. I just have no idea what is adding that tag to the final page. Do you?
Forum: Fixing WordPress
In reply to: Post by email stopped working after upgradeThanks for the info. Note: you may want to check with your webhosting company. Mine is Dreamhost and I can add cron jobs via their control panel. Good luck.
Forum: Fixing WordPress
In reply to: Post by email stopped working after upgradeThis fix is the only one I can find. Could you provide step-by-step what you did to force wp-mail.php to run and change pending to publish?
When and how often does it check the pop mailbox?
Thanks in advance.
Forum: Themes and Templates
In reply to: Center my theme instead of aligned left?This worked perfectly drewactual. Thank you so much.