Active
Project:
Carousel Panel Style
Version:
5.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jun 2008 at 09:13 UTC
Updated:
3 Nov 2009 at 17:39 UTC
HI I found that Carousel style is not visible in minipanels in new panel2 Beta5.
Can somebody give me some suggestion how to fixe it.
Tabs are working just fine.
I have instaled this modules and versions.
Mini panels 5.x-2.0-beta5
Carousel Panel Style. 5.x-1.3
jCarousel 5.x-1.2
JQuery Update 5.x-1.0
Comments
Comment #1
Fayna commentedI'm having trouble with this also. Subscribing.
Comment #2
nravens commentedSame problem here.. it works with panels 2 beta 2 & 3 but not 5
Comment #3
wim leersbeta 5 seems pretty buggy in its internals… will get back to this later.
Comment #4
najibx commentedOk. For now, we will use jCarousel by adding function call: jcarousel_add() ?
Comment #5
Steven Mansour commentedCan you tell a non-programmer how to "add function call: jcarousel_add()"? I'd like to get this working in the beta 5 of Panels but am unsure as to how.
Comment #6
George2 commentedi'm using panels 5.x-2.0-rc1a, and panels_carousel 5.x-1.3, and i too can't see the style. ~(using drupal 5.10)
Comment #7
irbis78 commentedI'm having trouble with this also. Help me. Please.
Comment #8
najibx commentedFor now I am using the views_carousel, listed in the CVS. You can then use view's insert or block into the panel.
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/carousel/vi...
My problem is, with panel, my themes break in IE6. Works great in FF though. Anyway ... as an alternative, I use View's header and footer to create a full page.
A crazy workaound ...
Comment #9
asak commentedsubscribing. same problem.
Comment #10
Remon commentedsubscribing
Comment #11
najibx commentedI got the views_carousel working perfect in FF2/FF2 and IE7 but break in IE6 (it become 2 rows). I think the CSS overflow:hidden issue. So I just use a static HTML JCarousel Lite - http://www.gmarwaha.com/jquery/jcarousellite/index.php
Huhhu ..not so drupal ..but meet my immediate requirement..
Still hoping this to be fixed.
Comment #12
George2 commentedi found jcarousellite to be VERY slow and processor intensive. it modifies the html, but the time it takes to do this is awful. personally, i hunkered down and learnt jquery. it's actually really great, and powerful!
i ended up using scrollto and serialscroll jquery plugins
Comment #13
design.er commentedSubscribing
Comment #14
myivory commentedI was able to get the Carousel style to show up by changing the function name from panels_carousel_panels_panel_style_info to panels_carousel_panels_styles in panels_carousel.module. Perhaps the style naming convention changed after Carousel Panel Style was released.
Comment #15
socialnicheguru commentedI can confirm that this fixed it for me (#14)
Comment #16
wim leers