Style is not visible in Mini panels 5.x-2.0-beta5
ggbit - June 26, 2008 - 09:13
| Project: | Carousel Panel Style |
| Version: | 5.x-1.3 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | pegleglax |
| Status: | active |
Jump to:
Description
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

#1
I'm having trouble with this also. Subscribing.
#2
Same problem here.. it works with panels 2 beta 2 & 3 but not 5
#3
beta 5 seems pretty buggy in its internals… will get back to this later.
#4
Ok. For now, we will use jCarousel by adding function call: jcarousel_add() ?
#5
Can 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.
#6
i'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)
#7
I'm having trouble with this also. Help me. Please.
#8
For 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 ...
#9
subscribing. same problem.
#10
subscribing
#11
I 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.
#12
i 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
#13
Subscribing
#14
I 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.
#15
I can confirm that this fixed it for me (#14)
#16