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

babycourageous’s picture

Title: Pager arrows disappear when altering view for different size jCarousel » Pager arrows disabled when altering view or using custom skin

UPDATE:

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?

chadchandler’s picture

Yes, @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.