Acquia Marina display issue

mustafadur - February 26, 2009 - 04:09
Project:jCarousel
Version:6.x-1.0
Component:Code
Category:support request
Priority:minor
Assigned:Wim Leers
Status:closed
Description

I am using Acquia Marina theme.When I add jCarousel to page or block I see the default arrow that theme sets. I think there is a problem about css file.

#1

Wim Leers - March 24, 2009 - 17:25
Category:bug report» support request
Priority:normal» minor
Assigned to:Anonymous» Wim Leers
Status:active» fixed

jCarousel doesn't aim to provide CSS that works across all themes. The included CSS is just an example and should be tweaked to suit your theme.

#2

mustafadur - March 25, 2009 - 12:56
Status:fixed» active

Your comment 100% correct. However it didn't help me at all. Isn't it possible to put jCarousel in a container and set every option to default one, so there won't be a problem at all.

#3

Wim Leers - March 25, 2009 - 14:06

Ehm … maybe. I don't know. I'm not a themer, I didn't write any custom CSS.

#4

Rob Loach - March 25, 2009 - 18:04

If you visit admin/help/jcarousel, what happens? Any screenshots or code would be helpful.

#5

mustafadur - March 27, 2009 - 06:47

This is the code I am using to add jcarousel

  <ul id="mycarousel">
    <li><img src="http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg" width="75" height="75" alt="" /></li>
    <li><img src="http://static.flickr.com/75/199481072_b4a0d09597_s.jpg" width="75" height="75" alt="" /></li>
    <li><img src="http://static.flickr.com/57/199481087_33ae73a8de_s.jpg" width="75" height="75" alt="" /></li>
    <li><img src="http://static.flickr.com/77/199481108_4359e6b971_s.jpg" width="75" height="75" alt="" /></li>
    <li><img src="http://static.flickr.com/58/199481143_3c148d9dd3_s.jpg" width="75" height="75" alt="" /></li>
    <li><img src="http://static.flickr.com/72/199481203_ad4cdcf109_s.jpg" width="75" height="75" alt="" /></li>
    <li><img src="http://static.flickr.com/58/199481218_264ce20da0_s.jpg" width="75" height="75" alt="" /></li>
    <li><img src="http://static.flickr.com/69/199481255_fdfe885f87_s.jpg" width="75" height="75" alt="" /></li>
    <li><img src="http://static.flickr.com/60/199480111_87d4cb3e38_s.jpg" width="75" height="75" alt="" /></li>
    <li><img src="http://static.flickr.com/70/229228324_08223b70fa_s.jpg" width="75" height="75" alt="" /></li>
  </ul>
  <?php
    jcarousel_add
('#mycarousel', array('vertical' => TRUE));
 
?>

When I visit admin/help/jcarousel I see the jcarousel as it is supposed to be. No extra picture next to list item. However if I post as a part of story or inside a block extra pictures for list items are seen. I also attached firebug output. If I disable #content-bottom ul li attributes it shows as it supposed to be.

AttachmentSize
story.PNG 69.19 KB

#6

Wim Leers - March 27, 2009 - 08:21

Then just add another CSS rule with #mycarousel li as selector and disable the CSS that you'd like to see removed?

#7

Wim Leers - November 3, 2009 - 17:10
Status:active» closed

Closing due to lack of response.

 
 

Drupal is a registered trademark of Dries Buytaert.