When I added a module to my website my footer (one where it says copyright info & switch language &powered by Odoo) is positioned at the middle of the site, its at a fixed spot on all the pages.instead of the bottom of the page. I think the footer lost the dynamic nature if it. I uninstalled the module and its still the same. Can you tell me how to reset this error.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
I am also having this problem, did you have any luck resolving it?
nothing I was hoping someone from odoo to help out but no luck yet
as you can see above, I found a solution wiith height: auto; attribute in <main> div
Hello just found how to solve the issue :
change in "Frontend Layout" view (ID: web.frontend_layout)
add
style="height: auto;"to `<main>` div to have correct behavior
<main style="height: auto;">
<t t-raw="0"/>
</main>
Hope this help
xpath inherited viiew :
<record model="ir.ui.view" id="frontend_layout_fix">
<field name="name">Frontend Layout fix</field>
<field name="inherit_id" ref="web.frontend_layout"/>
<field name="arch" type="xml">
<data>
<xpath expr="//main" position="attributes">
<attribute name="style">height: auto;</attribute>
</xpath>
</data>
</field>
</record>
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
mar 19
|
3187 | ||
Footer section size
Rozwiązane
|
|
2
lis 16
|
5755 | |
|
3
cze 24
|
2005 | ||
|
6
cze 24
|
7786 | ||
Header Footer Document Export
Rozwiązane
|
|
1
cze 23
|
2750 |