hyreee Posted June 18, 2013 Share Posted June 18, 2013 Hello, I face a problems on changing the default footer note from; © 2013 Powered by PrestaShop ™ to © 2013 Powered by El Zahraa ™ I go to module > cms block and change the setting to; But when i refresh the website, it look like this; The "© 2013 Powered by El Zahraa ™" already move to top and contact us move to botom. Even if I untick the powered by prestashop box, it will display as above. Can anyone assist me? Link to comment Share on other sites More sharing options...
vekia Posted June 18, 2013 Share Posted June 18, 2013 Can anyone assist me? it looks like you use non-default theme. So the designer of your theme probably hardcoded it in the template files. you should check the themes/YOUR_THEME/footer.tpl file Link to comment Share on other sites More sharing options...
hyreee Posted June 24, 2013 Author Share Posted June 24, 2013 I already go to the footer.tpl. here is the code; {if !$content_only} </div> {if $page_name !== 'index'} <aside class="grid_6"> <div id="right_column" class="column"> {$HOOK_RIGHT_COLUMN} </div> </aside> {/if} </div> <footer id="footer"> <div class="container_24 clearfix"> <div class="grid_24"> <div class="footer-inner"> {$HOOK_FOOTER} </div> </div> </div> </footer> </div> </div></div></div> {/if} </body> </html> Which one should i modified? Link to comment Share on other sites More sharing options...
vekia Posted June 24, 2013 Share Posted June 24, 2013 well, your code looks well. I think that theme designer inserted own sign to the last module in your footer please check modules > positions tab in your back office search for displayFooter section, what module is last on this list? 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