jquery-cycle

Jquery Cycle + Firefox Squishing Images

Hey guys, I'm running jQuery Cycle for an image gallery. View the link: Here My problem is that the images are getting squished when viewed in firefox. The problem disappears when I re-load the page. This leads me to believe that the Javascript is triggering before all the images are loaded (usually the first image works fine and the re...

jquery.cycle: images don't load in ffox?

Noticed a problem with a simple splash page using jquery.cycle. http://www.rynicdesign.com/ With firefox (firebug installed), the rotating images will not display the first time the page is accessed (without cache - ctrl-f5) yet will load properly on subsequent requests. Not seeing this condition with other browsers (ie, chrome, s...

Accordion and jQueryCycle prevent href's from working

Checkout this site that I'm working on. The idea is as follows: -That the slide show is supposed to rotate - this works -When hovering over the menu on the right the appropriate slide appears - this works -Also when hovering the nav should expand to show a brief description - this works -When clicking on Airboat, Aircraft, UAV, or...

jQuery cycle -- always have the image alpha = 1.0

I'm working on fixing up www.farawayflyfishing.com, which I used to learn CSS and JS a while back. Anyway, I'm moving most of the JS stuff to jQuery, and am using the jQuery Cycle plugin to do the main banner transitioning. Here is my problem: There are constant elements in the images I am fading that I do not want to change. The previo...

Jquery Cycle Div as Anchor

I'm building a page that has a few divs of content that will slide in and out - just a few lines of code with jQuery Cycle. I have a navigation on the side in which I want to append the links to. No problem with Jquery cycle - I can even specify an image or H3 tag that I want to use. However, I want to append an entire div from the sli...

Jquery cycle plugin

Hi All, I am using jquery cycle to show images as slides. How to scroll two images at a time without using any button. Code: jQuery(document).ready(function($) { $('#album').cycle({ fx: 'scrollHorz', speed: 1000, timeout: 0, continuous: true, pause:...

Jquery Cycle Plugin Question - turning off relative links to photos so it goes to a URL

I am using Jquery Cycle Plugin and it has a side panel that highlights as the photos change and currently when I click on the text the associated photo pulls up then I have to click on the photo to go to the URL but I would like the text itself to link to the URL. I have looked at the fn.cycle.defaults but not sure what to change and I t...

$.cycle and dynamic content after a click event

Hi all, I want to apply cycle to the div block with dynamic content. This content will be generated after a click event. Once i click the image it is working after that it is not working. Code: $("div.cls img").click(function() { .... Adding the content $('#myDiv').cycle({ fx: 'scrollHorz', speed: 3500,...

Best jQuery slideshow plugin with pause/play/next/prev controls?

I've done my homework - I swear, I've been researching this for a bit. I have found two nice options, each with its own particular problem: Option #1: "Supersized" @ http://buildinternet.com/project/supersized/ The problem is that the images become stretched to essentially become the background-image. I want the images to stay within ...

jquery slideshow/cycle with easing not working

Here is my code, for some reason it isn't working when I add the easing option. It works fine with 'fade'. <script src="jquery.easing.1.3.js" type="text/javascript"></script> <script src="jquery.cycle.all.min.js" type="text/javascript"></script> <style> .pics { height: 383px; width: 582px; padding:...

How to have multiple jquery cycle galleries on page, only one active?

I would like to have a few cycle galleries on a page, but only one active at a time, and the others hidden. Ideally clicking a link (thumbnail from a list) would activate the next cycle gallery. Make sense? Anyone done this before? Would appreciate tips, thank you! ...

Add title to jQuery Cycle slideshow from Alt attribute?

I am building a slideshow and need to have a title appear for each picture that get cycled. I created alt attributes for them and am trying to have cycle display them for each image, but It only shows the first one. I am unsure how to get the code I have into the cycle "loop" for the gallery? Does this make sense? here is what I have, (w...

jQuery Cycle Plugin pager adding extra numbers, but no slides

Built a theme in HTML/CSS and customized a the cycle plugin to be a gallery with pagination. Worked perfect, now turning the theme into wordpress, and the pager is adding extra numbers, like blank slide between each image. Anyone seen this before? ...

jQuery cycle floats on top of other content

I tried to replace my Flash video with a jQuery cycle. The cycle works, but the images will not stay in the editable region I placed them in. Instead they are floating on top of other content. Any ideas? This is happening on the home page of massageeducator.com There are 2 cycles on the page. “Slideshow1” and “slideshow2”. “slides...

jQuery Cycle multi slideshows and independent keyboard navigation.

I have a page with 2 (or more) jQuery tabs. Each tab contains a jQuery Cycle slideshow with prev/next paging appended in the code. I've added keyboard navigation of the slideshows, based on a tutorial at jqueryfordesigners dot com. Keyboard nav works for each slideshow but the slides page in synchrony, i.e. if paging to the 3rd slide ...

jQuery cycle plugin

how can I set multiple timeout? pls help me... timeout:'1000, 2000, 3000' this is not working. ...

Jquery Cycle issue or css issue in Chrome/Safari for Mac

Hi i have used the jquery cycle plugin to create multiple simple sliding galleries. In Chrome/Safair on Mac the browser is not loading the images. Here is the link the js i am using is here, although it could be a css issue..? I am struggling to find the real problem. $(document).ready(function() { $('.slides').each(function(...

Javascript rotator showing 3 items with 1 highlighted?

I want to make a rotator for a Twitter feed on my site that will cycle through all the tweets in a way that shows 3 tweets at a time. The center would be highlighted and larger while the other two would be smaller and behind the middle one. They would then rotate through on a timer. I normally use jQuery and would think the Cycle plugin...

Multiple Pagers for Multiple Jquery Cycle Instances on same page?

Im trying to figure out how I can have multiple pagers associated to multiple jquery cycle slideshows that are all on the same page without manually creating new classes and a script to reference them. My HTML looks like this. <!-- PROJECT --> <div title="Challenge Factor" class="project"> <div class="projectinfo-top...

Internet Explorer 8 and jQuery Cycle Plugin, Fading artifacts

Hi, I am using the jQuery cycle plugin to fade in and out png images on top of a transparent background. Just from the description you can understand that I'm running into graphic artifacts on explorers. The link to the page is: http://www.ionline.gr/keavillage Could you propose an alternative [except flash] or any way I could edit t...