nuchie1 Posted October 2, 2013 Share Posted October 2, 2013 How can I remove the homepage logo from home text editor. I don't want a picture or logo showing. Link to comment Share on other sites More sharing options...
vekia Posted October 2, 2013 Share Posted October 2, 2013 what ps version you use? if 1.5.5 there is a little bug, it mean that you will have to remove it manually from module tpl file Link to comment Share on other sites More sharing options...
nuchie1 Posted October 2, 2013 Author Share Posted October 2, 2013 Yes, I'm using 1.5.5. So I need to remove from Tpt. What module is it. I don't see a Home Text mod. I do see an editoial mod. Link to comment Share on other sites More sharing options...
vekia Posted October 2, 2013 Share Posted October 2, 2013 open file: /modules/editorial/editorial.tpl then just remove: {if $editorial->body_home_logo_link}<a href="{$editorial->body_home_logo_link|escape:'htmlall':'UTF-8'}" title="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}">{/if} {if $homepage_logo}<img src="{$link->getMediaLink($image_path)|escape:'html'}" alt="{$editorial->body_title|escape:'htmlall':'UTF-8'|stripslashes}" {if $image_width}width="{$image_width}"{/if} {if $image_height}height="{$image_height}" {/if}/>{/if} {if $editorial->body_home_logo_link}</a>{/if} Link to comment Share on other sites More sharing options...
nuchie1 Posted October 2, 2013 Author Share Posted October 2, 2013 (edited) I tried that and the pic still shows up. I even deleted the logo1 file. Then abox with ? appears instead Edited October 2, 2013 by nuchie1 (see edit history) Link to comment Share on other sites More sharing options...
nuchie1 Posted October 2, 2013 Author Share Posted October 2, 2013 (edited) Still not working Here is a screen sot of both TPL and homepage You see the image above the Heading still shows. Edited October 2, 2013 by nuchie1 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 hello can you check this file: themes/YOUR_THEME/modules/editorial/editorial.tpl ? does it exist? if so - you have to edit this one Link to comment Share on other sites More sharing options...
nuchie1 Posted October 3, 2013 Author Share Posted October 3, 2013 hello can you check this file: themes/YOUR_THEME/modules/editorial/editorial.tpl ? does it exist? if so - you have to edit this one not in my theme or the default theme. Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 okay so another thing: have you tried to clear cache and also to turn force compile ON ? Link to comment Share on other sites More sharing options...
nuchie1 Posted October 3, 2013 Author Share Posted October 3, 2013 I cleared the Smarty Cache and now I get a 500 Error when trying to log onto site. Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 turn on error reporting: http://www.prestashop.com/forums/topic/224525-how-to-get-debug-information-for-500-error-or-blank-page/ then instead of error 500 you will see what exactly doesn't work Link to comment Share on other sites More sharing options...
peranders Posted October 6, 2013 Share Posted October 6, 2013 How can I remove the homepage logo from home text editor. I don't want a picture or logo showing. I have a 1 px white picture. Link to comment Share on other sites More sharing options...
vekia Posted October 7, 2013 Share Posted October 7, 2013 this issue is fixed in latest prestashop 1.5.6 release, you can use home text editor module from newest version in your store Link to comment Share on other sites More sharing options...
Recommended Posts