diggy Posted May 3, 2013 Share Posted May 3, 2013 Hello everyone, This is my actual test e-shop : http://www.dgeneral.ch/TheStreetMag/ (it's based on the default theme). I would like to change the footer: Delete the lite grey line (with the 5 icons) Empty the bloc below Transform the bloc below in a html bloc, where I can a html code (for advertisment per exemple) And the final step would be to have the foot bloc with the same design (corner and centered) like the menu (under the header). Can someone help me to do that? Thanks in advance, David Link to comment Share on other sites More sharing options...
nadie Posted May 3, 2013 Share Posted May 3, 2013 Delete the lite grey line (with the 5 icons) Tab Modules -> Modules Search Module: Customer reassurance block Click -> Uninstall Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 Delete the lite grey line (with the 5 icons) this is reinsurance / reassurance module, go to the modules section, look for this module and disable / uninstall / delete it. Empty the bloc below go to the modules -> positions and remove all modules from footer section. Transform the bloc below in a html bloc, where I can a html code (for advertisment per exemple) use free html block module select footer section in module configuration page and insert own code Link to comment Share on other sites More sharing options...
nadie Posted May 3, 2013 Share Posted May 3, 2013 use free html block module or http://contentbox.org/ Sorry for my English Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 or http://contentbox.org/ Sorry for my English exactly! the choice is up to the thread author :-) @diggy let us know if it works for you Link to comment Share on other sites More sharing options...
nadie Posted May 3, 2013 Share Posted May 3, 2013 go to the modules -> positions and remove all modules from footer section. Attached image (For more compression) Sorry for my English. Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 hahah nadie awesome cooperation! :-)))))) Link to comment Share on other sites More sharing options...
nadie Posted May 3, 2013 Share Posted May 3, 2013 hahah nadie awesome cooperation! :-)))))) (jaja) Link to comment Share on other sites More sharing options...
diggy Posted May 3, 2013 Author Share Posted May 3, 2013 Thanks, both of you, your are very clear ! Perfect cooperation ! I just have a problem to put my html block in the footer, why? Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 not that way use module configuration page, you can select hook there: Link to comment Share on other sites More sharing options...
diggy Posted May 3, 2013 Author Share Posted May 3, 2013 I can't configure it. Ist it not the right one? Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 it's not this module ;-) we are taking about this one: http://www.prestashop.com/forums/topic/189039-module-html-box-for-free/ download it and install in your shop Link to comment Share on other sites More sharing options...
diggy Posted May 3, 2013 Author Share Posted May 3, 2013 Ahhh, sorry! Installed, thanks! How can I do, if I need to put some php code in there? Link to comment Share on other sites More sharing options...
nadie Posted May 3, 2013 Share Posted May 3, 2013 Ahhh, sorry! Installed, thanks! How can I do, if I need to put some php code in there? Module Vekia - "Box Html" only "html,css, javascript" Sorry for my English Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 it is impossible to put own PHP code to the module. if you want to use own PHP code, you should create own module or edit some of the already existing module Link to comment Share on other sites More sharing options...
diggy Posted May 3, 2013 Author Share Posted May 3, 2013 Ok, I will find an other way to put my php code... thanks you so much! Have you an idea what I could do to have the footer bloc with the same design (corner and centered) like the menu (under the header)? Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 by default footer section looks similar to the top horizontal menu, in your theme it is different? Link to comment Share on other sites More sharing options...
diggy Posted May 3, 2013 Author Share Posted May 3, 2013 I just add the LESS-CleanTheme to the basic one. It would be just nicer, if the footer would be the same as the menu (under the header), is it possible? Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 it's hard to say what you have to do, i don't know this theme well. Your website is online now? If so please paste the url, it will be really helpful for me Link to comment Share on other sites More sharing options...
diggy Posted May 3, 2013 Author Share Posted May 3, 2013 This is my actual test e-shop : http://www.dgeneral.ch/TheStreetMag/ (it's based on the default theme). Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 ohh sorry it's my mistake i didn't see it before im checking it right now Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 ok i don't know the source of the template, but you should check this: open themes/yourtheme/footer.tpl file then: move the whole div: div class="grid_9 alpha omega clearfix" id="footer"> into the div above: <div class="grid_9 alpha omega clearfix" id="columns"> just paste the #footer div at the end of #columns div then change the class file: themes/default/css/cleantheme.css: #footer { background: none repeat scroll 0 0 #333333; color: #FFFFFF; margin: 0 0 0 -15px; width: 1010px; } remove width param and change margin to: margin: 0px auto 10px auto; edit also: #footer { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } to: #footer { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } final effect: Link to comment Share on other sites More sharing options...
diggy Posted May 3, 2013 Author Share Posted May 3, 2013 Nice, thanks! Only problem, the right side is a little longer that the menu. What do I need to have the same ? Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 hello i checked your page source code and the width: 1010px; still appears there, you have to remove it. then change the class file: themes/default/css/cleantheme.css:#footer { background: none repeat scroll 0 0 #333333; color: #FFFFFF; margin: 0 0 0 -15px; width: 1010px; } remove width param and change margin to: margin: 0px auto 10px auto; Link to comment Share on other sites More sharing options...
diggy Posted May 3, 2013 Author Share Posted May 3, 2013 PERFECT! Thanks you all for your help !!! Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 so, now I can go ahead and mark this thread as solved :-) if you've got any other questions - feel free to create new threads regards 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