Can someone give me a code that will allow me to have a second a announce bar that is under my slideshow and is constantly spinning no stopping. (I have added some other codes to my sections so It might not be compatible with each other. If you want to know what I have just ask). Example Picture below of what I want
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
It is not an issue. I just want to be able to have another announcement bar
My store is shoputech.com. I’m not finished designing my store I’m planning to rebuild my Home page.
I’ve added it but how do I get it to auto rotate. I USE DEBUTIFY
Where do I put it so it’s located under My slideshow. This is my theme.liquid file code
{%- if content_for_layout contains "product-template" -%}
{%- if settings.enable_payment_button -%}
{%- endif -%}
{%- endif -%}
{%- if content_for_layout contains "featured-video" -%}
{%- endif -%}
{%- if content_for_layout contains "map" -%}
{%- endif -%}
{%- if request.page_type == "contact" or request.page_type == "product" or request.page_type == "captcha" -%}
{%- endif -%}
{%- if content_for_header contains "debutify" -%}
{%- if settings.dbtfy_automatic_geolocation -%}
{%- endif -%}
{%- if settings.dbtfy_instagram_feed -%}
{%- endif -%}
{%- if settings.dbtfy_facebook_messenger -%}
{%- endif -%}
{%- endif -%}
{%- liquid
assign accent_family = settings.accent_family
assign base_family = settings.base_family
assign header_family = settings.header_family
assign base_family_bold = base_family | font_modify: "weight", "bolder"
assign base_family_italic = base_family | font_modify: "style", "italic"
assign base_family_bold_italic = base_family_bold | font_modify: "style", "italic"
assign accent_family_bold = accent_family | font_modify: "weight", "bolder"
assign icon_split = settings.icon | split: "-"
capture icon_family
for icon in icon_split
unless forloop.last == true
echo icon | capitalize | append: " "
else
echo icon | capitalize
endunless
endfor
endcapture
-%}
{%- if content_for_header contains "debutify" -%}
{%- endif -%}
{%- if canonical_url != blank -%}
{%- endif -%}
{%- assign favicon_url = settings.favicon | img_url: "192x192" -%}
{%- if settings.favicon == blank -%}
{%- assign favicon_url = "data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" -%}
{%- endif -%}
{%- if page_description -%}
{%- endif -%}
{%- render "social-meta-tags" -%}
{{ "theme.scss.css" | asset_url | stylesheet_tag }}
{%- render "translations-js" -%}
{{ "jquery-2.2.3.min.js" | asset_url | script_tag }}
{%- if content_for_header contains "debutify" -%}
{%- if settings.show_currency_selector -%}
{%- if settings.dbtfy_custom_currencies or shop.enabled_currencies.size > 1 and settings.dbtfy_cart_goal -%}
{%- endif -%}
{%- endif -%}
{%- endif -%}
{%- if request.page_type contains "customers/" -%}
{{ "shopify_common.js" | shopify_asset_url | script_tag }}
{%- endif -%}
{{ content_for_header }}
{% render 'review-head' %}
{% include 'buddha-megamenu' %}
{{ shop.metafields.loox["global_html_head"] }}
{{ "shopify.checkout.general.skip_to_content" | t }}
{%- liquid
section "announcement"
section "header"
render "dbtfy-menu-bar"
unless request.page_type == "collection"
render "breadcrumbs"
endunless
-%}
{%- liquid
render "dbtfy-recently-viewed"
section "dbtfy-instagram-feed"
-%}
- 
### Free Shipping
You worried about shipping costs, don’t worry, we offer free shipping worldwide!
- 
### Satisfaction Guaranteed
Is something wrong? You have 14 days to change your mind, or 30 days refund for broken goods.
- 
### 24/7 Client Support
Need help? Our team will gladly help you anytime!
- 
### Secure Payments
We use SSL encryption to ensure a secure shopping experience.
{%- liquid
section "guarantee"
section "footer"
-%}
{%- if settings.show_top_button -%}
{%- endif -%}
{% include 'smile-initializer' %}
{% include 'smile-initializer' %}
{% include 'sticky-cart-by-uplinkly' %}
{{ shop.metafields.loox["global_html_body"] }}
do you need below slideshow?
Yes that’s what I’ve been saying under the slideshow
So what do I do?
It can be done by doing some code customization. please send me a personal message and we can discuss what you’d like


