jelly013 Posted July 27, 2016 Share Posted July 27, 2016 Hello, I want to change the client area logo but that doesn't work. I replaced the image in the directory of the template but that didn't work. Any suggestions? If you post a code be detailed. Kind Regards, jelly013 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 27, 2016 Share Posted July 27, 2016 are you sure that you changed the image in the template that you are using? e.g if you are using the "Six" template, it will be /templates/six/img/logo.png alternatively, you code modify header.tpl ~ line 96 and change the image filename specified in the code... <a href="{$WEB_ROOT}/index.php"><img src="{$WEB_ROOT}/templates/{$template}/img/logo.png" alt="{$companyname}" /></a> 0 Quote Link to comment Share on other sites More sharing options...
jelly013 Posted July 27, 2016 Author Share Posted July 27, 2016 Thank you so much! I was searching 6 hours to do this!!!!!! Thanks man! 0 Quote Link to comment Share on other sites More sharing options...
Anders Posted April 2, 2020 Share Posted April 2, 2020 Hello, for some reason i cant change logo any ideas what wrong i am using this code: {if $assetLogoPath} <a href="{$WEB_ROOT}/index.php" class="logo"><img src="{$WEB_ROOT}/templates/mytheme1/img/logo.png" alt="{$companyname}"></a> {else} <a href="{$WEB_ROOT}/clientarea.php" class="logo logo-text">User Area</a> {/if} 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 2, 2020 Share Posted April 2, 2020 is the site being cached ? personally, I wouldn't have changed the logo by editing the template, I would have used a hook. 0 Quote Link to comment Share on other sites More sharing options...
Anders Posted April 2, 2020 Share Posted April 2, 2020 (edited) is not cached i also followed url to see if the image was there and it was. hook do you have one ready :) Edited April 2, 2020 by Anders 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 2, 2020 Share Posted April 2, 2020 take your pick... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.