Hi! I tried to upload the logo in the theme customization, but no success. Any ideas?

Thanks in advance!

CommentFileSizeAuthor
#1 logo.png7.41 KBpraveenkumarj

Comments

praveenkumarj’s picture

Issue summary: View changes
Status: Active » Fixed
StatusFileSize
new7.41 KB

Hi,

i have checked in page.tpl file. in that please follow the below

instead of the above please use the below code to fix also make sure logo.png file is exist in your theme folder. i have attached sample logo.png file. replace the below code and upload the logo which i attached.

praveenkumarj’s picture


	<div id="logo">
			<h1><a href="<?php print $base_path ?>"><?php print $site_name ?></a></h1>
		</div>
	<div id="logo">
			<h1><a href="<?php print $base_path ?>"><img src="<?php print $logo ?>"></a></h1>
		</div>

is missing in logo session

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.