I don't know why, but I followed the steps and its don't worked in the preview just show like that:
http://img227.imageshack.us/img227/1354/jcarousel.png
and in the Block don't change anything =/
What could it be? I tried the default theme and nothing, i use views 2.11.

CommentFileSizeAuthor
jcarousel.png47.73 KBlucas.matias

Comments

lucas.matias’s picture

I look at the source code and the jcarousel-default.css are not include, what to do to include it?

szadok’s picture

Same issue for me.

quicksketch’s picture

Title: JCarousel don't work with views » jCarousel missing CSS/JS in Views preview

Yes this is a known issue. This is because (in Drupal 6) it is not possible to dynamically add CSS/JS files to the page for the Views live preview. jCarousel only adds the CSS/JS when the files are needed, so they don't show up in Views. You'll see similar issues with Fivestar, Flag, or any other module that adds CSS/JS to only certain data within Views.

quicksketch’s picture

Status: Active » Postponed

I'm moving this to postponed because I don't think there is an elegant solution available (the only thing I can think of is loading every skin and all JS on the admin/build/views/x pages regardless of if they're needed or not).