Can you stop automatic slideshow within a carousel?

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
iMatt
 
 
Posts: 115
Joined: Mon Nov 25, 2013 2:03 pm

Can you stop automatic slideshow within a carousel?

Post by iMatt »

Is it possible to have a carousel display a set of images without them scrolling? I want the user to click on the navigation buttons to display the images.
User avatar
Pablo
 
Posts: 24431
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Can you stop automatic slideshow within a carousel?

Post by Pablo »

Set the 'pause time' to 0
paul.maechler
 
 
Posts: 38
Joined: Wed Nov 19, 2014 9:53 pm

Re: Can you stop automatic slideshow within a carousel?

Post by paul.maechler »

Hi there
Can I stop and start a slide show using a button ?
User avatar
BaconFries
 
 
Posts: 6263
Joined: Thu Aug 16, 2007 7:32 pm

Re: Can you stop automatic slideshow within a carousel?

Post by BaconFries »

Yes it is possible you can use events to start/stop the Carousel or a Slideshow.
paul.maechler
 
 
Posts: 38
Joined: Wed Nov 19, 2014 9:53 pm

Re: Can you stop automatic slideshow within a carousel?

Post by paul.maechler »

Great to hear.
Can you explain me how I do that ?
I gave my best but it did not work for me....
User avatar
Pablo
 
Posts: 24431
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Can you stop automatic slideshow within a carousel?

Post by Pablo »

Step 1
Add a button, or any other object that support events

Step 2
Add an 'onclick' event

Step 3
Set the action to media start/stop/pause

Step 4
Select the slideshow in the target
paul.maechler
 
 
Posts: 38
Joined: Wed Nov 19, 2014 9:53 pm

Re: Can you stop automatic slideshow within a carousel?

Post by paul.maechler »

Thanks fir your help Pablo

But that is not working vor me. I tried that already.

button > onlick > mediastop > NameofTheSlideShow

See https://diekulissezug.ch/index3.html
User avatar
AliGW
 
 
Posts: 346
Joined: Thu Dec 19, 2024 3:41 pm

Re: Can you stop automatic slideshow within a carousel?

Post by AliGW »

Which page? Where is the button?
Ali
Retired, but still loving to learn & very busy.
https://alisongwright.me.uk
Novice with WWB, but was an avid user of Serif WebPlus before.
Fairly expert at Microsoft Excel (but not VBA) & Affinity by Canva (for page layout).
User avatar
BaconFries
 
 
Posts: 6263
Joined: Thu Aug 16, 2007 7:32 pm

Re: Can you stop automatic slideshow within a carousel?

Post by BaconFries »

@Ali The url is the page and the button is to the top right which looks like a pause button above the pdf icon

Image

If viewing on your mobile you will need to change it to desktop mode to see

@paul it is always best to provide a "Demo" project the .wbs as it can then be loaded into the software and see exactly what you have done as a url doesn't really help.
User avatar
AliGW
 
 
Posts: 346
Joined: Thu Dec 19, 2024 3:41 pm

Re: Can you stop automatic slideshow within a carousel?

Post by AliGW »

The code attached to the pause button is this:

Code: Select all

<a href="#" onclick="PauseAudio('SlideShowR');PauseAudio('SlideShowL');return false;"><div id="Icon3"><i class="fa fa-pause-circle"></i></div></a>
PauseAudio does not look right to me ...
Ali
Retired, but still loving to learn & very busy.
https://alisongwright.me.uk
Novice with WWB, but was an avid user of Serif WebPlus before.
Fairly expert at Microsoft Excel (but not VBA) & Affinity by Canva (for page layout).
User avatar
BaconFries
 
 
Posts: 6263
Joined: Thu Aug 16, 2007 7:32 pm

Re: Can you stop automatic slideshow within a carousel?

Post by BaconFries »

As you are applying a onclick event you may also need to apply the following to the button return true

Code: Select all

<a href="#" onclick="PauseAudio('SlideShowR');PauseAudio('SlideShowL');return false;return true;"><div id="Icon3"><i class="fa fa-pause-circle"></i></div></a>
paul.maechler
 
 
Posts: 38
Joined: Wed Nov 19, 2014 9:53 pm

Re: Can you stop automatic slideshow within a carousel?

Post by paul.maechler »

Didn't get it....

How can I attach the .wbs file here ?


https://downloads.pmi.ch/dKZ2026-test.wbs
User avatar
Pablo
 
Posts: 24431
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Can you stop automatic slideshow within a carousel?

Post by Pablo »

The download link does not work for me.

However, 'PauseAudio' indicates that you have selected the wrong event action.
For the slideshow you will need to use 'Slideshow Next' or 'Slideshow Previous'
paul.maechler
 
 
Posts: 38
Joined: Wed Nov 19, 2014 9:53 pm

Re: Can you stop automatic slideshow within a carousel?

Post by paul.maechler »

I like to stop the slideshow. Not forward/backward.

Link is Ok for me. What country are you connecting from ?
We use GeoBlocking for some services.
User avatar
Pablo
 
Posts: 24431
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Can you stop automatic slideshow within a carousel?

Post by Pablo »

I'm sorry, there is no event to stop the slideshow. This is only available for the carousel object.
paul.maechler
 
 
Posts: 38
Joined: Wed Nov 19, 2014 9:53 pm

Re: Can you stop automatic slideshow within a carousel?

Post by paul.maechler »

OK. Thank you for your support.
Post Reply