Auto Slider

9 replies·opened Dec 30, 2022
S
SemiColonWebSTAFFDec 31, 2022

Hello,

This is already possible out of the box. You can simply use the Default Canvas Swiper Slider: https://themes.semicolonweb.com/html/canvas/index.html, then simply add the data-autoplay="5000" and data-loop="true" Attributes to the .slider-element DIV. And to disable the Arrows, simply remove the following codes:

<div class="slider-arrow-left"><i class="icon-angle-left"></i></div>
<div class="slider-arrow-right"><i class="icon-angle-right"></i></div>

That's it! Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

M
mschejbalMar 29, 2023

Hi,

I tried to copy the slider section from the Default Canvas Swiper Slide index.html into my existing page using the same text on all slides and collage1/2/3 images as three slides but something gets scrambled in the process, your help would be appreciated. Perhaps a simpler background image swapping would be more suitable here?

https://secure264.inmotionhosting.com/~park2n5/index.html

Many thanks,
Maciek

M
mschejbalMar 29, 2023

OK, I made it work, a missing <link rel="stylesheet" href="css/swiper.css" type="text/css" /> tag was the culprit though with this tag the swiper images don't extend full screen to the bottom on mobile and the footer sticks out, see the attached screen shot, any chance to remedy that?

https://secure264.inmotionhosting.com/~park2n5/

Thanks,
Maciek

S
SemiColonWebSTAFFMar 29, 2023

Hello,

Replace min-vh-60 min-vh-md-100 with min-vh-100.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

M
mschejbalMar 29, 2023

Yes, it does! Is there any way to bump the caption text up?

S
SemiColonWebSTAFFMar 29, 2023

Hello,

You can consider trying:

@media (max-width: 991.98px) {
	#header {
		z-index: 299;
	}

	#header + .include-header {
		margin-top: -101px;
	}
}

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

M
mschejbalMar 29, 2023

You rock! Many thanks, review coming up...

S
SemiColonWebSTAFFMar 29, 2023

Thank You so so much for the Kind Review! :)

Very Happy to Help! :)

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard