[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-11 Thread OutOfTouch
Hi Mike, After several tests for some reason FF doesn't like the onAfter and stops working for me after changing values in the select list and getting new image data. For some reason var index = $ (this).parent().children().index(this); returns -1 and it appears to be stuck in the onAfter

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-10 Thread OutOfTouch
Hi Mike, Have you been able to reproduce a similar error using php and FF? Maybe you could try with an empty container like me and load the slides with some data from the server, very similar to your add6 example. Thank You!

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-10 Thread Mike Alsup
Have you been able to reproduce a similar error using php and FF? Maybe you could try with an empty container like me and load the slides with some data from the server, very similar to your add6 example. You need to make this a little easier for me, I don't have time to write all the code

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-10 Thread OutOfTouch
On Nov 10, 10:02 am, Mike Alsup [EMAIL PROTECTED] wrote: Have you been able to reproduce a similar error using php and FF? Maybe you could try with an empty container like me and load the slides with some data from the server, very similar to your add6 example. You need to make this a

[jQuery] Cycle plugin + position:absolute

2008-11-10 Thread Lenni
Hi, I'm trying out the malsup's cycle plugin and really like it. It seems to interfere with my formatting though. My demo is at http://vocabforbreakfast.railsplayground.net/jqfade/. How can I center the div with the images when the cycle plugin sets the position property to absolute? Thanks

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-10 Thread Mike Alsup
The only code you would have to write is some php method to take in a parameter to give you the images data array for the selected value in the dropdown. http://jquery.malsup.com/cycle/sets.html 1) Starts with an empty slideshow 2) Binds change event on select element 3) Loads slideshow data

[jQuery] Re: Jquery Cycle Plugin Problem

2008-11-10 Thread Jorge
On 7 nov, 19:00, Mike Alsup [EMAIL PROTECTED] wrote: 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

[jQuery] Re: Jquery Cycle Plugin Problem

2008-11-10 Thread Mike Alsup
But if you could test in a pentium, the cpu ups to 90-100% and the memory will increase until the pc will block. I had tested in 2 different pc ( more than 15 minutes but it´s a problem if you have the window open). Yes, as I mentioned, JavaScript animation is very CPU intensive. If you're

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-10 Thread OutOfTouch
On Nov 10, 11:50 am, Mike Alsup [EMAIL PROTECTED] wrote: The only code you would have to write is some php method to take in a parameter to give you the images data array for the selected value in the dropdown. http://jquery.malsup.com/cycle/sets.html 1) Starts with an empty slideshow

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-10 Thread OutOfTouch
On Nov 10, 12:52 pm, OutOfTouch [EMAIL PROTECTED] wrote: On Nov 10, 11:50 am, Mike Alsup [EMAIL PROTECTED] wrote: The only code you would have to write is some php method to take in a parameter to give you the images data array for the selected value in the dropdown.

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-10 Thread OutOfTouch
It is definately the onAfter that FF doesn't like in this scenario.

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-08 Thread OutOfTouch
I just noticed that I still need to hide everything and return false when the Please Select a Value is chosen in the dropdown. The bug I am seeing in FF though is going back and forth between two real values where I get real images loaded. JavaScript: var length; var mailPieceGroups; var

[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] Re: Jquery Cycle Plugin Problem

2008-11-07 Thread Mike Alsup
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. It's not clear to me whether

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-07 Thread OutOfTouch
Mike, I just wanted to say thanks for all your help again. Everything works great in IE7, but in FF for some reason the next and prev buttons stop functioniong after awhile 1) Page loads no images in containing div 2) Select a value from drop down get json data from server, stop cycle, load

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-07 Thread OutOfTouch
On Nov 7, 6:10 pm, OutOfTouch [EMAIL PROTECTED] wrote: Mike, I just wanted to say thanks for all your help again. Everything works great in IE7, but in FF for some reason the next and prev buttons stop functioniong after awhile 1) Page loads no images in containing div 2) Select a value from

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-07 Thread OutOfTouch
On Nov 7, 6:42 pm, Mike Alsup [EMAIL PROTECTED] wrote: I forgot to mention that I hide the containing div when nothing is loaded as well as the nav container. Then I show it in step2 maybe FF doesn't like me calling show everytime when it is already showing? Can you post a link? It's

[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

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-06 Thread OutOfTouch
Ok I am actually trying stuff now and can't get the onBefore to fire. Here is what I decided to do: When the selected value in a dropdown changes I make an ajax call and get JSON data back. And load all the images at once, no images are prexsting in the markup. Here is my JavaScript.

[jQuery] Re: jquery cycle plugin problem?

2008-11-06 Thread Netherscurial
I solved the problem in IE 7, it seems the top and bottom divs/spans that contains the background image were collapsing width wise, so I have to add a width inline on the first slide to get it to work. I am still having trouble with the blue background problem in IE 6. It seems that the

[jQuery] Re: jquery cycle plugin problem?

2008-11-06 Thread Mike Alsup
Explorer 7 there seems to be a graphic glitch on the initial slide/ frame, the top header looks like it is overwriting part of the box,   same with bottom. It's fine after the first frame. In Explorer 6, there is a blue background that is showing behind the   testimonial box. Hmm, I didn't

[jQuery] Re: jquery cycle plugin problem?

2008-11-06 Thread Netherscurial
Thanks Mike, I got it working, i have to add inline widths to the first slide for the background endcap containers. The IE 6 problem is frustrating. The CSS looks fine. Could you take a look at the CSS and code to see if I am doing ti right? I have this for js call precode

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-06 Thread OutOfTouch
Looks to me like '#slideshow' is empty when you call cycle.  That is not allowed.- Hide quoted text - - Show quoted text - Yep that was it so I guess I will have to append the images before .cycle is called. And use the onAfter to set my description text when the next or prev is clicked. Is

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-06 Thread Mike Alsup
Is there a way to get the index of the image in the after method? View source on this page to see how to get the index: http://www.malsup.com/jquery/cycle/after.html

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-06 Thread OutOfTouch
Is there a way to get the index of the image in the after method? View source on this page to see how to get the index: http://www.malsup.com/jquery/cycle/after.html Perfect thanks!

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-05 Thread OutOfTouch
Can I clear out what was previously loaded, so the only the selected category is being viewed? Yes.  Stop the slideshow, empty it, reload it, and then restart it. var $slideshow = $('#slideshow').cycle('stop').empty(); $slideshow.append( mySlide1); $slideshow.append( mySlide2); etc...

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-05 Thread Mike Alsup
Mike, If I call  var $slideshow = $ ('#slideshow').cycle('stop').empty();  when it is not running  and is empty will it error out? Don't be afraid to experiment with these things yourself. You'd already have your answer by now. Mike

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-04 Thread OutOfTouch
On Nov 4, 5:59 am, Mike Alsup [EMAIL PROTECTED] wrote: Thanks for the help with the change event hookup and the new example. Can I have no slides preloaded and just load them on the fly? No, when you call cycle there must be at least two slides in the container. Can I still load the

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-04 Thread Mike Alsup
Thanks for the help with the change event hookup and the new example. Can I have no slides preloaded and just load them on the fly? No, when you call cycle there must be at least two slides in the container. Can I still load the image but not cycle if there is only one image and

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-04 Thread Mike Alsup
Thanks for the help with the change event hookup and the new example. Can I have no slides preloaded and just load them on the fly? No, when you call cycle there must be at least two slides in the container. I have dropdown where users will choose what category they want to view images

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-04 Thread OutOfTouch
On Nov 4, 10:08 am, Mike Alsup [EMAIL PROTECTED] wrote: Can I still load the image but not cycle if there is only one image and also hide the prev/next buttons? Sure. I just mean that cycle will not function with only a single slide. You can manipulate the DOM however you choose, but

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-04 Thread Mike Alsup
Awesome, thanks. Can I also use prepend or addslides to add something like this:  'a href=1img src='+slides.pop()+' //a' Yes.

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-03 Thread OutOfTouch
Hi Mike, Thanks for the help with the change event hookup and the new example. Can I have no slides preloaded and just load them on the fly? I have dropdown where users will choose what category they want to view images from that will make an ajax call to get the images for the selected

[jQuery] How to load only one image at a time using JQuery Cycle Plugin?

2008-11-02 Thread OutOfTouch
Hi, I am looking for some help on how to only have one image at a time in the page using an ajax call to get the images, or get all images using ajax, but when next or prev navs are clicked to only load the next or previous image by cycling thru a JavaScript array. Loading alot of images at once

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-02 Thread Mike Alsup
Maybe I am mistaken but this example looks to me like it would eventually load all images into the page, what if you had a 100 images? No, the add2 demo shows a way to fetch one image at a time. Cycle provides the hooks to do whatever you need to do. There are before/ after callbacks and

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-02 Thread OutOfTouch
No, the add2 demo shows a way to fetch one image at a time.  Cycle provides the hooks to do whatever you need to do.  There are before/ after callbacks and there is an addSlide method on the options object which is passed into them.  But it's up to you to determine the best approach for your

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-02 Thread OutOfTouch
Hi Mike, A couple more questions. I know this off topic but I am searching for in the Jquery documentation how to hook into the selection changed of a dropdownlist to implement my ajax call, if you could point me in the right direction I would be much appreciative. Where can I view the api

[jQuery] Re: How to load only one image at a time using JQuery Cycle Plugin?

2008-11-02 Thread Mike Alsup
I know this off topic but I am searching for in the Jquery documentation how to hook into the selection changed of a dropdownlist to implement my ajax call, if you could point me in the right direction I would be much appreciative. $('#mySelect').change(function() { // your code here });

[jQuery] cycle plugin causing container to be thrown to the right ( in IE6 IE7 )

2008-09-24 Thread palam
I'm using the cycle plugin on this page: http://oliverstephenson.in/home If you disable JS and check, it'll be positioned properly. But once the JS is applied, the container (#features) is thrown off to the right, outside the page (causing a horizontal scroll bar), only in IE6 and IE7. Works

[jQuery] Cycle plugin newbie question

2008-09-24 Thread ehab
this should be pretty easy to answer. im a complete newbie to jquery and javascript, but id like to use the cycle plugin (http://malsup.com/ jquery/cycle/) on my website to animate a few images. i know html and css but i could not find clear steps or documentation on the website as to how to

[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] Cycle plugin: more then elements in slideExpr:

2008-08-31 Thread ppblaauw
Hi, I know it is possible to use 'img' as slideExpr to show images in e.g. a div div img ... img div or 'tr' to show rows in a table table tr ... tr table etc. You choose a HTML Element in slideExpr Is it also possible to use the CSS selectors to select images in a

[jQuery] Re: Help with jQuery Cycle Plugin Transitions

2008-08-30 Thread NYJC102
Oh Boy! A typo...! Well, all is good now with the correct letters. Thanks, Mike, for spotting the problem... I use Firebug for css issues, not much on the other fronts. Will start to learn Firebug for its full potential. Thanks again. -Josh On Aug 28, 12:38 pm, Mike Alsup [EMAIL

[jQuery] Re: Help with jQuery Cycle Plugin Transitions

2008-08-28 Thread NYJC102
] wrote: Hi Mike, Thanks for your reply... OK, I now am using jQuery Cycle Plugin with all transitions - uncompressedhttp://www.malsup.com/jquery/cycle/jquery.cycle.all.js?v2.25 and now can't seem to achieve even the fade!? Where in the js file do I define, say, scrollDown?  I've

[jQuery] Re: Help with jQuery Cycle Plugin Transitions

2008-08-28 Thread Mike Alsup
Yes, indeed!  Test page currently resides athttp://preview.tinyurl.com/652c6n Obviously, from there you can see my source, etc.  At this point, it does not even fade since I've been trying to figure it all out! Firebug shows the following message in the console: [cycle] unknown transition:

[jQuery] Re: Help with jQuery Cycle Plugin Transitions

2008-08-28 Thread Mike Alsup
Firebug shows the following message in the console: [cycle] unknown transition: srollDown You have a typo.  Try 'scrollDown' with a 'c'.   Note that you have this typo in two places: jqueryCycle.js and jqcycle.js Mike By the way, I should mention that you're really making this hard on

[jQuery] Re: Help with jQuery Cycle Plugin Transitions

2008-08-27 Thread Mike Alsup
Hi Mike, Thanks for your reply... OK, I now am using jQuery Cycle Plugin with all transitions - uncompressedhttp://www.malsup.com/jquery/cycle/jquery.cycle.all.js?v2.25 and now can't seem to achieve even the fade!? Where in the js file do I define, say, scrollDown?  I've tried

[jQuery] Help with jQuery Cycle Plugin Transitions

2008-08-23 Thread NYJC102
Hi Group, I'm having some slight difficulty with the jquery cycle plugin so I figured I'd post in this thread... For the most part, I was able to successfully get the cycle plugin to work, but only in FADE mode! That's all fine and good, but I'd love to figure out how to get the other fun

[jQuery] Re: Help with jQuery Cycle Plugin Transitions

2008-08-23 Thread Mike Alsup
[EMAIL PROTECTED] wrote: Hi Group, I'm having some slight difficulty with the jquery cycle plugin so I figured I'd post in this thread... For the most part, I was able to successfully get the cycle plugin to work, but only in FADE mode! That's all fine and good, but I'd love to figure out how

[jQuery] Re: trouble with jquery cycle plugin

2008-08-21 Thread Mike Alsup
Did you ever solve this problem? What you described is almost always the result of a JavaScript error but there is nothing wrong with the code you posted.. Can you post a link? Mike On Aug 13, 3:10 pm, graphfixpunk [EMAIL PROTECTED] wrote: Ive been having problems with jquery cycle working

[jQuery] Cycle Plugin - multiple instances on same page?

2008-07-15 Thread wdm
Any way to have several slideshows on the same page, each with their own independent navigation (prev/next), without giving them unique ids? Couldn't get this working: $('.gallery').each(function() { var p = this.parentNode; $(this).cycle({ fx:

[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: '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] Re: jQuery Cycle Plugin: 'Cover'ing random width slides from the right

2008-07-11 Thread Mike Alsup
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

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

2008-07-11 Thread Mike Alsup
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

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

2008-07-11 Thread juro
Hi Mike, Absolutely awesome! That is exactly what I wanted. It seems that I didn't quite understand the custom transition effects, I was trying to alter the position with $(curr).outerWidth() Now where was that Paypal button Warm regards juro On Jul 11, 11:12 pm, Mike Alsup [EMAIL

[jQuery] Cycle Plugin, depth, and IE

2008-07-10 Thread aronduby
Running into an issue with IE and the Cycle Plugin where the items that I have cycling are showing up over the dropdown menus I am using. Example: http://visitgrandrapids.org/visit.php hover over GR Links and see how the menu shows under the news sentence, and under the hot happenings items.

[jQuery] Cycle plugin doesn't handle time properly?

2008-07-09 Thread [EMAIL PROTECTED]
I have a problem with the otherwise nice cycle plugin (http:// malsup.com/jquery/cycle/) where the initial slide is shown for a little bit longer than desired (2-3 seconds too long - 17-18 seconds instead of 15) while the other slides are shown a lot less than desired (app. 4 seconds instead of

[jQuery] Cycle Plugin Fade Issue

2008-07-08 Thread mnordyke
I have noticed on my website, as well as the JQuery Cycle Plugin's Home Page, that when the fade effect is used, divs in the header (including the text) are undergoing the fade effect not just the slideshow. Any thoughts? An example is at http://malsup.com/jquery/cycle/fade-in-first.html (Pay

[jQuery] Cycle Plugin - play/pause button?

2008-07-08 Thread Eric
Hi I am using the Cycle Plugin which is great. I know you can set pause:1 in the function options so that you get a pause on mouse hovering over the image. I was wondering if there is a way to set a play/pause function to some button in the page?

[jQuery] cycle plugin: last click launches URL?

2008-07-07 Thread [EMAIL PROTECTED]
Hi there, I have just made a very simple slideshow with the fantastic Cycle plugin. I have 5 images, and each time you click an image, it fades out and advances to the next one. What I want to happen is that when you click on the last one, it launches a URL. I can get the slideshow to stop when

[jQuery] Cycle Plugin with Lightbox?

2008-06-30 Thread C.Everson
Does anyone have a link to an example where they are combining the excellent Cycle plug-in with a lightbox type modal display? I'd like to be able to present the slides in Cycle, then let the user click a slide to see the larger image in a lightbox (or similar) presentation. Thanks! Chuck

[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] Cycle plugin using named id's

2008-06-27 Thread teazer
Is it possible to use named links/ids to show a particular div when using the pager function of the Cycle Plugin? Also, I am unable to get several of the effects to work, specifically any of the scroll effects (scrollLeft), turnLeft works. Currently testing using the code below. script

[jQuery] Re: jQuery Cycle Plugin Pager mode

2008-06-27 Thread Mike Alsup
Here are some links: http://www.malsup.com/jquery/cycle/pager2.html http://www.malsup.com/jquery/cycle/pager3.html On Jun 27, 4:15 am, greencode [EMAIL PROTECTED] wrote: 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

[jQuery] Re: jQuery Cycle Plugin Pager mode

2008-06-27 Thread greencode
Many thanks fort the extra links. I shall have a good old play with this over the weekend. Great Plugin btw. On Jun 27, 12:23 pm, Mike Alsup [EMAIL PROTECTED] wrote: Here are some links: http://www.malsup.com/jquery/cycle/pager2.htmlhttp://www.malsup.com/jquery/cycle/pager3.html On Jun 27,

[jQuery] Cycle Plugin - how to animate/transition of the pager nav

2008-06-25 Thread Andy Ford
I'm using jQuery with the pager and pagerAnchorBuilder functionality to generate the navigation into an ordered list. My slides (#slides) are fading in and out beautifully, but I'd also like to add transitions to the pager nav (#navSlides) as well. For this particular project, the slides

[jQuery] cycle plugin: different fx based on prev vs. next?

2008-06-24 Thread fallingandlaughing
Hello, I've set up a cycle slideshow with previous/next navigation. It's working beautifully, except for one nagging issue: I want the next slide to slide in, so I'm using fx: 'scrollRight'. However, it's a little disconcerting to have the scroll be to the right when clicking the Previous

[jQuery] Cycle-Plugin: Add list-item after enabling cycle

2008-06-23 Thread Thomas Jaggi
Does anybody know how to enable the Cycle again after adding a list- item ($('lihello\/li').appendTo('#cycle');)? When just enabling it again like jQuery('#cycle').cycle({...}); the new item and the first one are set to display:list-item at the same time...

[jQuery] Cycle Plugin - Change Slides and Pause on Hover (existing Pager)

2008-06-17 Thread j_sico
Is it possible to both change slides and pause the running slideshow onmouseover with existing markup used as a pager? I tried to add a pause action before running the slideshow, but that seems to break the whole thing. Here's my code: $('#front-image').cycle({ speed: 1,

[jQuery] Cycle Plugin - Change Slides and Pause on Hover (existing Pager)

2008-06-17 Thread j_sico
Is it possible to both use existing elements for the pager, and to change as well as pause on hover? Currently the slides change on hover as expected, but the slideshow continues to run. Here's my code: $('#front-image').cycle({ speed: 1, timeout: 2000,

[jQuery] CYCLE PLUGIN -- Creating a Realtime Status/Progress Bar

2008-06-16 Thread Joe
I am using Mike Alsup's Cycle Plugin, but am running into a snag. Here is what I'm trying to accomplish: I have 4 div tags each with an image inside that is a link to that image: div id=slides class=pics div a href=img/1.jpgimg

[jQuery] Re: Flecks on some images with jQuery+Cycle Plugin

2008-06-11 Thread ProNotion
On Jun 10, 10:59 pm, Mike Alsup [EMAIL PROTECTED] wrote: Can you post a demo link Yes I can now as the client has decided to go live with the issue on the understanding it is resolved asap. The url iswww.plymouthcollege.com Thanks for posting the link (and nice site, btw). I'm not

[jQuery] Re: Flecks on some images with jQuery+Cycle Plugin

2008-06-11 Thread Mike Alsup
Thanks for the comments on the site and for your help Mike. Are you by any chance the developer of the plug-in? I guess based on your url above we can rule out the plugin for causing this problem! Some further information on the subject which I will look into but doesn't appear to offer a

[jQuery] Flecks on some images with jQuery+Cycle Plugin

2008-06-10 Thread ProNotion
I have a strange problem with a slideshow in IE7 where white flecks are appearing on some images and is most noticeable in the darker areas of photographs. This only seems to be happening in IE so no surprise there, I am using jquery.cycle.all.pack.js?v2.21 and here is my JS for the slideshow:

[jQuery] Re: Flecks on some images with jQuery+Cycle Plugin

2008-06-10 Thread Mike Alsup
I have a strange problem with a slideshow in IE7 where white flecks are appearing on some images and is most noticeable in the darker areas of photographs. This only seems to be happening in IE so no surprise there, I am using jquery.cycle.all.pack.js?v2.21 and here is my JS for the

[jQuery] Re: Flecks on some images with jQuery+Cycle Plugin

2008-06-10 Thread ProNotion
On Jun 10, 12:02 pm, Mike Alsup [EMAIL PROTECTED] wrote: I have a strange problem with a slideshow in IE7 where white flecks are appearing on some images and is most noticeable in the darker areas of photographs. This only seems to be happening in IE so no surprise there, I am using

[jQuery] Re: Flecks on some images with jQuery+Cycle Plugin

2008-06-10 Thread ProNotion
On Jun 10, 12:02 pm, Mike Alsup [EMAIL PROTECTED] wrote: I have a strange problem with a slideshow in IE7 where white flecks are appearing on some images and is most noticeable in the darker areas of photographs. This only seems to be happening in IE so no surprise there, I am using

[jQuery] Re: Flecks on some images with jQuery+Cycle Plugin

2008-06-10 Thread Mike Alsup
Thanks Mike, we have some progress as the flecks now appear during transitions and then disappear once the image is fully loaded. They then reappear 3 seconds later as the next transition starts - any ideas how to eradicate this completely? Either don't use IE, don't use Cleartype or don't

[jQuery] Re: Flecks on some images with jQuery+Cycle Plugin

2008-06-10 Thread ProNotion
On Jun 10, 3:04 pm, Mike Alsup [EMAIL PROTECTED] wrote: Thanks Mike, we have some progress as the flecks now appear during transitions and then disappear once the image is fully loaded. They then reappear 3 seconds later as the next transition starts - any ideas how to eradicate this

[jQuery] Re: Flecks on some images with jQuery+Cycle Plugin

2008-06-10 Thread Mike Alsup
On Jun 10, 12:31 pm, ProNotion [EMAIL PROTECTED] wrote: On Jun 10, 3:04 pm, Mike Alsup [EMAIL PROTECTED] wrote: Thanks Mike, we have some progress as the flecks now appear during transitions and then disappear once the image is fully loaded. They then reappear 3 seconds later as the

[jQuery] Re: Flecks on some images with jQuery+Cycle Plugin

2008-06-10 Thread ProNotion
On Jun 10, 6:01 pm, Mike Alsup [EMAIL PROTECTED] wrote: Can you post a demo link Yes I can now as the client has decided to go live with the issue on the understanding it is resolved asap. The url is www.plymouthcollege.com

[jQuery] Re: Flecks on some images with jQuery+Cycle Plugin

2008-06-10 Thread Mike Alsup
Can you post a demo link Yes I can now as the client has decided to go live with the issue on the understanding it is resolved asap. The url iswww.plymouthcollege.com Thanks for posting the link (and nice site, btw). I'm not sure what to suggest, although I can say that it has nothing to

[jQuery] Cycle Plugin Documentation

2008-06-09 Thread interfaced
I love this plugin megafold! I want to say though, you should document ScrollHorz on the demos, it should be the most basic of demos. I actually had to read all the source code to find it. I tried so many other plugins because that directional shifting is what I really needed. I can write the

[jQuery] $ cycle plugin crash: IE7.0.5730.13 crash - dxtrans.dll

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

[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

[jQuery] Re: jQuery cycle plugin crash in IE7

2008-06-05 Thread Mike Alsup
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!!

[jQuery] Cycle plugin opacity

2008-05-23 Thread martinp
Hi I'm using the fade effect of the Cycle plugin to generate a slideshow with some text overlaid on the top. The box of text should have an opacity of 0.7. This works well in Safari/Firefox on a Mac, but in IE the box of text has 100% opacity. I tried to fix it using this code:

[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] Re: jQuery Cycle plugin - avoiding preloading large number of images?

2008-05-22 Thread Mike
Another Mike ... sounds like I'm talking to myself! Thanks very much for that note. I think that approach will work - I might have to be a bit creative, and set up some way for the Cycle plugin to request more slideshow items when it needs them, but this is an extremely good start. Just what I

[jQuery] Cycle plugin pagerAnchorBuilder question

2008-05-21 Thread Andy Ford
Hi, I'm using the cycle plugin (and loving it). I'm using 'pagerAnchorBuilder' to build out the nav dynamically in an Ordered List. One thing I'd like to change is instead of having the 'activeSlide' class set on the anchor element, I'd prefer to have it set on its parent LI element. What

[jQuery] cycle plugin - reset timeout when you mouseout from pager

2008-05-19 Thread Mattisimo
Hi, this may be an embarassingly simple question but I am new to Javascript and JQuery and whilst I am trying to get me head around it all I am getting myself tied up in knots. Could anyone please tell me if it is possible to reset the timing on the cycle plugin so that when you leave the pager

[jQuery] cycle plugin - reset timeout when you mouseout from pager

2008-05-19 Thread Mattisimo
Hi, (apologies if this is a duplicate post - I got a server error) this may be an embarassingly simple question but I am new to Javascript and JQuery and whilst I am trying to get me head around it all I am getting myself tied up in knots. Could anyone please tell me if it is possible to reset

[jQuery] cycle plugin: rotation from outside elements

2008-05-18 Thread tsvika solan
Hi, I am using the cycle plugin for an image gallery with thumbnails as my 'pager' and it's working quite great. However, on the page that opens up my slideshow I have a little 'sample' or 'preview' containing four selected images from the images inside the slideshow. Is there any way to set it

[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

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

2008-05-13 Thread Josh Nathanson
: [jQuery] jQuery Cycle plugin : how to show three images in slider at the time 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

[jQuery] Cycle plugin inside Tabbed Menu?

2008-05-08 Thread YWFTDG
Hey guys, Hitting a big wall here. I have the Cycle plugin working and have it now added into a tabbed menu as the default value for the loading tab content, using this tabbed menu script: http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/ My problem is, on load the Cycle plugin works

[jQuery] Cycle plugin and Safari 3.1 flickering

2008-05-05 Thread mattv
A few weeks ago, I started to use the Cycle plugin on a site, mostly with just the 'fade' effect. It worked beautifully. The site development then stalled until recently as I waited on some content from my client, and when I returned to the site today, I noticed that the Cycle fades were now

[jQuery] cycle plugin, IE6 and browser resizing

2008-05-03 Thread petey318
Hi - I'm very new to all this, so please forgive me if this is really obvious or already covered, etc... On our site, www.lifesourcetv.com I am using the cycle plugin to fade through a series of images, in the banner. All looks fine on Firefox Safari, however on IE6 (Win XP machine) I get a

[jQuery] Cycle Plugin and IE/FF

2008-05-03 Thread Bo
Hey, I am in the process of locally redesigning my blog and I wan to use the cycle plugin to show my last 6 blogposts. I ran into some problems doing this, though. The plugin works in Firefox, but it just won't stop loading and in IE7 the cycle is not processed at all. I have read through a lot

<    1   2   3   4   5   >