Can you stop automatic slideshow within a carousel?
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
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
-
iMatt
-

- Posts: 115
- Joined: Mon Nov 25, 2013 2:03 pm
Can you stop automatic slideshow within a carousel?
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.
- Pablo
- Posts: 24421
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Can you stop automatic slideshow within a carousel?
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?
Hi there
Can I stop and start a slide show using a button ?
Can I stop and start a slide show using a button ?
- BaconFries
-

- Posts: 6260
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Can you stop automatic slideshow within a carousel?
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?
Great to hear.
Can you explain me how I do that ?
I gave my best but it did not work for me....
Can you explain me how I do that ?
I gave my best but it did not work for me....
- Pablo
- Posts: 24421
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Can you stop automatic slideshow within a carousel?
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
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?
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
But that is not working vor me. I tried that already.
button > onlick > mediastop > NameofTheSlideShow
See https://diekulissezug.ch/index3.html
- AliGW
-

- Posts: 338
- Joined: Thu Dec 19, 2024 3:41 pm
Re: Can you stop automatic slideshow within a carousel?
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).
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).
- BaconFries
-

- Posts: 6260
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Can you stop automatic slideshow within a carousel?
@Ali The url is the page and the button is to the top right which looks like a pause button above the pdf icon

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.

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.
- AliGW
-

- Posts: 338
- Joined: Thu Dec 19, 2024 3:41 pm
Re: Can you stop automatic slideshow within a carousel?
The code attached to the pause button is this:
PauseAudio does not look right to me ...
Code: Select all
<a href="#" onclick="PauseAudio('SlideShowR');PauseAudio('SlideShowL');return false;"><div id="Icon3"><i class="fa fa-pause-circle"></i></div></a>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).
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).
- BaconFries
-

- Posts: 6260
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Can you stop automatic slideshow within a carousel?
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
- Pablo
- Posts: 24421
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Can you stop automatic slideshow within a carousel?
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'
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?
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.
Link is Ok for me. What country are you connecting from ?
We use GeoBlocking for some services.
- Pablo
- Posts: 24421
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Can you stop automatic slideshow within a carousel?
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?
OK. Thank you for your support.