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

HELP - Countdown Banner Only Appears On Homepage

Solved

HELP - Countdown Banner Only Appears On Homepage

thomasb1998
Excursionist
20 0 5

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

Screenshot 2025-06-29 at 21.59.14.png

Accepted Solution (1)

ninja_code007
Shopify Partner
3 1 2

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,download - 2025-06-30T023925.626.png

then search for the section called "header-announcements" after line 130 paste this code as it is

{
"type": "@theme"
},
{
"type": "@app"
},
download - 2025-06-30T023752.138.png

it will look like this,

download - 2025-06-30T024651.912.png

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
download - 2025-06-30T023610.971.png

 

if it solves the issue, please dont forget to like and mark it as solved as well 🙂

Muhammad Junaid

View solution in original post

Replies 2 (2)

ninja_code007
Shopify Partner
3 1 2

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,download - 2025-06-30T023925.626.png

then search for the section called "header-announcements" after line 130 paste this code as it is

{
"type": "@theme"
},
{
"type": "@app"
},
download - 2025-06-30T023752.138.png

it will look like this,

download - 2025-06-30T024651.912.png

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
download - 2025-06-30T023610.971.png

 

if it solves the issue, please dont forget to like and mark it as solved as well 🙂

Muhammad Junaid
thomasb1998
Excursionist
20 0 5

Amazing! That worked - thanks so much for your help on this one!!