jQuery Banner Rotator
Home / /community/ / Components Discussions / jQuery Banner Rotator
-
-
-
-
I can't seem to locate or change the size of this banner to 1000 wide x 340 I tried changing in both css files - no luck. Is this the correct place to make these changes? I am also looking to use the selector for "outside" preset - how can I change this?
#  /  posted on Jun 20, 2012 -
I am using an iframe I can not change the height and width How the black frame to remove How to choose one style into the iframe?
Thank you
#  /  posted on Jun 23, 2012 -
You can add width-height parameters to change dimensions:
$(".banner").bannerRotator({ width:1000, height:340 });You can remove the border by adding showBorder parameter:
$(".banner").bannerRotator({ showBorder:false });
#  /  posted on Jun 25, 2012 -
Im having trouble locating where to change the border color of the entire banner?
Also, the number buttons at the bottom aren't showing up.
Thank you.
#  /  posted on Sep 07, 2012 -
Nevermind, I found my answer.
All items to be configured within the parameters =)
#  /  posted on Sep 07, 2012 -
-
Sent you an email but no response, ill post my question here, hopefully you can help.
I cannot get the numbers & thumbnails to show up in the cpanel section. I have the parameters correctly set in the script, located at the bottom of the HTML page.
I also tried to minic your setting with the bullets on the bottom, centered. but so far no luck.
Help is appreciated.
Thanks.
#  /  posted on Sep 13, 2012 -
Hello! How can change the main setting from Number to the Bullets? Can't seem to find that anywhere in your Help file. Thanks!
#  /  posted on Sep 14, 2012 -
Interested in purchasing commercial license if I like the product can license be upgraded to the multiple license? Thank you in advance
#  /  posted on Oct 12, 2012 -
How I could add a transition to an slide replacing the default value?
#  /  posted on Oct 30, 2012 -
It's written in the help file. You just need to add data-effect="fade" where you can change "fade" to another transition effect listed in the help (help/index.html > Transitions Table).
#  /  posted on Oct 30, 2012 -
YouTube & Vimeo play-close buttons and timer stop actions are added.
#  /  posted on Nov 02, 2012 -
-
It is very nice banner. How can I remove white background & bottom shadow? Thanks
#  /  posted on Apr 30, 2013 -
There's a parameter for shadow in JS:
api = $(".banner").bannerRotator({ startWidth:960, startHeight:400, hideCaptionAtResolution:320, transition:"random", **shadow:0** });You can change border-black bg via source/css/responsive.css:
.bannercontainer { position:relative; margin:0 auto; padding:15px; background-color:#000; width:960px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
#  /  posted on Apr 30, 2013
Please login to post replies.








