I have tried disabling the plugin and when I do the errors go away. I currently have the plugin disabled on my site.
Okay I did manage to add the logo to the header by uploading my logo to the images folder of my theme and then adding the following CSS to style.css
#header {position:relative;
background: url(images/logo.jpg) left top no-repeat;
padding-left: 170px;
}
Now I have to work on the positioning. I’m sure this is not the best way to resolve this issue however I hope it helps someone else.
I tried both of those and neither worked. The image never came up and the code messed up the entire layout unless I inserted in the wrong place. Any other suggestions??