Hello everyone,
I have recently switched to Shopify from woo commerce. I am looking for a (Free) way if possible to get an accordion-style footer for my dawn theme.
Thank you
Hello everyone,
I have recently switched to Shopify from woo commerce. I am looking for a (Free) way if possible to get an accordion-style footer for my dawn theme.
Thank you
Sounds like a JS conflict. Take a look if you are using different versions of jQuery that might interfere with each other.
No, their is no free way to get it, but i have created a solution for this.
Add this code in the bottom of footer.liquid file.
awesome work mate. thank you so much. it worked perfectly as I wanted.
Thanks for this code. When I first applied it to my theme nothing happened. I think there is some lag with Shopify server. I tested in 3 different browsers and none of them loaded the footer as an accordion. About 20 minutes later it was working properly though.
Hi @SpeedyDev
Thank you, that works perfect. However, is it possible that the tabs are not collapsed as default? Currently all tabs are open by default and I would like them closed as default.
Best regards,
Daniel
They are usually collapsed by default.
Hi @SpeedyDev , this is gold! Thanks so much for sharing. How can we get the tabs to be closed by default?
Hi.
Change this code .grid .footer-block__heading:not(.block-collapsed)::after {
content: “-”;
To this (instead of after, change it to after.
.grid .footer-block__heading:not(.block-collapsed)::before {
content: “-”;
If you need more help, check out madjaas.com
Thank you for this code! Is there a way to have the buttons/headings centered?
cooooool! thank you so much
Thanks a lot…it works pretty well
Hello @SpeedyDev , Is it possible to put Brand Information in collapsible as well??