jssor

I want to use the thumbnails of nested slider jquery as menu like buttons

依然范特西╮ 提交于 2019-12-24 11:36:16
问题 I am using Nested slider jquery right now. Now my requirement is I have to display 8 categories of images to display. So I am thinking if i can extend the thumbnails(after removing background images) from 3 to 8 and change its positioning and width of the whole set of thumbnails container above the main slideshow box so that it looks like a menu bar. So when i click any text it displays respective set of images. 来源: https://stackoverflow.com/questions/31759909/i-want-to-use-the-thumbnails-of

Jssor slides with generated content

与世无争的帅哥 提交于 2019-12-24 03:09:01
问题 I am trying to incorporate live feed from instagram with Jssor slide show but having problems. I have this code here to pull pics from Instagram using special hash tag and place them into the div with id "slides" with attributes u="image" and src url. function createPhotoElement(photo) { if((photo.caption) !== null){var photo_content = photo.caption.text + " - ";} else { var photo_content = " "} return $('<div>') .append( $('<img>') .attr('u', 'image') .attr('src', photo.images.standard

jssor slider width issues

独自空忆成欢 提交于 2019-12-23 09:09:25
问题 Super confused on how to adjust the width of this slider... I've tried editing the jquery where you see it commented out: jQuery(document).ready(function ($) { var nestedSliders = []; $.each(["sliderh1_container", "sliderh2_container", "sliderh3_container"], function (index, containerId) { var nestedSliderOptions = { $PauseOnHover: 1, //[Optional] Whether to pause when mouse over if a slider is auto playing, 0 no pause, 1 pause for desktop, 2 pause for touch device, 3 pause for desktop and

In JSSOR, how to access the current caption via Javascript?

ぃ、小莉子 提交于 2019-12-19 09:19:27
问题 I would like to pass a value from a slide out of JSSOR to other parts of the DOM. Markup: <div class="slide"> <img data-u="image" src="bilder/bild2.jpg" /> <div class="caption" data-u="caption" ><p>Caption text</p></div> </div> JS: jssor_slider1.$On($JssorSlider$.$EVT_PARK,function(slideIndex,fromIndex){ $(".outer-caption").text(currentCaption); }); The custom JSSOR Event, EVT_PARK, works fine. But what's missing is how to get the caption of the current slide and put it into the variable

Jssor (nested slider): how to disable AutoPlay?

泪湿孤枕 提交于 2019-12-13 07:26:24
问题 Does anyone know how to prevent the nested slider to start upon loading? I've tried entering "$AutoPlay: false" inside "var nestedSliderOptions", but it doesn't work. Thanks in advance. source: http://www.jssor.com/download.html examples-jquery > nested-slider.source.html 回答1: There is no 'auto play' for the main slider and 3 child sliders by default. It is controlled by manual API call. By removing following code, you will get what you want. function OnMainSliderPark(currentIndex, fromIndex)

Find current Slide and add Class to parent div

旧巷老猫 提交于 2019-12-13 07:23:29
问题 I'm trying to add Class to Current Slider parent div when auto-play, I am using Jssor Slider. Call Jassor: jQuery(document).ready(function($) { //Define an array of slideshow transition code var _SlideshowTransitions = [ {$Duration:1200,x:1,$Delay:40,$Cols:6,$Formation:$JssorSlideshowFormations$.$FormationStraight,$Easing:{$Left:$Jease$.$InOutQuart,$Opacity:$Jease$.$Linear},$Opacity:2,$ZIndex:-10,$Brother:{$Duration:1200,x:1,$Delay:40,$Cols:6,$Formation:$JssorSlideshowFormations$.

Jssor Slider not working internet explorer

若如初见. 提交于 2019-12-13 06:56:36
问题 The jssor slide works fine in all browsers (Chrome, FF and Safari) except IE(11). The banner doesn't show the images (all is black) and only shows the loading.gif image frozen. You can see the website here. I've copied the exactly files and code from the demo content... Suggestions? ;) 回答1: IE can read 'width: 829px;' instead of 'width: 829' Please replace, <div id="slider1_container" style="position: relative; top: 0px; left: 0px; width: 829; height: 114px; overflow: hidden; "> with <div id=

Jssor - Uncaught TypeError: Cannot read property 'currentStyle' of undefined

╄→尐↘猪︶ㄣ 提交于 2019-12-13 05:24:42
问题 Jssor is causing a JavaScript error on . It is the same problem for IE 8, and IE 11. What I have tried: Checked https://stackoverflow.com/questions/26465515/script5007-error-in-jssor-slider-in-ie8 Checked https://stackoverflow.com/questions/26632335/jssor-slider-js-error-on-testing-server Checked JSSOR - Cannot read type property 'currentStyle' of undefined Updated to latest version jssor on github. Checked the code for error in the code. Checked on other browsers and it works well. Outcome

jssor slider 3 not working

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-13 04:42:09
问题 Please help!!! slider 3 doesn't work Javascript jQuery(document).ready(function ($) { var options = { $DragOrientation: 3, //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0) $ArrowNavigatorOptions: { //[Optional] Options to specify and enable arrow navigator or not $Class: $JssorArrowNavigator$, //

low image quality in safari, jssor slider is used

余生长醉 提交于 2019-12-13 01:52:10
问题 I have used jssor slider on my website which works fine in all browsers except safari, in safari images are little blur. My image size is bigger than slider Div, image size is (1207 x 708) but div is of 900 x 600 px. please help me how can i fix this issue 回答1: Add this to your list of slider options: $HWA: false HWA is HardWare Acceleration, according to the JSSOR reference - link I discovered this option via another S.O. post from JSSOR in response to someone who wanted to prevent "-webkit