Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5954647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:00:01+00:00 2026-05-22T18:00:01+00:00

Link: http://misiur.com/teatr Error code: jCarousel: No width/height set for items. This will cause an

  • 0

Link: http://misiur.com/teatr

Error code: “jCarousel: No width/height set for items. This will cause an infinite loop. Aborting…”

I had one carousel – no error. Then I added new – this error. Build same as first one. Simple HTML: ul with children li > a > img
I don’t have any idea why is it happening. I’ve tried to add dimensions with CSS, but still nothing. Do img’s need to be same size?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T18:00:02+00:00Added an answer on May 22, 2026 at 6:00 pm

    Even though this is an old question it still turns up in google search on this topic.

    I posted a solution to this on my blog here http://drayblog.gotdns.com/index.php/2011/03/31/jcarousel-no-width-height-set-for-items/

    but just in case one day it goes down, heres the post

    The error occurs regardless of widthand height attribute of you jarousel item. You need to set the width and height of the first parent of the carousel. If you follow this design pattern below, you cant go wrong

    Firstly im assuming you have already included a reference to your already downloaded jcarousel library. There is really only one of them so you cant go wrong in finding it. here

    1. Markup for your page containing the jcarousel element (note wrapped in a containing div), this site doesnt support displaying much html so i have removed the opening and closing tags
    div id="hlrt"
    ol id="hmprt" runat="server" clientidmode="Static"
    li class="l"
          !--your stuff in here--
        /li
    /ol
    /div
    

    Your initialising jscript to bring your carousel to life (note applied to the ordered list)

    //initialise
    $('#hmprt').jcarousel({
        vertical: true,
        easing: 'easeInOutQuad',
        scroll: 4,
        auto: 5,
        wrap: 'circular',
        animation: 3000
    });
     

    Your CSS (note applied to the wrapping div)

     
    #hltr .jcarousel-item-vertical,
    #hltr .jcarousel-item-placeholder-vertical {
        width: 330px;
        height: auto;
    }
    #hltr .jcarousel-container-vertical {
        width: 330px;
        height: 350px;
        border: 1px solid #fff;
    }
    #hltr .jcarousel-clip-vertical {
        width: 330px;
        height: 350px;
        z-index: 20;
    }
    
    

    The reason why we do this is because the jcarousel class ammends the html markup so that styles will no longer apply because the objects will no longer exist, or have the same name at the jcarousel object level.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

SSL can either be explicit or implicit as explained by this link: http://help.globalscape.com/help/secureserver2/Explicit_versus_implicit_SS.htm System.Net.Mail
This link describes an exploit into my app using fckEditor: http://knitinr.blogspot.com/2008/07/script-exploit-via-fckeditor.html How do I
i have this link: http://localhost/login/activation.php?usermail=xxxxx@gmail.com?usercode=$P$Bs9FpyKdKVFdVXYJ6dZCfcZqzWHLlc/ but this validation return Bad request. Why? function checkBd()
The following quote is from this link: http://apidocs.meego.com/1.2-preview/qtmobility/qgeopositioninfosource.html#createDefaultSource Creates and returns a position source
I've implemented a singleton CoreLocation class (courtesy of this link: http://jinru.wordpress.com/2010/08/15/singletons-in-objective-c-an-example-of-cllocationmanager/ ) However, I
I found this link http://artis.imag.fr/~Xavier.Decoret/resources/glsl-mode/ , but there isn't a lot of description around
Heres my link: http://tinyurl.com/6j727e If you click on the link in test.php, it opens
From where can I download MAPI33.dll. I got the link http://www.mapi33.adexsolutions.com/ from a site
I am wondering why the link to profile looks like: http://stackoverflow.com/users/ID/NAME not simply: http://stackoverflow.com/users/ID
When you paste the following URL into IE: http://technet.microsoft.com/en-us/sysinternals/bb897434.aspx , the link on the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.