Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
When we click on the hamburger menu on mobile view :
The menu doesn't open
The site Freezes
I am on the Broadcast Theme
Solved! Go to the solution
This is an accepted solution.
Please add this code to theme.liquid file after <head>
{%- if template.name contains 'product' -%}
<style>
.drawer--header.is-open .drawer__inner {
visibility: visible !important;
transform: translateX(100%) ! IMPORTANT;
}
</style>
{%- endif -%}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
i think there is some network issues in your pc or mobile plz check it because in my pc and mobile it is work properly
I tried on my mobile and it's working well.
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
when you are on product page for exmaple - then click the hamburger
This is an accepted solution.
Please add this code to theme.liquid file after <head>
{%- if template.name contains 'product' -%}
<style>
.drawer--header.is-open .drawer__inner {
visibility: visible !important;
transform: translateX(100%) ! IMPORTANT;
}
</style>
{%- endif -%}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.