All things Shopify and commerce
Dear Members, I am having a bit of problem with the categories header of my website, it kind of always remains open which is kind of a problem. What I want is that it only should open up when we click it, otherwise it should remain closed. Here is a screenshot below to it. My website URL is https://www.brandtec.store/
In the Catalog and Product pages, you will notice the issue when you scroll up and down the page.
I will appreciate your support in this.
Solved! Go to the solution
This is an accepted solution.
Please add this code to theme.liquid file before </body> tag
<style>
.section-header-navigation { z-index: 22 !important; }
.header__menu-vertical {
transform: translateY(0px) !important;
opacity: 0 !important;
visibility: visible !important;
}
.d-active .header__menu-vertical { opacity: 1 !important; }
</style>
<script>
$(".vertical-menu").on('click', function (event) {
event.preventDefault();
if($('.vertical-menu').hasClass('d-active')){
$('.vertical-menu').removeClass('d-active')
}else{
$('.vertical-menu').addClass('d-active')
}
});
</script>
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
Please add this code to theme.liquid file before </body> tag
<style>
.section-header-navigation { z-index: 22 !important; }
.header__menu-vertical {
transform: translateY(0px) !important;
opacity: 0 !important;
visibility: visible !important;
}
.d-active .header__menu-vertical { opacity: 1 !important; }
</style>
<script>
$(".vertical-menu").on('click', function (event) {
event.preventDefault();
if($('.vertical-menu').hasClass('d-active')){
$('.vertical-menu').removeClass('d-active')
}else{
$('.vertical-menu').addClass('d-active')
}
});
</script>
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Yes Sir it worked perfectly. Thank you so much for your help. You are literally the greatest among the shopify partners and community helpers.
You are very welcome!
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
User | RANK |
---|---|
41 | |
38 | |
24 | |
24 | |
22 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023