my first observation is that the bundled jquery is 1.3.2 while drupal provides 1.2.6. <div><br></div><div>admittedly, I only did a cursory look at the install instructions - but I didn't see much there. That said, your structure for the gallery doesn't match the sample in that it lacks some of the class names. </div>
<div><br></div><div>firebug picks up an error </div><div><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch opened">$("#main-photo-slider").codaSlider is not a function</span></div><div><br>
</div><div><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch opened"></span>I assume that this means that the code assigning the function isn't running properly. You've got the packed version of the script on the site, making debugging a little difficult. </div>
<div><br></div><div>My best guess is the version mismatch. You might try installing jquery update (to get you to 1.3.2), or finding another coda slider drop in.<br><br><div class="gmail_quote">On Tue, Feb 2, 2010 at 10:02 AM, Holly Ferree <span dir="ltr"><<a href="mailto:hferree@gmail.com">hferree@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi All,<br>
<br>
Hope everyone's week is going well.<br>
<br>
I'm having trouble with drupal recognizing some jquery...<br>
<br>
I have a client that wants a content slider with text overlay. By all<br>
accounts what I have set up should work (I think), but I'm having trouble<br>
getting the sliding part to work. Drupal acts like it's not getting the .js<br>
files or vise versa...<br>
<br>
I even downloaded the previous version (before the nice added css) and can't<br>
get that to work either, but it does give a nice loading sign now...<br>
<br>
This is what I want:<br>
<a href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/" target="_blank">http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/</a><br>
<br>
This is the based JS stuff (I figured this is the bare bones option so I<br>
tried it. This is the one that is on top... There is a nice loading<br>
animation but that's it...I'd really like the top link to work since it is<br>
much prettier and what my client wants):<br>
<a href="http://www.ndoherty.com/demos/coda-slider/" target="_blank">http://www.ndoherty.com/demos/coda-slider/</a><br>
<br>
My testing page is: <a href="http://cbf.holly.hobby-site.com/node/42/" target="_blank">http://cbf.holly.hobby-site.com/node/42/</a><br>
(some of the CSS is messed up because I linked to both slider css files just<br>
to see if that was somehow the error)<br>
<br>
What do I do now? I don't know how to fix it. I had trouble with drupal and<br>
a scrollto jquery slider as well a few months ago (kept getting javascript<br>
errors, and since I'm not very good with javascript had a very unhappy time<br>
and had to go with my third choice because nothing else worked). Is this<br>
just common with Drupal 6 or do I just really know how to make this kinda<br>
stuff not work?<br>
<br>
Site specs (if it matters):<br>
<br>
Drupal 6.15<br>
Access to update.php Protected<br>
Configuration file Protected<br>
Cron maintenance tasks Last run 8 hours 39 min ago<br>
Database updates Up to date<br>
Drupal core update status Up to date<br>
File system Writable (public download method)<br>
GD library bundled (2.0.34 compatible)<br>
MySQL database 5.1.30<br>
PHP 5.2.11<br>
PHP memory limit 128M<br>
PHP register globals Disabled<br>
Unicode library PHP Mbstring Extension<br>
Update notifications Enabled<br>
Upload progress Not enabled<br>
Web server Apache/2.2.13 (Unix) mod_ssl/2.2.13<br>
OpenSSL/0.9.7l DAV/2 PHP/5.2.11<br>
<br>
cURL Enabled<br>
jQuery UI 1.6<br>
<br>
<br>
Thanks. Any advice is appreciated.<br>
<br>
Holly Ferree, Graphic Designer, BFA<br>
813.786.0852<br>
<a href="mailto:hferree@gmail.com">hferree@gmail.com</a><br>
<a href="http://www.designbyholly.com/" target="_blank">http://www.designbyholly.com/</a><br>
<br>
<br>
_______________________________________________<br>
consulting mailing list<br>
<a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
</blockquote></div><br></div>