WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<script type="text/javascript">$(document).ready(function(){ $("#slider11").sudoSlider({ prevNext: false, fade: true, auto:true });});</script>
just play a little bit with these settings - be shure the HTML Markup was ready for the JS?
$("#slider11").sudoSlider({ prevNext: false, // prevNext prevHtml: '<a href="#" class="prevBtn"> previous </a>', nextHtml: '<a href="#" class="nextBtn"> next </a>', controlsShow: true, // controlsShow controlsAttr: 'id="controls"', controlsFadeSpeed: '400', //controlsFadeSpeed controlsFade: true, // controlsFade insertAfter: true, // insertAfter firstShow: false, // firstShow firstHtml: '<a href="#" class="firstBtn"> first </a>', lastShow: false, // lastShow lastHtml: '<a href="#" class="lastBtn"> last </a>', numericAttr: 'class="controls"', numericText: ['1'], vertical: false, //vertical speed: '800', //speed ease: 'swing', //ease auto: true, //auto pause: '2000', //pause continuous: false, //continuous clickableAni: false, //clickableAni numeric: false, //numeric updateBefore: false, //updateBefore history: false, //history speedhistory: '400', //speedhistory autoheight: true, //autoheight customLink: false, //customLink fade: false, //fade crossFade: true, //crossFade fadespeed: '1000', //fadespeed ajax: false, //ajax loadingText: false, //loadingText preloadAjax: false, //preloadAjax startSlide: false, //startSlide imgAjaxFunction: false, //imgAjaxFunction docAjaxFunction: false, //docAjaxFunction beforeAniFunc: false, //beforeAniFunc afterAniFunc: false, //afterAniFunc uncurrentFunc: false, //uncurrentFunc currentFunc: false //currentFunc });
(function($){ $.fn.sudoSlider = function(options) { if (typeof(options) != 'object' && options != '' && options) { // Here, i just trigger it to do something, it's way down the actual action happens. return this.each(function(){ $(this).trigger("sudoSliderEvent", [options]); }); } else { // default configuration properties var defaults = { prevNext: false, prevHtml: '<a href="#" class="prevBtn"> previous </a>', nextHtml: '<a href="#" class="nextBtn"> next </a>', controlsShow: false, controlsAttr: 'id="controls"', controlsFadeSpeed: '400', controlsFade: false, insertAfter: true, firstShow: false, firstHtml: '<a href="#" class="firstBtn"> first </a>', lastShow: false, lastHtml: '<a href="#" class="lastBtn"> last </a>', numericAttr: 'class="controls"', numericText: ['1'], vertical: false, speed: '800', ease: 'swing', auto: false, pause: '2000', continuous: false, clickableAni: false, numeric: false, updateBefore: false, history: false, speedhistory: '400', autoheight: true, customLink: false, fade: false, crossFade: false, fadespeed: '1000', ajax: false, loadingText: false, preloadAjax: false, startSlide: false, imgAjaxFunction: false, docAjaxFunction: false, beforeAniFunc: false, afterAniFunc: false, uncurrentFunc: false, currentFunc: false }; var options = $.extend(defaults, options);
No one?
....first clean up the tesenvironment...th en take a breath....then do the right settings....