Thank you for the quick reply! Changing the permalink structure worked!
My home.php looked like this
if ( ! is_active_sidebar( ‘blog‘ ) ) $col_width = ‘span12’;
else $col_width = ‘span9’; ?>
I changed it to this
if ( ! is_active_sidebar( ‘sidebar-blog‘ ) ) $col_width = ‘span12’;
else $col_width = ‘span9’; ?>
still no widgets :/
I have the same problem only it’s just the home page widgets that are not visible. All other locations for widgets are showing. Is there a fix? and is it because of the upgrade?
I figured it out. I use Chrome an didn’t realize it was a browser issue.