implement custom header, footer, and brand logo layouts for Shivasakthi theme

This commit is contained in:
Alaguraj0361 2026-09-02 23:03:13 +05:30
parent 2ad5bb6a8f
commit edb23c42dd
3 changed files with 11 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -72,7 +72,7 @@
<div class="container-fluid"> <div class="container-fluid">
<!-- Brand Logo on the left --> <!-- Brand Logo on the left -->
<a class="navbar-brand py-0 d-flex align-items-center" href="/"> <a class="navbar-brand py-0 d-flex align-items-center" href="/">
<img src="/dine360_theme_shivasakthi/static/src/img/shivasakthi_logo_new.png" class="img-fluid" style="max-height: 70px;" alt="Shiva Sakthi Restaurant"/> <img src="/dine360_theme_shivasakthi/static/src/img/shivasakthi_header_logo.png?v=2" class="img-fluid" style="height: 60px; max-height: 60px; width: auto; object-fit: contain;" alt="Shiva Sakthi Restaurant"/>
</a> </a>
<!-- Mobile Toggle --> <!-- Mobile Toggle -->
@ -120,6 +120,15 @@
</xpath> </xpath>
</template> </template>
<!-- Guarantee logo is rendered on every page including standard headers -->
<template id="Shivasakthi_header_brand_logo_override" inherit_id="website.option_header_brand_logo" name="Shivasakthi Brand Logo Override" priority="20">
<xpath expr="//a" position="replace">
<a data-name="Navbar Logo" href="/" class="navbar-brand logo d-flex align-items-center py-0 me-3">
<img src="/dine360_theme_shivasakthi/static/src/img/shivasakthi_header_logo.png?v=2" class="img-fluid" style="height: 55px; max-height: 55px; width: auto; object-fit: contain;" alt="Shiva Sakthi Restaurant"/>
</a>
</xpath>
</template>
<template id="Shivasakthi_footer_new" inherit_id="website.layout" name="Shivasakthi Footer New" priority="50"> <template id="Shivasakthi_footer_new" inherit_id="website.layout" name="Shivasakthi Footer New" priority="50">
<xpath expr="//footer[@id='bottom']" position="replace"> <xpath expr="//footer[@id='bottom']" position="replace">
<footer id="bottom" data-anchor="true" data-name="Footer" class="o_footer o_colored_level o_cc"> <footer id="bottom" data-anchor="true" data-name="Footer" class="o_footer o_colored_level o_cc">
@ -132,7 +141,7 @@
<!-- Col 1: Brand --> <!-- Col 1: Brand -->
<div class="col-lg-4 col-md-6 mb-4"> <div class="col-lg-4 col-md-6 mb-4">
<div class="footer-logo mb-4 d-flex align-items-center"> <div class="footer-logo mb-4 d-flex align-items-center">
<img src="/dine360_theme_shivasakthi/static/src/img/shivasakthi_logo_new.png" alt="Shiva Sakthi Restaurant" style="height: 80px;"/> <img src="/dine360_theme_shivasakthi/static/src/img/shivasakthi_header_logo.png?v=2" alt="Shiva Sakthi Restaurant" style="height: 70px; width: auto; object-fit: contain;"/>
</div> </div>
<p class="footer-desc mb-4" style="font-size: 14px; line-height: 1.8; color: #dcdcdc;"> <p class="footer-desc mb-4" style="font-size: 14px; line-height: 1.8; color: #dcdcdc;">
At Shiva Sakthi Restaurant, we bring you the best of South and North Indian cuisine, crafted with passion and authenticity. From our kitchen to your plate, every dish is a celebration of India's rich culinary heritage. At Shiva Sakthi Restaurant, we bring you the best of South and North Indian cuisine, crafted with passion and authenticity. From our kitchen to your plate, every dish is a celebration of India's rich culinary heritage.