asmar Posted April 20, 2014 Share Posted April 20, 2014 Hi all, I tried everything I found on the forums but doesn't seem to work for 1.6* version. All I want is to place some text inside the <section class=bottom_footer> which at the moments have the "powered by..." text. I didn't found under modules any footer related tpl and under blockcms already removed that and clear cache but that text is still there. Any help is much appreciated. Thanks Link to comment Share on other sites More sharing options...
Paulito Posted April 20, 2014 Share Posted April 20, 2014 (edited) Good morning Why not have a look here: public_html/Your Shop/themes/default-bootstrap/modules/blockcms/blockcms.tpl Around line 120 </li> </ul> {$footer_text} </section> {if $display_poweredby} <section class="bottom-footer col-xs-12"> <div> © 2014 {l s='[1]Ecommerce software by %s[/1]' mod='blockcms' sprintf=['PrestaShop™'] tags=['<a class=_blank" href="http://www.prestashop.com">]} </div> </section> {/if} <!-- /MODULE Block footer --> {/if} Please see Link below http://screencast.com/t/iul3YYwZ I am not sure about how Responsive it will be though Paul Edited April 20, 2014 by Paulito (see edit history) Link to comment Share on other sites More sharing options...
asmar Posted April 20, 2014 Author Share Posted April 20, 2014 Hi Paul, I've already changed that but it doesn't change anything. I've also cleared the cache and made the same changes to every theme (just two including the default) but problem remains. Link to comment Share on other sites More sharing options...
Paulito Posted April 20, 2014 Share Posted April 20, 2014 Hello again I am not sure I fully understand http://screencast.com/t/7YKauZKO Paul Link to comment Share on other sites More sharing options...
vekia Posted April 20, 2014 Share Posted April 20, 2014 and what theme you use? perhaps your problem is related to fact that you use some non default solution. this is why default way to change it doesnt work. Link to comment Share on other sites More sharing options...
asmar Posted April 25, 2014 Author Share Posted April 25, 2014 I'm using a theme that I bought from templatemonster but the tpl you mentioned above is there and already changed the text. I opened every single tpl of the theme's folder and there is nowhere else that string. Thanks Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2014 Share Posted April 25, 2014 and what about original module .tpl file? Link to comment Share on other sites More sharing options...
Recommended Posts