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

Bring Pagination inside slider Design

Solved

Bring Pagination inside slider Design

SutReet
Tourist
13 0 2

Hi There,

 

Need to get the pagination inside the slide.

Screenshot (4).png

and add an announcement bar below. This theme does not have an option to add an announcement bar in the template section.

 

Website- Sutreet.in

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Please update previous code 

html #shopify-section-template--16561525194838__slideshow_kezVWj .slider-buttons {
    display: flex;
    bottom: 0;
    border: unset;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 6 (6)

SutReet
Tourist
13 0 2

Need pagination inside slides.
Please help with the same.

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @SutReet 

Please add this code to theme.liquid file after <head> in Online Store > Themes > Edit code 

<style>
html #shopify-section-template--16561525194838__slideshow_kezVWj .slider-buttons {
display: flex;
top: -46px;
border: unset
}
html #shopify-section-template--16561525194838__slideshow_kezVWj .slideshow__autoplay.slider-button {
border-left: unset;
}
</style>

Screenshot 2024-11-11 at 10.32.12.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

SutReet
Tourist
13 0 2

Hi Dan,

 

It's not coming in the phone view.

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Please update previous code 

html #shopify-section-template--16561525194838__slideshow_kezVWj .slider-buttons {
    display: flex;
    bottom: 0;
    border: unset;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

SutReet
Tourist
13 0 2

Hi @Dan-From-Ryviu 

 

Thanks for this. Working.

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Very welcome! Could you mark it as solved and like? 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.