Closed (won't fix)
Project:
jCarousel
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Jun 2011 at 13:53 UTC
Updated:
25 May 2012 at 17:42 UTC
Thank You for your great job, guys! But I can't figure out, how the module shows CURRENT ITEM when I navigate through web-site using it? I mean function, that visually selects current item and shows it in the middle of the carousel, as we can see, e.g. on Flickr: http://www.flickr.com/photos/patrick-smith-photography/5439003620/in/pho... Excuse me, but without this "small" function the module is absolutely useless. As a car without a dashboard. It's true.
Comments
Comment #1
quicksketchThis question is not specifically related to carousels in any way. You'd have the same problem if you were using any kind of view in which you wanted to start the listing in the middle of the list instead of at the beginning. I've done this a few different times by using hook_views_query_alter(), but this isn't something that jCarousel should be responsible for.
Comment #2
quicksketchClosing after lack of activity. The jCarousel queue really isn't the right place for this request.
Comment #3
mvcthis can be implemented via #1401652: Set the start position based on a CSS selector and a views template which adds a CSS class to the appropriate image in the carousel.