Closed (fixed)
Project:
jCarousel Lite
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2008 at 21:04 UTC
Updated:
10 May 2010 at 13:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
moonray commentedDid you install the jquery_update module and replace jquery.js? That would stop jCarousel from working properly.
Comment #2
matmasr commentedThank you for your response. Yes I have the updated jquery_update module installed and I have replaced the original jquery.js with the new version.
Comment #3
moonray commentedCan you provide an example file (basically the generated page's HTML + javascript)?
Comment #4
matmasr commentedThank you again for your help.
I am attaching the html file for the source of the page. I am not sure about the jscript.
Comment #5
moonray commentedIt looks like you haven't enabled jCarousel Lite for this particular node type.
See the INSTALL.txt for details.
Comment #6
matmasr commentedBefore I created this node, I made sure that the node type "Page" has jCarousel Lite enabled. When I edit the actual node, I see that jCarousel Lite is enabled, but for some reason, it does not include the javascript call in the generated node when I save the file.
Comment #7
moonray commentedCan you provide a screenshot of the jCarousel Lite values you set? Also, make sure there are not errors in the error log related to it.
Basically the javascript part that initializes the jCarousel Lite content on the page doesn't get included on the page for some reason. Perhaps it's a module conflict (though I wouldn't know why)?
Comment #8
matmasr commentedYou assessment is correct. I am not sure though why the javascript is not being installed. Here are two screenshots
Comment #9
moonray commentedI think it's somewhere around this part in the code.
Original code:
Change it to:
When viewing the page, at the top, it should read:
If not, that's where the problem is, and you'll need to change
if (!isset($added)) {toif (!isset($added) && $addedd != TRUE) {, which will hopefully fix things.Please let me know what you find.
Comment #10
moonray commentedComment #11
moonray commentedNo additional info. Assuming it's been resolved.
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #13
hrpo commentedI have the same problem. jCarousel Lite is not working. Followed all the instructions.
my source goes like this:
<<
>>
What's wrong. Thx for help.
Comment #14
robin1988 commentedHAs anyone got a hold of this??
I wana use this module in one of my websites
Can anyone provide me with the stepwise proper documentation
I have done everythng as per in the screenshots
But cant get it done
Thnx in advance
Comment #15
pete_l commentedNo it does seem to be utterly broken. The trivial amount of "documentation" refers to enabling it with views and some sort of "View type" dropdown. Well in Drupal 6 there ain't no such animal and AFAICS inside views there are no types that refer to jCarousel Lite. So I guess that option is a dead end.
I have got it to display one single picture, by inserting the example HTML into a block body and then adding the same class references into a node that refers to a picture. However, the block body code seems to want a list of all the images you intend to "carousel-ise" which is not consistent with the description about editting each node. It also seems to want to resize them (though I haven't explored this fully - I might do that if I have any sort of success with it)
Bascially I think I'm wasting my time with this module. There are numerous postings going back a couple of years with people asking how to get it to work, and so far no-one's reported a success. The author doesn't seem interested so I guess it's been abandoned :-(
Now, are there any other carousels for Drupal that are easy to use, properly documented and have a solid history of nube's like me getting them to work?