-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport classic fixes since making hummingbird #397
Backport classic fixes since making hummingbird #397
Conversation
JBLach
commented
Dec 2, 2022
•
edited
Loading
edited
Questions | Answers |
---|---|
Description? | I went through all commits from classic theme since the start of himmingbird. Added missing things, or replaced with the current ones from the classic theme |
Type? | improvement |
Deprecations? | yes |
Fixed ticket? | Fixes #389 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small changes but looks fine enough to me, some things will be improved later (like images width which will be a part of the picture tag feature)
templates/_partials/header.tpl
Outdated
{if $shop.logo_details} | ||
{if $page.page_name == 'index'}<h1>{/if} | ||
<a class="navbar-brand" href="{$urls.pages.index}"> | ||
{renderLogo} | ||
</a> | ||
{if $page.page_name == 'index'}</h1>{/if} | ||
{/if} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test this? How does it react?
I'll pull up the branch in a few minutes to do a few checks
We will need to think about it for the picture tag feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes i tested it, it behaves the same as before, i only sent a correction, because i left the tag in the tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍬
@Hlavtox feel free to merge if you approve 🚀 or any others @PrestaShop/prestashop-maintainers |
Thank you @JBLach 🎉 |