[jQuery] Re: jQuery Cycle Plugin help needed

2008-02-16 Thread diggnate
it looks like I'm a little late to the game on this thread, but I found it via google, and you guys seem to know what you're talking about :-) I'm trying to get this to work on a WordPress theme that I'm developing for my site, but for some reason it just won't work. I'm new to jQuery, but this

[jQuery] Re: jQuery Cycle Plugin help needed

2008-02-16 Thread diggnate
testing ... On Jan 25, 6:18 pm, visitorQ [EMAIL PROTECTED] wrote: thanks mike i'll try that and get back to you guys! you're all great On Jan 25, 3:40 pm, Mike Alsup [EMAIL PROTECTED] wrote: image and have it say 'read article ' and a user could click it. then when the image

[jQuery] Re: jQuery Cycle Plugin help needed

2008-02-16 Thread Mike Alsup
it looks like I'm a little late to the game on this thread, but I found it via google, and you guys seem to know what you're talking about :-) I'm trying to get this to work on a WordPress theme that I'm developing for my site, but for some reason it just won't work. I'm new to jQuery, but

[jQuery] Re: jQuery Cycle Plugin help needed

2008-02-16 Thread diggnate
You're absolutely right ... I knew it was going to be something simple that I'm too dense to catch! :-) Thanks so much!!! Nathan On Feb 16, 8:53 am, Mike Alsup [EMAIL PROTECTED] wrote: it looks like I'm a little late to the game on this thread, but I found it via google, and you guys seem

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-25 Thread Mike Alsup
image and have it say 'read article ' and a user could click it. then when the image fades, the link does also, until the next image fades in, with it's own text link to its own article. i'm not having much luck since i need to write each link it's own class in the stylesheet because they

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-25 Thread visitorQ
thanks mike i'll try that and get back to you guys! you're all great On Jan 25, 3:40 pm, Mike Alsup [EMAIL PROTECTED] wrote: image and have it say 'read article ' and a user could click it. then when the image fades, the link does also, until the next image fades in, with it's own text

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-25 Thread visitorQ
yeah thanks to mike for a friggin awesome plugin! i'm glad you liked checking out the labradoodles! this site is for a friend of mine. they sold tiger woods his labradoodle! awesome huh? they're beautiful dogs. anyway, i'm having one more little issue. everything works GREAT, but i want to add

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-25 Thread Karl Swedberg
On Jan 25, 2008, at 1:24 AM, visitorQ wrote: i am however having one other problem. before the slideshow worked, i had a dropdown menu on my navbar. but now with the slideshow over it, you can't see the dropdown when you rollover the navbar. sooo, i kinda need the navbar. what do you guys

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-25 Thread visitorQ
KARL!! thank you so much! that worked perfectly man! thank you!! i'm thining about adding the paging slideshow instead of this one in the future. i'll be back if i have any problems! you guys are the best!!! woohoo we're cookin now!!! =) On Jan 25, 7:23 am, Karl Swedberg [EMAIL PROTECTED]

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-25 Thread Karl Swedberg
heh. That reaction made it all worthwhile. :-) (and special thanks to Mike Alsup for the awesome plugin!) As a former owner of a standard poodle, I must say I loved looking at the labradoodles on your web page, too. --Karl _ Karl Swedberg www.englishrules.com

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Mike Alsup
You need to put the code inside a doc ready handler. In general, you *always* do this with jQuery code that manipulates elements in the document: $(document).ready(function() { $('#s2').cycle({ fx: 'fade', speed: 'normal', timeout: 4000, next: '#next2',

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
thank you so much for the reply! but unfortunately that isn't the problem =(. i tried your suggestions and it still doesn't work. script type=text/javascript src=jquery-1.1.2.js/script script type=text/javascript src=jquery-1.2.2.js/script script type=text/javascript

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Karl Swedberg
On Jan 24, 2008, at 12:50 PM, visitorQ wrote: thank you so much for the reply! but unfortunately that isn't the problem =(. i tried your suggestions and it still doesn't work. script type=text/javascript src=jquery-1.1.2.js/script script type=text/javascript src=jquery-1.2.2.js/script script

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
i'm telling you there's GOTTA be something wrong with the plugin itself. that's the only explanation i can come up with. what do you guys think? On Jan 24, 2:29 pm, Karl Swedberg [EMAIL PROTECTED] wrote: On Jan 24, 2008, at 12:50 PM, visitorQ wrote: thank you so much for the reply! but

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
i did. that didn't help either =( what could possibly be wrong with this?! i'm so frustrated because jQuery is supposed to make everything easy, and i'm a relatively smart guy so i'm not sure what i'm doing wrong... i seriously need help with this because i'm entering in this site into the webby

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Mike Alsup
Post a link. There's something you're not telling us. I'd be glad to look at the code in context. What you posted here looks fine. Mike On Jan 24, 2008 5:03 PM, visitorQ [EMAIL PROTECTED] wrote: i did. that didn't help either =( what could possibly be wrong with this?! i'm so frustrated

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Mike Alsup
i'm telling you there's GOTTA be something wrong with the plugin itself. that's the only explanation i can come up with. what do you guys think? I think you need to post a link that demonstrates the problem.

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
my development environment for this site can be found here: http://98.199.114.128/lonestar/homepage/homepage.html i hope this helps =\ i REALLY appreciate all your doin to help mike! seriously. thank you! On Jan 24, 6:45 pm, Mike Alsup [EMAIL PROTECTED] wrote: i'm telling you there's GOTTA

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
oops! it's not homepage.html. just index.html so it's here http://98.199.114.128/lonestar/homepage/ thanks again! On Jan 24, 6:45 pm, Mike Alsup [EMAIL PROTECTED] wrote: i'm telling you there's GOTTA be something wrong with the plugin itself. that's the only explanation i can come up with.

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
mike, i'm aware of that =). i just took it down because my client wanted to see what how the site was coming so i commented it out. but when it's not commented out, and i only load ONE jquery, it still doesn't work. so what do i do? i've tried to load either jqueries and it doesn't work man.

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Karl Swedberg
It looks to me like it's working just fine -- that is, it's successfully rotating the three instances of the same image, since that is what you have in your HTML: div id=headingfade class=pics img src=images/onelucky.gif width=712 height=273 /

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread Mike Alsup
It looks to me like it's working just fine -- that is, it's successfully rotating the three instances of the same image, since that is what you have in your HTML: div id=headingfade class=pics img src=images/onelucky.gif width=712 height=273 /

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
Mike and Karl. thank you both for helping me with this thread! so just for documentation's sake i'll explain what happened: i run a linux machine and i have an apache server running. all of the files that are served on it need to have certain permissions and be owned by a certain user and be

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
mike and karl thank you guys so much for helping me out with this problem. as you guys have found i figured out what the problem was. and it turns out i was sorta correct in my assumption. there was something wrong with the jquery cycle plugin. it had the wrong permissions and was owned by the