Prestashop Newbie17 Posted June 19, 2014 Share Posted June 19, 2014 (edited) Hello , I am a newbie to this forum, Currently am using prestashopv1.6... I want to add extra links next to contactus,SignIn in the top header/navigation bar... and also give links to the pages where it ll navigate to tat particular page.. I av attached image , it ll give clear information wat i wanna do Thanks, Prestashop Newbie17 Edited June 20, 2014 by Prestashop Newbie17 (see edit history) Link to comment Share on other sites More sharing options...
PSfever.com Posted June 19, 2014 Share Posted June 19, 2014 Hi, you will need to either attach new module to the navigation hook, or edit the .tpl file of some of the moduels which are currently hooked in there. 1 Link to comment Share on other sites More sharing options...
Prestashop Newbie17 Posted June 19, 2014 Author Share Posted June 19, 2014 Hi @PrestaShop Apprentice, Please can u tell me in detail , wat am i supposed to do... I donno PHP creating a new module involves PHP rt... and also i should move those links lik contact us and sign in towards the left Link to comment Share on other sites More sharing options...
Prestashop Newbie17 Posted June 19, 2014 Author Share Posted June 19, 2014 Hi, you will need to either attach new module to the navigation hook, or edit the .tpl file of some of the moduels which are currently hooked in there. Hi , Please can u tell me in detail , wat am i supposed to do... I donno PHP creating a new module involves PHP rt... and also i should move those links lik contact us and sign in towards the left Link to comment Share on other sites More sharing options...
PSfever.com Posted June 19, 2014 Share Posted June 19, 2014 Hi , Please can u tell me in detail , wat am i supposed to do... I donno PHP creating a new module involves PHP rt... and also i should move those links lik contact us and sign in towards the left It depends on where you want to add this link, and where the link is "linking"... Link to comment Share on other sites More sharing options...
vekia Posted June 19, 2014 Share Posted June 19, 2014 html box free + own link in displayNav hook <a href="url">MyLink</a> 2 Link to comment Share on other sites More sharing options...
vekia Posted June 19, 2014 Share Posted June 19, 2014 guide here: example od code: <a href="http://mypresta.eu" style="display: inline-block; float: right; color: white; font-weight: bold; padding: 8px 10px 11px 10px; text-shadow: 1px 1px rgba(0, 0, 0, 0.2); cursor: pointer; line-height: 18px;">My PrestaShop website</a> 2 Link to comment Share on other sites More sharing options...
Prestashop Newbie17 Posted June 19, 2014 Author Share Posted June 19, 2014 Hello @PSfever.com,@vekia I want to create a links for example :FAQ or TRACKORDER like how we av for CONTACT US and SIGN IN links,, once we click on contact us page it ll redirect to contact page where tat particular information is present . similarly i want to create FAQ page and when i click on FAQ link it should redirect to FAQ page. My BIG problem is how to create a this FAQ page and give a link in the top header page. Link to comment Share on other sites More sharing options...
vekia Posted June 19, 2014 Share Posted June 19, 2014 preferences > cms you can create there pages with custom contents. it's great feature to achieve what you expect. 1 Link to comment Share on other sites More sharing options...
Prestashop Newbie17 Posted June 20, 2014 Author Share Posted June 20, 2014 preferences > cms you can create there pages with custom contents. it's great feature to achieve what you expect. hi, I created new page under cms, it got created.. now i shud include tat page in the display nav bar.. how to do tat?? for example: FAQ link shud go to FAQ page... Link to comment Share on other sites More sharing options...
vekia Posted June 20, 2014 Share Posted June 20, 2014 open this cms page that you created, then copy url address to this page and use it in href="" param in the code that i suggested to use :-) Link to comment Share on other sites More sharing options...
Prestashop Newbie17 Posted June 25, 2014 Author Share Posted June 25, 2014 (edited) open this cms page that you created, then copy url address to this page and use it in href="" param in the code that i suggested to use :-) Hello Vekia, Thanks for info abt the html box, its good and i installed it As u said , i installed html box n created a link but i couldnt place it tat link in display nav bar . rest hearder, top, footer every where i can place and its visible, but if i select display nav then tat link is not visible .. wat to do ?? please see the attached image, m i following the correct procedure. Thanks Edited June 25, 2014 by Prestashop Newbie17 (see edit history) Link to comment Share on other sites More sharing options...
prakashivan Posted July 15, 2014 Share Posted July 15, 2014 Hello Vekia, Thanks for info abt the html box, its good and i installed it As u said , i installed html box n created a link but i couldnt place it tat link in display nav bar . rest hearder, top, footer every where i can place and its visible, but if i select display nav then tat link is not visible .. wat to do ?? please see the attached image, m i following the correct procedure. Thanks displayNav,html_box.png I also have same problem Link to comment Share on other sites More sharing options...
vekia Posted July 15, 2014 Share Posted July 15, 2014 make sure that module is associated with displayNav hook go to modules > positions if it's not - transplant it there 1 Link to comment Share on other sites More sharing options...
prakashivan Posted July 15, 2014 Share Posted July 15, 2014 make sure that module is associated with displayNav hook go to modules > positions if it's not - transplant it there Hi Vikia, you are the man for all solutions..it worked for me... I am using PS 1.6.0.8...Thank You so much http://localhost:8888/prestashop/ Link to comment Share on other sites More sharing options...
vekia Posted July 15, 2014 Share Posted July 15, 2014 yea ;-) glad to hear that it finally started to work :-) so you just simply transplanted module to displayNav hook, right? 1 Link to comment Share on other sites More sharing options...
prakashivan Posted July 16, 2014 Share Posted July 16, 2014 Yes i just transplanted HTMLbox module into DisplayNav. BO-->Modules-->Position-->>DisplayNav Before it was not available in DisplayNav and you can see it there after transplant Hope it will helps someone 1 Link to comment Share on other sites More sharing options...
ricky11 Posted September 12, 2014 Share Posted September 12, 2014 Hi, I am trying to transplant this module HTMLBOX in to hook display nav, but it keeps saying : This module cannot be transplanted to this hook. 2 Link to comment Share on other sites More sharing options...
thechinmaster Posted September 23, 2014 Share Posted September 23, 2014 make sure that module is associated with displayNav hook go to modules > positions if it's not - transplant it there vekia saves the day again. your a bloody legend. thanks! Link to comment Share on other sites More sharing options...
gadnis Posted December 6, 2014 Share Posted December 6, 2014 Hi, I am trying to transplant this module HTMLBOX in to hook display nav, but it keeps saying : This module cannot be transplanted to this hook. Me too. It's no longer DisplayNav option on the module it self.. only: header, top, left column, right column, footer, home. No display Nav to choose.. 1 Link to comment Share on other sites More sharing options...
Recommended Posts