Shopify themes, liquid, logos, and UX
Hey guys
all of a sudden my announcement bar is not showing anything dawn 11.0
no idea why or how
www.sundaymass.store
Need help!
thank you
Hi @massmonster
You can solve it by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.utility-bar .slider--everywhere {
overflow-x: unset;
}
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @massmonster
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
.announcement-bar__announcement *{
visibility: visible!important;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
non of these solutions have worked. Need to find out why this is happening in the first place, would rather find out why instead of adding more code to the theme
Hi @massmonster ,
This is happning because the text inside the slider is hidden. We should be able to show this by adding this custom CSS.
Please add the code at the end of theme.liquid file, just above </body>
<style>
.slider__slide[aria-hidden=true] {
visibility: visible!important;
}
</style>
The active announcement is always out of the slider container, and the slider container has overflow-x: hidden, which means it will hide content outside the container. Non-active set invisible
- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @massmonster , thank you for posting here!
You can follow my instruction below:
Please add this CSS code to the bottom of your base.css file and check:
.announcement-bar-slider.slider-buttons{display:flex !important;}
If my answer is working for your store, please let me know by accepting Solution and giving Like !!!
HI @massmonster ,
The problem is related to the slider attribute, which is why the slider isn't visible. This could be caused by the elements used in the header announcement. Please follow the steps below to review the announcement. We have also attached a screenshot for reference.
1. In your Shopify admin, navigate to "Online Store" under Sales Channels. Click the "Customize" button for the theme you wish to modify. If you want to make changes directly to the live theme, select the first theme. Refer to the screenshot for guidance.
2. Click on an announcement shown in the header section. This will give you the option to edit the announcement and check if there is any value set to hide the announcement bar. Please refer to the screenshot.
If this doesn't solve the issue, you need to examine the code. If you have trouble troubleshooting the issue, please use the following CSS code to make the announcement visible:
.announcement-bar-slider.slider-buttons .slideshow__slide {
visibility: visible !important;
}
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024