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
Hi all, I hope someone can help!
I'm currently designing a website - https://clutchposters.com/
And I've used Shopifys sidekick ai to help design a countdown bar for me - the only problem I'm having is it won't let me show it on all pages. Currently it sits on the homepage but I'd love it to be continuous on all.
I'm aware that adding the section to my header will allow this but I can't seem to work out how to do that either! Assume it needs some coding.
Any help will be much appreciated!!
Thank you,
Tom
Solved! Go to the solution
This is an accepted solution.
Hi there, currently ai does not support sections it only supports blocks, so i have a solution for you, before ding this please make a backup for your live theme as well
first open theme edit code,
then search for the section called "header-announcements" after line 130 paste this code as it is
{
"type": "@theme"
},
{
"type": "@app"
},
it will look like this,
once you save it open your shopify customizer and add the announcement-bar section in header and remove the existing block and now you will see the option to generate ai block in header, and it will show on all of the pages as well
if it solves the issue, please dont forget to like and mark it as solved as well 🙂
This is an accepted solution.
Hi there, currently ai does not support sections it only supports blocks, so i have a solution for you, before ding this please make a backup for your live theme as well
first open theme edit code,
then search for the section called "header-announcements" after line 130 paste this code as it is
{
"type": "@theme"
},
{
"type": "@app"
},
it will look like this,
once you save it open your shopify customizer and add the announcement-bar section in header and remove the existing block and now you will see the option to generate ai block in header, and it will show on all of the pages as well
if it solves the issue, please dont forget to like and mark it as solved as well 🙂
Amazing! That worked - thanks so much for your help on this one!!