Needs review
Project:
jCarousel
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2012 at 14:27 UTC
Updated:
8 Jun 2016 at 03:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
quicksketchNo, not currently. To work around the problem, you can create one view that takes an argument and builds a carousel, then use Views View Field to make another view that calls the same view (making a carousel) for each term or category you're working with.
Comment #2
aniebel commentedJust wondering if you could give more detail on this as I need the same functionality. I've built one View that only has a View Field and Taxonomy field. The View Field is set to pull another View/Display and is passing an argument (1 to start for testing). The other View that it's trying to load worked with jCarousel before but I have changed that to use HTML List now as it seems it shouldn't load a carousel inside a carousel... correct? I've also set that other View to receive an argument, which works as I test inside that View.
In any case it's not working. Maybe I didn't understand your instructions. Any chance you could share a View export or provide more details? I can see how grouping would be a great feature for this wonderful module.
Cheers!
Comment #3
ptitwolfy commented@aniebel,
Did you find a work around? On D7, I was trying to hook the jcarousel.views.inc file to put get:
'uses grouping' => TRUE,
but this makes the module a bit buggy, pretty sure this can easily be adapted...
Comment #4
olarin commentedIt looks like in the latest dev version, some bugs for multiple carousels on a page have been fixed, and I therefore found that by simply removing the "'uses grouping' => FALSE" line from jcarousel.views.inc (it defaults to TRUE), grouping worked out of the box for me. Patch attached.
Comment #5
olarin commented