theofferhut Posted May 15, 2013 Share Posted May 15, 2013 (edited) Hi everyone, I have been away from prestashop for a while but im back with a new store and having fun with 1.5.4.1 - I have designed my shop using a free template and everything looked great but my hosing co was poor so i moved host and migrated files & db etc but now i have lost my shop logo. I have uploaded it using the module, i have changed file names etc etc but it doesnt display - can anyone point me in the right direction ? my store is theofferhut.com Thanks Al. Edited May 21, 2013 by theofferhut (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 15, 2013 Share Posted May 15, 2013 Hey, you said that you use module to upload new logo. so my question is: you use some external solution to put the logo into your store? maybe try to use preferences -> themes Link to comment Share on other sites More sharing options...
theofferhut Posted May 15, 2013 Author Share Posted May 15, 2013 Hi Vekia Thanks for your reply - I have tried to use the preferences - themes option and it uploads into the back office but doesnt display on the shop. Thanks Link to comment Share on other sites More sharing options...
theofferhut Posted May 20, 2013 Author Share Posted May 20, 2013 Hi Everyone Can anyone help with this problem ? I am looking to launch my shop this week and need my logo displaying. Cheers Allan. Link to comment Share on other sites More sharing options...
vekia Posted May 20, 2013 Share Posted May 20, 2013 it's probably because your logo is hardcoded in the template file. go to your theme directory and open the header.tpl file can you please paste here part of code where you've got <img> with your logo? Link to comment Share on other sites More sharing options...
theofferhut Posted May 20, 2013 Author Share Posted May 20, 2013 Hi Vekia, I think this is what you asked for : <!-- -----logo------ --> {if $page_name == "index"} <h1 class="Ot-logo"> <a href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <span>{$shop_name|escape:'htmlall':'UTF-8'}</span> </a> </h1> {else} <h2 class="Ot-logo"> <a href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <span>{$shop_name|escape:'htmlall':'UTF-8'}</span> </a> </h2> {/if} <!-- ------------End logo-------- --> 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