Solved

Text showing oddly after every page visit

SohumLinen
Excursionist
28 0 5

Hello,

 

I had implemented the code to have sliding announcement bar.

 

After implementing the code, there is one small issue.

 

When I open any page in the desktop, it first shows text of the announcement bar and then the page opens. It happens when I open any page on the website in the desktop.

 

It however works completely fine on the mobile version. Can someone please help me as to how to solve this issue. 

 

I have attached a video which highlights this issue.

 

Any help is highly appreciated.

 

Store Link- sohumlinen.com

 

Regards.

Accepted Solution (1)

LitCommerce
Astronaut
2860 684 736

This is an accepted solution.

Hi @SohumLinen,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.hura-announcement-bar.swiper-container:not(.swiper-horizontal) {
    display: none;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 2 (2)

LitCommerce
Astronaut
2860 684 736

This is an accepted solution.

Hi @SohumLinen,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.hura-announcement-bar.swiper-container:not(.swiper-horizontal) {
    display: none;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
SohumLinen
Excursionist
28 0 5

@LitCommerce ,


It worked perfectly, thanks