Posted by agrigor1 on February 17, 2009 at 2:00am
Jump to:
| Project: | jCarousel |
| Version: | 6.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | critical |
| Assigned: | Wim Leers |
| Status: | closed (fixed) |
Issue Summary
I tried almost everything and failed.
I tried
<?php jcarousel_add('#mycarousel', array ('skin'=>'ie7', 'skin_path'=>'/sites/all/modules/jcarousel/jcarousel/skins/ie7'); ?>also
<?php jcarousel_add('#mycarousel', ,'ie7', '/sites/all/modules/jcarousel/jcarousel/skins/ie7'); ?>All failed (amonst other variations of the above).
How on earth am I supposed to set the $skin and $skin_path variables reffered in the READ.txt
The examples in the Help work fine, so I guess I dont use the right way to pass the variables!
Please Help.
Comments
#1
Remove the leading slash :)
#2
For ie7 or tango, you don't have to pass the skin path since they're shipped with jCarousel ;-) ......
<?phpjcarousel_add('#differentskin', array(), 'ie7');
?>
See it live in admin/help/jcarousel.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.