I have installed JCarousel and all of dependencies for Galleria, and i still don't know how to run JCarousel with Galleria. There is no instruction, on any site in network... JCarousel is on (in Galleria settings), and configured, but not working... There is no any arrows, or something - look at screenshot, and tell me, how to run it... I'm frustrated

CommentFileSizeAuthor
test - StudentCafe.png1.24 MBhexen
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

julient’s picture

I have the same problem. It makes no difference if Jcarousel is enabled or not in the Galleria settings.

andribas’s picture

There is a bug:
When selector added to jcarousel library it has 2 (two) dots i.e. "..galleria".
You can see it in HTML output of page.
If remove second dot in file "galleria.module, line: 360"
jcarousel_add('gallery', $options);
Everything work ok.

hexen’s picture

I have only this, at 360 line:

    );
    jcarousel_add('.gallery', $options);
  }

removing dot from '.galleria' does not affect

patoshi’s picture

same problem.. i cant get it working neither.

mimmotron’s picture

In my case the solution was (line 361 of ~/galleria.module):
from --> jcarousel_add('.gallery', $options);
to --> jcarousel_add('gallery', $options);

Blue2000’s picture

Same exact issue! I am wondering if it has something to do with the default width of the page. Mine is pretty narrow less than 600 pixels as it looks like in the screenshot at the top of the thread...just a thought. I'd hate to change the width of all my pages and mess up all the formatting just for this to work. Tried reverting to JCarousel 6x-1.1 from 6x-2.6 and still nothing as suggested in another post.

deaftone’s picture

I have the same issue. Tried changing the with of the wrapper. Didn't work. So I don't think it's a width issue.