Can someone help me fix this before I take a shotgun to wordpress?

Techxan

Elite Member
Joined
Dec 7, 2011
Messages
3,091
Reaction score
3,620
I have a WP theme that will not insert the header logo. Either that or I am too stupid to figure out how to do it.

I have it loaded and can give you access, if anyone can take time to help.
 
I believe your WP theme has a place for header logo. Just inspect element to find where that line is in your wp theme code. Then you can use css to position your logo.
I hope that helps in some way.
 
open header.php in editor and ctrl+f "logo" or something similar and change path to img location
 
It happened to me too. Was due to 2 things for my case.
1. Was using WP cache so it don't show up even I uploaded, just disable it for time begin.
2. Wrong file format n size.

Hope that help
 
It happened to me too. Was due to 2 things for my case.
1. Was using WP cache so it don't show up even I uploaded, just disable it for the begin.
2. Wrong file format n size.

Hope that help

wp cache has made me scratch my head many of times, then i realize i had the plugin enabled
 
Back
Top