Hi all,
I need to find the HTML's file of the header of website, to add social media icon and a click to action.
Information : i use theme clean on odoo 8.
Thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all,
I need to find the HTML's file of the header of website, to add social media icon and a click to action.
Information : i use theme clean on odoo 8.
Thanks in advance.
Header is included in QWeb template, you can find through HTML Editor:
Open HTML Editor ( Customize -> HTML Editor)
From the dropdown selection of templates (at the top of HTML Editor) select the one named "Main Layout"
The template "Main Layout" should contain a <header> tag, with subsequent structure that actually forms the header menu part of website. you can edit it, add whatever you like inside it, just find correct place inside it, where to put your additions.
it works :) thanks a lot. Have a nice day
You're welcome
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
1
dec. 22
|
4090 | ||
|
4
mei 25
|
2807 | ||
|
2
jan. 25
|
2137 | ||
|
4
jan. 25
|
4229 | ||
|
0
nov. 24
|
1542 |
you mean public website ? Have you tried to use HTML Editro?
Hi thank you for your reply @Temur
I've already check in HTML editor and there's no header HTML.
Yes i mean public website.