[jQuery] Re: Cycle plugin: problem showing slide titles in pager (using pagerAnchorBuilder function)

2009-08-28 Thread lumpysimon
Hi Mike Thank you very much for your suggestion, but that's not working either I'm afraid - I still end up with just a blank space where I'd like the title to appear. (I also noticed that your method seems to strip the closing tag from the #cycle-numbers div too, although I can't for the life of

[jQuery] Re: Cycle plugin: problem showing slide titles in pager (using pagerAnchorBuilder function)

2009-08-26 Thread Mike Alsup
> This question has been asked several times in various places online, > but the solution that's usually given isn't working for me. > > I want to show the slide titles (rather than just numbers) in the > pager, so am calling it like this: > > jQuery(document).ready(function() { >         jQuery('

[jQuery] Re: cycle plugin problem

2008-03-04 Thread Diego A.
AH! I'll be able to sort it out from here... THANK YOU! On Mar 4, 3:11 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > It looks like you've got competing versions of the metadata plugin > loaded. The current one, and then later in the file some sort of > ancient one under the comment: > > // MODIF

[jQuery] Re: cycle plugin problem

2008-03-04 Thread Mike Alsup
It looks like you've got competing versions of the metadata plugin loaded. The current one, and then later in the file some sort of ancient one under the comment: // MODIFIER FOR METADATA PLUGIN Cycle is borking because the call to retrieve metadata is returning a full jQuery object. Mike O

[jQuery] Re: cycle plugin problem

2008-03-04 Thread Diego A.
Hi Mike, Thank you so much for your prompt reply. Here is the link: http://thewayfarers.com.temp.ourhelmcp.com/ The site is in its earliest stages of development so please ignore the mess. The slideshow in question is on the bottomr right hand corner of the frontpage and here is the code I used

[jQuery] Re: cycle plugin problem

2008-03-04 Thread Mike Alsup
Diego, can you post a link? > I have not been able to use the cycle plugin and it's driving me > insane. > > The error message (in firebug): > this.domManip is not a function