Post by enarco » Tue Apr 24, 2018 10:59 pm

Hi
How to change the slideshow transitions?
Version 3.0.2.0
Regards

New member

Posts

Joined
Sun Dec 10, 2017 3:28 am

Post by paulfeakins » Wed Apr 25, 2018 6:02 pm

In: /catalog/view/theme/default/template/extension/module/slideshow.twig

Add a property called "effect".

So change:

Code: Select all

$('#slideshow{{ module }}').swiper({
	pagination: '.swiper-pagination',
	paginationClickable: true,
	nextButton: '.swiper-button-next',
    prevButton: '.swiper-button-prev',
    spaceBetween: 30,
	autoplay: 2500,
    autoplayDisableOnInteraction: false	
});
To:

Code: Select all

$('#slideshow{{ module }}').swiper({
	pagination: '.swiper-pagination',
	paginationClickable: true,
	effect: 'cube',
	nextButton: '.swiper-button-next',
    prevButton: '.swiper-button-prev',
    spaceBetween: 30,
	autoplay: 2500,
    autoplayDisableOnInteraction: false	
});
More info here:
https://github.com/nolimits4web/swiper/ ... -cube.html

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by enarco » Sat Apr 28, 2018 1:01 am

thank you for your response
I did this but it not work

New member

Posts

Joined
Sun Dec 10, 2017 3:28 am
Who is online

Users browsing this forum: No registered users and 421 guests