Re: [jQuery] jquery cycle plugin IE6 flicker (appears to reload elements repeatedly)

2010-02-16 Thread arcadian
I believe the problem that you are experiencing is because IE6 has issues when background images and opacity settings are adjusted. I was doing something similar with the jquery cycle plugin and the only way that I found to fix it was to place an IMG tag in the rotating item and place it behind t

[jQuery] jQuery Cycle plugin, previous and next image preview

2010-01-31 Thread tsiger
Hello everyone, I am using the jQuery cycle plugin to create a very basic slideshow with 2 buttons (previous and next). Is it possible while running the slideshow to assign somehow on these 2 buttons a preview (like a tooltip or something) a preview of the previous and next images?

[jQuery] Jquery Cycle Plugin Bugs

2010-01-13 Thread keli marks
Hey all: I'm having some odd bugs with 2 different kind slideshows. www.exhaciendalapetaca.com On my home page, on both mozilla and IE, instead of displaying the slideshow, the entire set of photos are displayed, stacked underneath eachother. It doesn't happen all the time. The second issue is

[jQuery] jQuery Cycle Plugin width problems

2010-01-04 Thread Mark Garrigan
The Goal I want to cycle through list items in an unordered list. I want the list items to take up the full width of the browser, even when the browser is resized. The Problem Once the first slide transition takes place and the browser is resized smaller horizontal scroll bars are introduced. Then

[jQuery] jquery cycle plugin IE6 flicker (appears to reload elements repeatedly)

2009-12-29 Thread websymphony
I've employed the jquery cycle plugin (great work malsup!) to display banners for various hospitals (such as http://intermountainhealthcare.org/hospitals/bearriver/Pages/home.aspx). To display the banners, I nested the call within a separate script containing $(document).ready(function() { (Mor

[jQuery] jQuery Cycle Plugin and Captions - Please help!

2009-11-21 Thread Wroathe
Hi there! I'm a little stuck and I was hoping someone could help me. I've been trying to add captions to another div separate from the slideshow and have them cycle with the slideshow and when the user uses the pager. The one catch is I was hoping to use the images in the slideshow's alt attributes

[jQuery] jQuery cycle plugin

2009-11-12 Thread bozlite
I've been using the jquery cycle plugin (http://malsup.com/jquery/ cycle) and it's doing exactly as I want except that it doesn't seem to recognise the first slide as slide one. I'm using the onAfter function to to turn the next/prev links on and off as appropriate and to display page 1 of ? but th

[jQuery] JQuery cycle plugin bug(?) in firefox

2009-09-13 Thread sidders
Hi All, I've discovered some odd Firefox behaviour when using the JQuery cycle plugin. I'm simply trying to cycle through a few images. When you first visit the page, firefox fails to render the images correctly with the first overflowing it's container and the rest appearing as squashed thumbn

[jQuery] JQuery Cycle Plugin Random Timeout

2009-09-08 Thread mattjp18
Hey, does anyone know how I can have the timeout change randomly for every slide? Thanks,

[jQuery] jQuery Cycle Plugin - how to construct pagerAnchorBuilder relative to object being cycled

2009-08-13 Thread jqueryck
I have several sections on a page that have the same structure, a div with information to cycle and a div with navigation. Each section has the same classes and mark up, but varies with actual content. What follows isn't exact, but similar markup: ... ... I want to loop t

[jQuery] jQuery Cycle Plugin and Links

2009-07-20 Thread Mescalero
I would like to add another attribute to the img tag called "link." This attribute would define where the image would link to if someone clicks the image. Then i could do something like: .append('' + this.alt + ' Read more ›'); Does anyone know what/where i can add in the cycle js to accomodate

[jQuery] jQuery cycle plugin pager not working in FF and Safari

2009-06-30 Thread Jason
I am having an odd error where the pager generates links but they don't change the slide in FF and Safari. The biggest surprise of all is that it actually works in IE. Here is the page I am referring to: http://76.12.208.222/ Any suggestions?

[jQuery] jQuery Cycle Plugin is appearing inside DIV's

2009-06-25 Thread Erik R. Peterson
I'm using DIV's and I can't figure out how to remove the html text from the inside DIV from the last slide. I've tried everything. When I remove the outside the DIV, the script won't work!! http://www.enaturalskin.com The Main Banner. Erik

[jQuery] jQuery cycle plugin help

2009-06-08 Thread Ryan
I have been using jQuery cycle plugin for a banned with some content that fades in and out in a slideshow sort of thing but I would like to be able to div individually. Rather than saying all instances of #projects become a slide, i would like #project_img, #project_title and #project_description

[jQuery] jQuery Cycle Plugin - Prev/Nex inside loop container

2009-06-03 Thread Arie
Hello, I tried to use Cycle Plugin, and it works great. I have the "Previous and Next" navigation work without any problem. This is the code I have: - $(function() { $('#feat-container').cycle({ prev: '#prev', next: '#next', timeout: 8000, // milliseconds between slide tra

[jQuery] JQuery Cycle Plugin, all images in pool showing up when page loads

2009-06-01 Thread Adrian Chen
I'm trying this Cycle Plugin, but whenever I load, lets say I have 5 images in the rotation pool, they all show up (briefly) whenever the page reloads, and then they dissapear (starting the rotation). Is there any way to avoid this? The images I'm using are 960 x 220, so it pretty much fills the

[jQuery] jQuery Cycle Plugin: Implement Pager on existing navigation anchors

2009-05-31 Thread Paul Walsh
I have a problem with implementing the pager in the Cycle plugin. I have an existing navigational structure, which is actually a playlist - each link launches a new media file in an instance of flowplayer [http://www.flowplayer.org]. I want to use each of these anchors to, in addition, page anothe

[jQuery] jQuery Cycle plugin (help show/hide slide shows on same page)?

2009-05-20 Thread MiD-AwE
Hi all, I'm trying to setup multiple cycle slide shows on the same page; Only they occupy the same space on the page. So, I'm trying to hide the second slide show right away (no problem showing the first automatically), but when I attempt to hide the first and show the second, nothing happens. Is

[jQuery] jquery cycle plugin - first cycle not in correct position unless you reload the site

2009-05-13 Thread flyfisherman
Hi I am using the cycle plugin on a start page to cycle 5 pictures in a div id "picture". The first load of the site the pictures are shown to small (firefox) or outside the container (opera, safari Win), after a reload all is ok!! I have no clue why this happens. Is there any advice? link: htt

[jQuery] jquery cycle plugin conflicts with the fix we use for PNG's in IE6

2009-04-29 Thread Jake Barnes
This is a tough one. Any help, much appreciated. I've been experimenting all day with different ideas toward fixing this, but so far nothing has worked. Please look at this page in IE6: http://www.teamlalala.com/lark/Simplicity%20ie.htm In IE6, you can see a huge gap at the bottom of the page,

[jQuery] jQuery Cycle plugin - addslide (again)

2009-04-12 Thread ppblaauw
I read a lot of posts about this issue, but can not find a solution. Also have seen the addSlide examples for the jQuery cycle plugin. I try to add slides to the cycle plugin with AJAX, one slide at a time with the following code. function onBefore(curr, next, opts, fwd) { // on Before arg

[jQuery] JQuery Cycle Plugin Multiple Pagers on one page

2009-04-09 Thread Skinnyl
Hi, First of i'm sorry if the answer to this is somewhere on here already but i've been staring at the screen for hours trying fix this and haven't found exactly what i need. Also i should warn you i know next to nothing about jquery or javascript or any other internet magic past HTML and CSS.

[jQuery] jQuery Cycle Plugin

2009-03-17 Thread yth
Hey there. I got a problem with the jquery cycle plugin. I wanna use this plugin for Ajax content what I want is, 1 cycle box, 1 cycle pager, and I can change the content. I've almost done, however, I got a problem. I call Ajax content(first content), it succeeds But when I change the content(lo

[jQuery] jquery cycle plugin. paging multiple divs.

2009-02-16 Thread linzprod
Hey there. I got a problem with the jquery cycle plugin. I wanna have a div with thumbnails in it. that cycle and also use the pager function od the plugin. I also wanna have a div with the bigger images that also cycle and should also be accesable with the same pager. When I click on the thumbna

[jQuery] jquery cycle plugin issue

2009-02-10 Thread anibal
Hi guys : I'm having a problem with cycle which refuses to see the links I have put in the divs. When I click on my links it just move on the next slide (next div) I don't now how to fix this problem. I have seen there is a parameter "pagerAnchorBuilder: null" ... maybe there is any chance to modi

[jQuery] Jquery cycle plugin - YouTube videos

2009-02-03 Thread Ado
Hi, Im trying to create a rotating promo area using the cycle plug-in. I have to to embed YouTube videos (example here http://www.grouptools.com/adrian/sbc-new/promo/) The main issue is FF works fine in that if a video is playing and you go to another 'slide' the video/sound stops. Where as IE7

[jQuery] jQuery + Cycle Plugin (Duplicating Problem with Pager Anchors in IE)

2009-01-30 Thread Matt M.
I'm having an issue where the pager is building twice as many anchors as there are pics. I only have this issue in IE. The script is working great in FF/Safari. You can see the difference on the page below. Any help is appreciated. Thanks! http://70.32.114.139/bases/naval-base-kitsap-bangor (Usi

[jQuery] JQuery Cycle Plugin: 2 tiny glitches

2009-01-25 Thread acuitas
Hello Can someone help? I have two problems. Both I think are tiny. First problem: I'm almost done successfully installing the Cycle plugin. If you use FireFox to go here: http://acuitas.com/index.php then click on the Refresh button, you'll see it works great. Please tell me why I need the re

[jQuery] jQuery Cycle Plugin - Custom /transition help

2009-01-10 Thread greed83
sorry if this is a re post. I tried posting earlier but not sure if it sent as i cannot see it anywhere on the board. I have a "feature" content banner on a home page using the jQuery Cycle Plugin(http://malsup.com/jquery/cycle/). right now i'm using the basic fade transition. What I am trying to

[jQuery] jQuery Cycle Plugin: 1 pager to control 2 slideshows

2008-12-12 Thread Neil
Is there a way in the jQuery Cycle Plugin to have have 1 pager control 2 slideshows? Where one slideshow has a scrollLeft effect and the other has a fade effect.

[jQuery] jQuery Cycle Plugin: 1 pager to control 2 slideshows

2008-12-12 Thread Neil
I have been searching for a way to have 1 pager to control 2 slideshows with the same number of slides. Where one slideshow can have a scrollLeft and another just with a fade. Is this possible with the current plugin?

[jQuery] JQuery Cycle Plugin - Slide effect

2008-11-19 Thread Don
Hey guys, I'm re-doing a website and found this plug-in and an example script that I liked. Well I implemented one section and all was good, or so I thought... Past the first 2 sections, nothing works and it's the flipping # in the tag in the slide.js script causing the problems. There is a link

[jQuery] Jquery Cycle Plugin Problem

2008-11-07 Thread Jorge
There is a problem with pc memmory when the plugin is working ( Tested in a few pcs). At Least you need a 2 core duo for a not problem experiencie, but try in a pentium 4 with 1gb of ram... and you will Khnow. Open the task administrator and test de memmory. Any Solution for this?

[jQuery] jquery cycle plugin problem?

2008-11-06 Thread KEVIN EVANS
Hello, I have a site here http://www.crsdepo.com/newsite/index_cycle.html where I am using the Jquery cycle plugin but I am having some problems in Explorer 7 and 6. In the right column near the bottom there is a testimonials section, which I have it cycling up, it looks perfect in Firefox

[jQuery] jQuery Cycle plugin question - changing speeds mid-slideshow

2008-09-19 Thread Sam H
I have an effect where I cycle through images with the default slow fade speed, and when a user mouses over a link, I jump to a specific image via: $('#myPics').cycle(3); The problem is, I want to change the fade options to "fast" just before I jump to that image. How would this be done?

[jQuery] jQuery Cycle Plugin: 'Cover'ing random width slides from the right

2008-07-11 Thread juro
Hi, I have been trying to get a certain effect using the jQuery.cycle plugin but have falied miserably. Similar to the top example on this page: http://www.malsup.com/jquery/cycle/cover2.html I want to cover the images from right to left. The only (and substantial) difference to the example is

[jQuery] jQuery Cycle Plugin: Showing next Slide when loaded

2008-07-11 Thread juro
Hi, Similar to this example http://malsup.com/jquery/cycle/add4.html I would like to know whether it is possible to only transition to the next slide when this is loaded completely. This is useful when a large amount of images are part of the slideshow. Thank you for your comments juro

[jQuery] jQuery Cycle Plugin Pager mode

2008-06-27 Thread greencode
Does anyone know how I can change the links to text links rather than continuous numbers? I'm new to all of this and can't seem to find it anywhere? http://www.malsup.com/jquery/cycle/int2.html

[jQuery] jQuery cycle plugin crash in IE7

2008-06-05 Thread [EMAIL PROTECTED]
I have a portfolio page with multiple slideshows (there are four tabs and each tab displays a different slideshow). All is well in Mozilla, but after a couple of clicks to change the tabs in IE, it chrashes. I have tried placing the code in the body of HTML, but still get the same crash!! Would ap

[jQuery] jQuery Cycle plugin - avoiding preloading large number of images?

2008-05-22 Thread Mike
Hi, I have a problem with the Cycle plugin (jQuery-based slideshow, http://malsup.com/jquery/cycle/ ) that I hope someone here can help me out with. Currently, Cycle loads all the images up front. That's a problem for me - the slideshow I'm working on may have a very large number of images, not

[jQuery] jQuery Cycle plugin : how to show three images in slider at the time

2008-05-13 Thread danieluis
Hello, I need to do a slider. I am using Cycle plugin, but I have a problem. I don't know how to do a slider images container with three pictures... All examples are with one images, and the handlers ( prev, next , etc .. ) to change the pictures with fantastic effects... but ... My simple imag

[jQuery] jQuery Cycle Plugin pager option

2008-04-29 Thread Donna Vitan
I'm currently working on a site that uses your JQuery plugin and so far it's been great. I'm at a point now were I'm trying to use the pager option. CODE: // Initialize 4 tab show $(document).ready(function(){ $('#featuretabs') .before('') .cycle({ fx: 'turnLef

[jQuery] jquery cycle plugin - displaying certain data problem

2008-04-24 Thread MiG
Hello ppl, I am havim problems with the jquery cycle plugin (http:// www.malsup.com/jquery/cycle/int2.html - the one titles "Callbacks". I modified it a bit so that it displays my, a bit larger images. Now, I do not want it to display the code which prints out the code needed the plugin to work c

[jQuery] Jquery cycle plugin and images included dynamically

2008-04-11 Thread jawosis
Hi, I am using the jquery cycle plugin for slide effects of images being included dynamically to the website. Unfortunately, the images in the hidden divs will not show in their original size once being showed from the cycle script - just a icon size image is visible. How can i change this to ma

[jQuery] jquery cycle plugin counter

2008-04-10 Thread rosco
jquery cycle plugin counter - http://www.malsup.com/jquery/cycle/int2.html The forward and back demo above provides a way to navagate the images, has anyone found a way of counting the number of cycles. ie 1 or 5 It would display next to the forward and back buttons. see below. prev | Next ---

[jQuery] jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
hello all. i'm having trouble implementing something from the jQuery Cycle plugin that can be found here: http://www.malsup.com/jquery/cycle/download.html the effect i'm looking to implement can be found here: http://www.malsup.com/jquery/cycle/int2.html it's the Prev/Next effect. the second de

[jQuery] jQuery Cycle Plugin: how to fade the first image also...

2007-11-06 Thread Andrea - Aosta
I have discoverde the very best jQuery Cycle Plugin: i want to create a fading with a few image... alll work fine but it is possible to apply the fade effect at the first image also? Thank You Ciao!

[jQuery] JQuery Cycle Plugin

2007-10-11 Thread MikeR
Ran across this while digging through jQuery plugins... http://malsup.com/jquery/cycle/begin.html I just wanted to take a moment to say that is some excellent documentation! I wish more plugins were documented like this (tutorial format)! Oh hey.. and the plugin is quite nice too :).