Trouble After Update, Removing Plugin

It looks like the the page is not “zoomed” in.

It appears that the image:
http://www.millermusicllc.com/wp-content/uploads/2010/11/DSC_3508.jpg

Is bigger on the first link as apposed to the second link, also styling on the style.css is different in general:

First link:

<img src="http://www.millermusicllc.com/wp-content/uploads/2010/11/DSC_3508.jpg" alt="" title="miller" width="320" height="330" class="alignnone size-medium wp-image-30">

Second link:

<img src="http://www.millermusicllc.com/wp-content/uploads/2010/11/DSC_3508.jpg" alt="" title="miller" width="320" height="330" class="alignnone size-medium wp-image-30">

These SHOULD be the same size…

But on the second link you have this in your style.css

#sidebar_img img {
    width: 250px !important;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

The first link doesn’t have this in its style.css

As well as other styling that makes the font size bigger.

So that’s that problem…


My guess as to why the login thing isn’t going away is that either the plugin didn’t really de-activate OR it’s embedded in your theme.

If I understand things correctly here…when you delete the plugin..your site only loads the header.

This probably means that you have code that depends on that plugin…which is probably either in another plugin OR it’s in the theme.

The reason you only see the header is because it’s throwing a fatal error.