Active
Project:
Node Gallery jCarousel
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2011 at 18:34 UTC
Updated:
21 Jan 2012 at 20:52 UTC
My jCarousel has gone awry. I was trying to make a 6 image carousel so I went into Views and changed Items to Display to 6. my paging arrows are now constantly being set to disable=true. (The underlying HTML is there for the arrows, they are just disabled). I have 12 images in the carousel so it isn't an issue of there not being enough to display. I have switched from a None theme in the View settings back to Tango to no avail.
The paging has been buggy since i installed(items being paged never matched the items displayed) but i thought nothing of it til this.
any thoughts?
Comments
Comment #1
babycourageous commentedUPDATE:
i'm realizing that any alteration I make to the jcarousel navigator view causes the arrows to become disabled. I am currently trying to use a custom skin that is located in a custom module folder that calls hook_jcarousel_skin_info(). When I go into the view to select it, the arrows become disabled.
When I revert the view to the default settings (and therefore the Tango skin) everything works as expected. Arrows are there, the page of the carousel matches the location of the image you are viewing, etc.
Any thoughts?
Comment #2
chadchandler commentedYes, @babycourageous
You've simply got a path not being recognized issue.
There are a lot of support threads with this same problem.
An easy way, probably not the cleanest way, is to copy-and-paste the css being used for tango into your theme's stye.css and override it with the custom theme.