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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
2
Trả lời
2656
Lượt xem
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.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
3
thg 4 25
|
2633 | ||
|
2
thg 9 21
|
7672 | ||
|
0
thg 8 23
|
1324 | ||
|
2
thg 9 21
|
10310 | ||
How To Delete a Custom Dashboard?
Đã xử lý
|
|
3
thg 12 23
|
18227 |