jhony Posted June 21, 2013 Share Posted June 21, 2013 Hi guys, I have problem with my logo image. Today I upload my new theme and everything working fine but logo image not showing. Rather default logo showing. Kindly help me in this case. you can visit my website http://goldenzari.co.uk/ Kindly tell me how I can set it. Thanks Link to comment Share on other sites More sharing options...
jhony Posted June 21, 2013 Author Share Posted June 21, 2013 Someone here kindly tell me the solution. Link to comment Share on other sites More sharing options...
vekia Posted June 21, 2013 Share Posted June 21, 2013 hello this looks like modified theme, right? if you upload new logo in the back office - it appear there properly? problem is related only to the front office? let us know Link to comment Share on other sites More sharing options...
jhony Posted June 21, 2013 Author Share Posted June 21, 2013 (edited) Yes it is modified theme, in back office logo appear properly but on theme only default logo showing. Kindly tell me what is problem with logo. Thanks Edited June 21, 2013 by jhony (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 21, 2013 Share Posted June 21, 2013 so, the logo is probably hardcoded, check please header.tpl file (located in the theme directory) you should have there something like that: <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> the most important thing in code above is: <img class="logo" src="{$logo_url}" you've got the same value of src="" param? if not - change it to {$logo_url} Link to comment Share on other sites More sharing options...
jhony Posted June 22, 2013 Author Share Posted June 22, 2013 Thanks for help a lot I have got my logo on front office. Link to comment Share on other sites More sharing options...
vekia Posted June 22, 2013 Share Posted June 22, 2013 you're welcome so, the problem was related to the .tpl file, am I right? Logo was hardcoded there? im going to mark this thread as [solved] regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now