Hi Shopify Community,
Im about to launch my new business in 10 minutes.
The announcement banner keeps showing in the back end but not the front end. Can somebody please help?
Thanks
Hi Shopify Community,
Im about to launch my new business in 10 minutes.
The announcement banner keeps showing in the back end but not the front end. Can somebody please help?
Thanks
@Agnesathletica hope you are doing well.
Could you please share your store URL?
I got same problem
I got same problem, please help
@ramo2200 could you please share your store URL? and also share the screenshot of issue for a better understanding
@ramo2200 From the front end side am not able to see any code related to the announcement bar.
am able to see your theme code if possible?
Do you want to see theme code of annoucment bar?
{{ ‘component-slideshow.css’ | asset_url | stylesheet_tag }}
{{ ‘component-slider.css’ | asset_url | stylesheet_tag }}
{%- liquid
assign social_icons = true
if settings.social_facebook_link == blank and settings.social_instagram_link == blank and settings.social_youtube_link == blank and settings.social_tiktok_link == blank and settings.social_twitter_link == blank and settings.social_pinterest_link == blank and settings.social_snapchat_link == blank and settings.social_tumblr_link == blank and settings.social_vimeo_link == blank
assign social_icons = false
endif
if section.settings.enable_country_selector or section.settings.enable_language_selector
assign language_country_selector = true
endif
if section.blocks.size > 0
assign announcement_bar = true
endif
-%}
{% if social_icons %}
{{ ‘component-list-social.css’ | asset_url | stylesheet_tag }}
{% endif %}
{{ section.blocks.first.settings.text | escape }} {%- if section.blocks.first.settings.link != blank -%} {% render 'icon-arrow' %} {%- endif -%}
{%- if section.blocks.first.settings.link != blank -%} {%- endif -%} {%- endif -%}{{ block.settings.text | escape }} {%- if block.settings.link != blank -%} {% render 'icon-arrow' %} {%- endif -%}
{%- if block.settings.link != blank -%} {%- endif -%} {%- endif -%}{%- if section.settings.enable_language_selector and localization.available_languages.size > 1 -%}
{%- form ‘localization’, id: ‘AnnouncementLanguageMobileFormNoScript’, class: ‘localization-form’ -%}
{% schema %}
{
“name”: “t:sections.announcement-bar.name”,
“max_blocks”: 12,
“class”: “announcement-bar-section”,
“enabled_on”: {
“groups”: [“header”]
},
“settings”: [
{
“type”: “color_scheme”,
“id”: “color_scheme”,
“label”: “t:sections.all.colors.label”,
“default”: “scheme-4”
},
{
“type”: “checkbox”,
“id”: “show_line_separator”,
“default”: true,
“label”: “t:sections.header.settings.show_line_separator.label”
},
{
“type”: “header”,
“content”: “t:sections.announcement-bar.settings.header__1.content”,
“info”: “t:sections.announcement-bar.settings.header__1.info”
},
{
“type”: “checkbox”,
“id”: “show_social”,
“default”: false,
“label”: “t:sections.announcement-bar.settings.show_social.label”
},
{
“type”: “header”,
“content”: “t:sections.announcement-bar.settings.header__2.content”
},
{
“type”: “checkbox”,
“id”: “auto_rotate”,
“label”: “t:sections.announcement-bar.settings.auto_rotate.label”,
“default”: false
},
{
“type”: “range”,
“id”: “change_slides_speed”,
“min”: 3,
“max”: 10,
“step”: 1,
“unit”: “s”,
“label”: “t:sections.announcement-bar.settings.change_slides_speed.label”,
“default”: 5
},
{
“type”: “header”,
“content”: “t:sections.announcement-bar.settings.header__3.content”,
“info”: “t:sections.announcement-bar.settings.header__3.info”
},
{
“type”: “checkbox”,
“id”: “enable_country_selector”,
“default”: false,
“label”: “t:sections.announcement-bar.settings.enable_country_selector.label”
},
{
“type”: “header”,
“content”: “t:sections.announcement-bar.settings.header__4.content”,
“info”: “t:sections.announcement-bar.settings.header__4.info”
},
{
“type”: “checkbox”,
“id”: “enable_language_selector”,
“default”: false,
“label”: “t:sections.announcement-bar.settings.enable_language_selector.label”
}
],
“blocks”: [
{
“type”: “announcement”,
“name”: “t:sections.announcement-bar.blocks.announcement.name”,
“settings”: [
{
“type”: “text”,
“id”: “text”,
“default”: “Welcome to our store”,
“label”: “t:sections.announcement-bar.blocks.announcement.settings.text.label”
},
{
“type”: “url”,
“id”: “link”,
“label”: “t:sections.announcement-bar.blocks.announcement.settings.link.label”
}
]
}
],
“presets”: [
{
“name”: “t:sections.announcement-bar.presets.name”,
“blocks”: [
{
“type”: “announcement”
}
]
}
]
}
{% endschema %}
@ramo2200 everything looks fine in code.
Have you added any additional apps for the announcement bar?
@ramo2200 ohh all looks okay here as well.
can ask for your store collaborator access? so can check the theme code or any issues are there related to the announcement?
if you are okay then only
can i get mail will do right away, and does the help cost money?