Luke_Urtnowski Posted August 28, 2013 Share Posted August 28, 2013 I'm trying to do two things... 1) Change the logo on my site, heres the code in header.tpl <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> So how do I change it? 2) Im trying to add a ssl image to the "Block Payment Logo" module... How does that happen? Link to comment Share on other sites More sharing options...
vekia Posted August 28, 2013 Share Posted August 28, 2013 1) what you exactly want to change? upload new logo? or what? if you want to upload new logo go to preferences > themes in your back office. If you want something else - please explain what exactly 2) blockpayment logo instead of full url uses relative path with {$img_dir} variable, it mean that if you browse website with ssl certificate the url to payment logo will be also with ssl Link to comment Share on other sites More sharing options...
Luke_Urtnowski Posted August 28, 2013 Author Share Posted August 28, 2013 ok, changed the logo to a png. Im pretty bad at explaining things so bear with me on this, I have an image of a SSL certificate (http://www.swedishsw...certificate.jpg) I want to place it where the grey arrow is pointing (attachment) which I guess is in the "Block Payment Logo" module. How Do I add the image into the module? Thanks... Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2013 Share Posted August 29, 2013 ulpoad image to your server. then open blockpaymentlogo.tpl file (located in module directory or in themes/your_theme/modules/blockpaymentlogo) and add there own line: <img src="{$img_dir}name_of_your_image.jpg" alt="SECURED SSL" /> Link to comment Share on other sites More sharing options...
Luke_Urtnowski Posted August 29, 2013 Author Share Posted August 29, 2013 thx, this is a slick system, kudos man! Link to comment Share on other sites More sharing options...
Luke_Urtnowski Posted August 29, 2013 Author Share Posted August 29, 2013 1 more thing, the background on the home page is different than that on the products page. http://www.swedishsweetsandimports.com/ http://www.swedishsweetsandimports.com/sweets/108-fruxo-klubba.html How do I change that background image. Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2013 Share Posted August 29, 2013 it's probably because you don't have slider on product page Link to comment Share on other sites More sharing options...
Luke_Urtnowski Posted August 29, 2013 Author Share Posted August 29, 2013 Ya... Thats what I thought too. But the background image on the home page is, http://www.swedishsweetsandimports.com/themes/dtheme-blue/img/headerbgmain.png but the background on each products page is, http://www.swedishsweetsandimports.com/themes/dtheme-blue/img/headerbgmain2.png Whats the best way to change that image? (I guess I can just change the image, but I want to do this the right way...) Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2013 Share Posted August 29, 2013 i think that this will do the trick: remove the headerbgmain2.png then duplicate the headerbgmain.png and change its name to headerbgmain2.png 1 Link to comment Share on other sites More sharing options...
Linkarta Posted September 6, 2014 Share Posted September 6, 2014 i have similar question, i want to replace my logo with hover loge, which is obviously 2 images are involved so preference option in the back office will not help, any advice? Link to comment Share on other sites More sharing options...
jignesh11 Posted December 26, 2016 Share Posted December 26, 2016 (edited) i want to put my cart block and quick search besides of logo but how its display i don't know please suggest me means i want to display both module on right side of logo module, currently i have display in display top section. thanks Edited December 26, 2016 by jignesh11 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts