December 23, 2010
My plugins for sabhlokcity.com
As at 10 april 2011
adsense-on-top/
December 23, 2010
As at 10 april 2011
adsense-on-top/
November 28, 2010
I had this experience and the following information helped fix it.
In my case I had to delete the plugin file entirely since it was causing problems.
Interpreting the Error Message:
If the error message states: Warning: Cannot modify header information - headers already sent by (output started at /path/blog/wp-config.php:34) in /path/blog/wp-login.php on line 42, then the problem is at line #34 of wp-config.php, not line #42 of wp-login.php. In this scenario, line #42 of wp-login.php is the victim. It is being affected by the excess whitespace at line #34 of wp-config.php.
If the error message states: Warning: Cannot modify header information - headers already sent by (output started at /path/wp-admin/admin-header.php:8) in /path/wp-admin/post.php on line 569, then the problem is at line #8 of admin-header.php, not line #569 of post.php. In this scenario, line #569 of post.php is the victim. It is being affected by the excess whitespace at line #8 of admin-header.php.
[Source]
November 18, 2010
See these for help:
http://en.support.wordpress.com/themes/layout-issues/
http://en.forums.wordpress.com/topic/sidebar
http://en.forums.wordpress.com/topic/sidebar-widgets-appear-at-bottom
http://en.forums.wordpress.com/topic/sidebar-pushed-to-bottom-of-page-1
http://en.forums.wordpress.com/topic/why-is-my-sidebar-at-the-bottom-of-my-blog
In my case it changes with the screen size (using control + or -).