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
DWG
 
 
Posts: 16
Joined: Sat Aug 31, 2019 2:25 pm
Location: belgium

carousel

Post by DWG »

when adding the carousel object and setting
full width to : flexible , height : 100 vh then the added inline frame becomes bootstrap however I cannot longer
control the next , previous , goto 1 with javascript
example :
$('#Carousel1').carousel('goto,1');
$('#Carousel1').carousel('next');
when setting back the full width with to another setting it works with javascript but then the page is no longer responsive

The goal is to add buttons/menu whatever and use javascript to control the carousel when full with is flexible
can this be done ??? if yes how ??

I hope this is clear enough , looking for a solution

Best Regards ,
Georges
User avatar
Pablo
 
Posts: 23239
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: carousel

Post by Pablo »

For the flexible (bootstrap) carousel you will need to use:

Code: Select all

$('#Carousel1').bootstrapcarousel(0);
This is demonstrated in this template:
http://www.wysiwygwebbuilder.com/suppor ... sic10.html
DWG
 
 
Posts: 16
Joined: Sat Aug 31, 2019 2:25 pm
Location: belgium

Re: carousel

Post by DWG »

Pablo ,

thanks it is working , great support !!!!

Best Regards ,
Georges
Post Reply