Hello! Our company is currently using Odoo 15 (we hope to upgrade to 17 to utilize the Landing Pages feature). In the meantime, I would need to know how I can hide the menu, header, and footer for a single page of the website. This could be through a plugin, system configuration, or code. Thank you very much.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
2653
Tampilan
Hay,
you can set the display to none by adding the following code in the desired page inside website layout in a script tag :
window.onload = function(){
document.getElementById('top').style.display = "none";
document.getElementById('footer').style.display = "none";
};
Thank you very much for your reply. It worked well for us, the elements are no longer displayed when we finish loading the website.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
3
Apr 25
|
2623 | ||
|
2
Sep 21
|
7666 | ||
|
0
Agu 23
|
1318 | ||
How to Set Landing or Home Page of My Customized App
Diselesaikan
|
|
2
Sep 21
|
10306 | |
How To Delete a Custom Dashboard?
Diselesaikan
|
|
3
Des 23
|
18221 |