Shopify themes, liquid, logos, and UX
Hello!
How can we solve in the Broadcast theme issue, least one filter should always be always down/open, or even all of them?
Store name: https://bogrebarat.hu/collections/osszes-termek
Share preview link: code: 123
Hey @Fussigabor
Go to Shopify Admin -> Online Store ->Theme -> Edit code->theme.liquid -> Add below code before </body> at the theme.liquid file
<style>
body .collection__filters .filter-group__body {
height: auto;
}
</style>
<script>
$('.collection__filters details[data-collapsible]').each(function() {
this.setAttribute('open', 'true');
});
</script>
Hello! 🙂
unfortunately it doesn't work.
Did you add the code in the right place?
Yes, i tryed custom.js also.
We require access to your store to check the console errors and review your theme code, allowing us to provide the best solution
Hello! 🙂
Okay.
Domain: Bogrebarat.hu
Collab code: 0551
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025