mrdk Posted September 10, 2011 Share Posted September 10, 2011 I want to change the logo to be a transparent logo, and therefor i want to change it to png or gif. I have tried to change the header.tpl in my theme, but nothing happens. Hope you have some suggestions to what i should do to fix the problem. <img class="logo" src="{$img_ps_dir}mylogo.png" 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} /> Do i have to change the logo url somewhere else, or? Link to comment Share on other sites More sharing options...
diana13 Posted September 10, 2011 Share Posted September 10, 2011 Instead of src="{$img_ps_dir}mylogo.png" just put your url to your logo. Like src="http://yourshop.com/img/mylogo.png For example <img class="logo" src="http://yourshop.com/img/mylogo.png alt="{$shop_name|escape:'htmlall':'UTF-8'}" width="325" height="200" /> Link to comment Share on other sites More sharing options...
mrdk Posted September 10, 2011 Author Share Posted September 10, 2011 Tried that... Looks like the changes i make in header.tpl doesn't make any changes on my store. I have tried to clear cache... Link to comment Share on other sites More sharing options...
diana13 Posted September 10, 2011 Share Posted September 10, 2011 Go in directory Tools -> smarty -> compile and delete all files on the compile directory. If you want to make more changes to your shop, go in BO -> Preferences -> Performance and set Force compile to Yes and Chache to No. This will force to re-compile all your files every time. But don't forget to set them to No and Yes after your changes are done, because this will slow down your shop. 1 Link to comment Share on other sites More sharing options...
mrdk Posted September 10, 2011 Author Share Posted September 10, 2011 Thank you! That did help 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