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
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
Re: carousel
For the flexible (bootstrap) carousel you will need to use:
This is demonstrated in this template:
http://www.wysiwygwebbuilder.com/suppor ... sic10.html
Code: Select all
$('#Carousel1').bootstrapcarousel(0);
http://www.wysiwygwebbuilder.com/suppor ... sic10.html
Re: carousel
Pablo ,
thanks it is working , great support !!!!
Best Regards ,
Georges
thanks it is working , great support !!!!
Best Regards ,
Georges