Carousel showing just a sliver of images

  • frankdl98
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 1 month ago #28334 by frankdl98
I'm trying Hot Joomla Carousel Pro on a development site, and the carousel is only showing a thin strip of each image. I tried changing size parameters, loading / not loading jQuery from the module, etc., but always get the same display.

callir.com/index.php

A sample is here: callir.com/images/homeslider/homeslider1.jpg

(Ignore the way the rest of the page looks. This is just a test site.)

Please Log in to join the conversation.

More
11 years 1 month ago #28336 by ivan.milic
You set it like this , when I inspect source I see you set 18px for item height

Please Log in to join the conversation.

  • frankdl98
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 1 month ago #28341 by frankdl98
Where do you see that?
Attachments:

Please Log in to join the conversation.

More
11 years 1 month ago #28354 by ivan.milic
Google chrome inspect element, maybe some other thing on that page sets it like that. See image
Attachments:

Please Log in to join the conversation.

  • frankdl98
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 1 month ago #28371 by frankdl98
The code for "carousel-wrap" comes from the module. Where is is getting the 18px setting from? I already sent you a screenshot of the module settings, and there isn't anything set to 18px.





<div class="carousel-wrap" style="overflow: hidden; position: relative; width: 636px; height: 18px;"><ul style="margin: 0px; padding: 0px; position: absolute; top: 0px; width: 3180px; left: -1908px;">

<li class="carouselimage" style="height: 18px;"><a href="javascript::void(0);"><img src="/images/homeslider/bg-home22.jpg" alt="" width="700" height="350" class="reflect" style="width: 630px;"></a></li>
<li class="carouselimage" style="height: 18px;"><a href="javascript::void(0);"><img src="/images/homeslider/bg-home4.jpg" alt="" width="700" height="350" class="reflect" style="width: 630px;"></a></li>
<li class="carouselimage" style="height: 18px;"><a href="javascript::void(0);"><img src="/images/homeslider/homeslider1.jpg" alt="" width="700" height="350" class="reflect" style="width: 630px;"></a></li>
<li class="carouselimage" style="height: 18px;"><a href="javascript::void(0);"><img src="/images/homeslider/homeslider2.jpg" alt="" width="700" height="350" class="reflect" style="width: 630px;"></a></li>
<li class="carouselimage" style="height: 18px;"><a href="javascript::void(0);"><img src="/images/homeslider/homeslider2.jpg" alt="" width="700" height="350" class="reflect" style="width: 630px;"></a></li>

</ul></div>

Please Log in to join the conversation.

More
11 years 1 month ago #28382 by ivan.milic
Try this add this css at bottom of template_css.css:

.carouselimage{
height:320px!important;
}

Please Log in to join the conversation.

Time to create page: 0.321 seconds
Powered by Kunena Forum