enquire Posted March 30, 2014 Share Posted March 30, 2014 Hi, I'm trying to figure out how to start modifying the shop front-end and I cant make head or tail of where to start. Could somebody explain step by step how to delete the top banner area of PrestaShop shop front-end (where it has an image, sale 70% off....., get savings now, call us now toll free....) I have attached a screen shot of the area. I would really appreciate any advise. Thanks. Link to comment Share on other sites More sharing options...
loulou66 Posted March 30, 2014 Share Posted March 30, 2014 Hi in BO==>modules disable Banner module ou config it with new picture @++ Loulou66 Link to comment Share on other sites More sharing options...
Paulito Posted March 30, 2014 Share Posted March 30, 2014 Good morning Back office 》 Modules 》Front office features 》 Banner block Paul Link to comment Share on other sites More sharing options...
enquire Posted March 30, 2014 Author Share Posted March 30, 2014 Hi, Disable Back office 》 Modules 》Front office features 》 Banner block did work, Thanks to your clear instructions. However "call us now toll free......" stayed on page. Where can I delete this? I understand a bit about html and css, but I don't know anything about php or tpl. So if I want to delete "call us now toll free:012......", where can I do this? If I want to take the colour off from the top banner, where can I do this? I'm trying to figure out what folders and files refer to what areas in the shops front end and hopefully then I will be able to make some sense of this all. Any advise will be greatly appreciated. Thanks! Link to comment Share on other sites More sharing options...
HETPE3B Posted March 30, 2014 Share Posted March 30, 2014 (edited) Not sure if anybody did mention BO banner block needs to be disabled or updated with the desired picture Regarding the phone number BO Contact block Edited March 30, 2014 by HETPE3B (see edit history) 1 Link to comment Share on other sites More sharing options...
enquire Posted March 30, 2014 Author Share Posted March 30, 2014 Thank you for your advise. I managed to delete "call us now toll free:012......" Link to comment Share on other sites More sharing options...
vekia Posted March 30, 2014 Share Posted March 30, 2014 for everyone looking the solution: if you want to change this: log in to your back office, then open "modules" section, search for "contact block" (1), you will see modules list (2) click on configure near the module (3) then just change number of phone (1) and hit save button (2) voila! 1 Link to comment Share on other sites More sharing options...
rvzoest Posted April 2, 2014 Share Posted April 2, 2014 (edited) On 3/30/2014 at 10:37 PM, vekia said: for everyone looking the solution: if you want to change this: log in to your back office, then open "modules" section, search for "contact block" (1), you will see modules list (2) click on configure near the module (3) then just change number of phone (1) and hit save button (2) voila! I'v been trying to erase the "Call us toll free " bit for an hour of two but can't get it away. I work in PS1.6 with dutch translation. I've changed the dutch AND english translation, released cache and tried reinstall the module but it still reappears. What can I do next?? Edited April 2, 2014 by rvzoest (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 2, 2014 Share Posted April 2, 2014 On 4/2/2014 at 11:19 AM, rvzoest said: I'v been trying to erase the "Call us toll free " bit for an hour of two but can't get it away. I work in PS1.6 with dutch translation. I've changed the dutch AND english translation, released cache and tried reinstall the module but it still reappears. What can I do next?? on localization > translations page you can select theme from second dropdown, you selected it ? Link to comment Share on other sites More sharing options...
rvzoest Posted April 2, 2014 Share Posted April 2, 2014 Yes!!!! Finally, I had 2 themes I worked on and I changed it in the "wrong' theme pffff Thanks a lot!! Link to comment Share on other sites More sharing options...
enquire Posted April 2, 2014 Author Share Posted April 2, 2014 Hi, Hopefully somebody, more experienced in Prestashop than I, can correct this info if this is not the right way to erase the "call us now toll free.....". This is how I managed to delete/erase the "call us now toll free....." ->Themes ->Default-Bootstrap ->Modules ->Blockcontact ->nav.tpl ->delete rows 28-32 {if $telnumber} <span class="shop-phone"> <i class="icon-phone"></i>{l s='Call us now toll free:' mod='blockcontact'} <strong>{$telnumber}</strong> </span>{/if} This worked for me. Regards 1 Link to comment Share on other sites More sharing options...
vekia Posted April 2, 2014 Share Posted April 2, 2014 if you want to remove it, you don't have to modify tpl files. (who knows, maybe in the future you will want to put it back) modules > positions search for block contact in nav position and just unhook block contact module. Link to comment Share on other sites More sharing options...
do2go Posted June 5, 2014 Share Posted June 5, 2014 On 4/2/2014 at 11:48 AM, vekia said: if you want to remove it, you don't have to modify tpl files. (who knows, maybe in the future you will want to put it back) modules > positions search for block contact in nav position and just unhook block contact module. Its not complete solution tho - It also takes off "contact" link which I for example don't want to get rid off. In that case I just don't see other solution then deleting {if $telnumber} <span class="shop-phone"> <i class="icon-phone"></i>{l s='Call us now:' mod='blockcontact'} <strong>{$telnumber}</strong> </span> {/if} part even if there is {if} which tells me that he print this from module that we can manage from modules. The solution could be only to make just sample radio input in module to use this {if} as a switch "on/off". Link to comment Share on other sites More sharing options...
gerstavros Posted September 22, 2014 Share Posted September 22, 2014 I am trying to remove the logo from header, but in every change i do, for example by deleting the relative div, the site stops working, although i checked that no div is not closed Link to comment Share on other sites More sharing options...
Paulito Posted September 22, 2014 Share Posted September 22, 2014 Hello Your post is not connected to the original topic so it would be better for you, and any forum members who wish to help you, to raise a separate topic Hope you understand Paul Link to comment Share on other sites More sharing options...
gerstavros Posted September 22, 2014 Share Posted September 22, 2014 On 9/22/2014 at 4:22 PM, Paulito said: Hello Your post is not connected to the original topic so it would be better for you, and any forum members who wish to help you, to raise a separate topic Hope you understand Paul Topic theme is: How to delete an area of the store front-end in PrestaShop 1.6, and my question is how to remove the logo. Anyway i already did it by removing the folloing in header.tpl <div id="header_logo"> <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/></a> </div> Link to comment Share on other sites More sharing options...
Paulito Posted September 22, 2014 Share Posted September 22, 2014 Hello gertavros I totally agree with your comment but the author of the topic wanted information on how to alter the "Top Banner Area", not the logo. The only reason I mentioned this was because it is very confusing to have two separate questions in one topic. Who is answering, what topic is being answered. As as I said earlier, I hope you understand and I am pleased you found and shared the solution to your question Paul Link to comment Share on other sites More sharing options...
gerstavros Posted September 22, 2014 Share Posted September 22, 2014 I didn't notice that the title of topic is different from the question, anyway i agree with you, i just got confused by the wrong title Link to comment Share on other sites More sharing options...
asksen2003 Posted December 12, 2014 Share Posted December 12, 2014 How to remove default banner from the product page, I am not talking about top banner of home page. This is not my banner. But I need help for the above. Can anyone please help.... Link to comment Share on other sites More sharing options...
Paulito Posted December 12, 2014 Share Posted December 12, 2014 Hello Not really sure what your after, But, if all you want to do is remove the image of the telephone and number then go to: blockcontact.css around Line 1 and add this: .shop-phone { float: left; padding: 5px 0 10px; display: none; } Before http://screencast.com/t/nSWShmhRnH After http://screencast.com/t/tVIXoStfR You can also add this code anywhere in global.css .shop-phone { float: left; padding: 5px 0 10px; display:none!important; Paul Link to comment Share on other sites More sharing options...
loulou66 Posted December 12, 2014 Share Posted December 12, 2014 hi just delete the number of phone in the setting of module "Blockcontact" if you want change the background in global.css change color of header .nav { background: #333; } @++ Loulou66 Link to comment Share on other sites More sharing options...
asksen2003 Posted December 12, 2014 Share Posted December 12, 2014 I want to remove banner image from the category page, it will show only the sub-category thumb images in the sub category page. 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