4 pointsGetting my WPMU DEV WingsI'm new here
wpmatrix2
Member
—
15th January 2009 (3 years ago)
I want to add a logo as a blog header image for the Nelo theme. Trouble is, the "Blog Top Header Upload and Crop" doesn't work; I upload an image of the exact size specified in the style.css file and the crop feature either crops half of the vertical image or extends beyond the horizontal, leaving a black box to the right of the logo. (see my testbed at http://wpmatrix.com)
Is there any way to either allow users to specify a filename in the options tab or hardcode a logo image in the header.php?
I want to add a logo as a blog header image for the Nelo theme. Trouble is, the "Blog Top Header Upload and Crop" doesn't work; I upload an image of the exact size specified in the style.css file and the crop feature either crops half of the vertical image or extends beyond the horizontal, leaving a black box to the right of the logo. (see my testbed at http://wpmatrix.com)
Is there any way to either allow users to specify a filename in the options tab or hardcode a logo image in the header.php?
Responses (1)
Founder & CEO — 16th January 2009 (3 years ago) #
You could hardcode an image in just by editing header.php and replacing the image call with img src.
Or, alternatively, find the default image, open it up and just replace it with the exact same filename and size.
Become a member