I cannot get the logo to upload. The url appears then when I click upload it goes away
Logo wont upload
(8 posts) (8 voices)-
Posted 1 year ago #
-
Can anybody help with this? I am also having a problem with it - the logo is uploading via the admin panel to wp-content/themes/wp-creativix/images/logos but it will not display on the website. Where exactly should it display & where is the code for the logo image located?
Posted 1 year ago # -
I'm also having this issue. I have tried several file sizes and formats and none of them display.
Posted 1 year ago # -
I too am having this problem
Posted 1 year ago # -
Me too! :(
Posted 1 year ago # -
I was having the same problem, but I fixed it with a quick & dirty hack to the header.php file. My workaround won't let you update the logo from the theme options in the WP backend, but at least it gets the logo up there!
First, I found the the header div in the header.php file (line 73) and then commented out all the PHP calling the logo text etc. (basically everything between the 2 header div tags). I then inserted this line between div tags:
<a href="<?php echo home_url();?>" title=""><img src="http://www.sampleurl.no/newsite/Logo.png"></a>Obviously, you'd need to update the URL to point to the logo file you're using.
Now I just need to sort out the CSS to tidy up the padding above the logo. The size logo that seems to fit nicely is about 220px wide by the way :)
Posted 3 months ago # -
Hi all, I think I've just found the problem. There isn't a logo folder under wp-creativix/images/ so it can't find where to put the logo.
Insert a new file for logos and everything works.
Posted 3 months ago # -
Hi, I've been having the same problem. Craig, can you explain in more detail how to insert a new file for logos?
Posted 3 months ago #
Reply
You must log in to post.




