Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Big White Space after long question
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: Big White Space after long question
#54969
Big White Space after long question 8 Years, 9 Months ago Karma: 0
Hello,

I do have a problem with loading the next question.

When the question has been very long all other question will have a big white space after.
I attached 2 screenshot for better understanding.



Last Edit: 2015/06/23 15:19 By nightmare1942.
The administrator has disabled public write access.
 
#54970
Re:Big White Space after long question 8 Years, 9 Months ago Karma: 746
Hello,

A loading pane fills all space which is occupied by current question page. If you want to decrease height of loading pane, add the following CSS rule to a site template CSS file:

#ariQueMainAnsContainer.aq-loading {height:150px;overflow:hidden;}

and clean browser's cache.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54978
Re:Big White Space after long question 8 Years, 9 Months ago Karma: 0
Unfortunately that didn't help. I did put the rule into the main site template CSS file.

Maybe I need to explain it more detailed:

When using the ARI Reloader everything works quite well, but it's a little bit annoying when the whole page reloads.
Without the Reloader the white pane expands perfectly fine (after a small page a bigger page is adjusted just fine). But the other way it's not working. Even with the CSS rule mentioned above. The pane only gets bigger and bigger but not smaller.

Why? And can I change this behaviour somehow?
The administrator has disabled public write access.
 
#54980
Re:Big White Space after long question 8 Years, 9 Months ago Karma: 746
Could you send a link to a quiz where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#54982
Re:Big White Space after long question 8 Years, 9 Months ago Karma: 0
Here is a link: tinyurl.com/o99erxb
The administrator has disabled public write access.
 
#54990
Re:Big White Space after long question 8 Years, 9 Months ago Karma: 746
Your site template set "min-height" CSS property for elements with main content dynamically and it seems it has some problem with dynamic content (which is loaded via AJAX). Try to add the following CSS rules to fix this problem, we checked it in FireFox browser and it looks normal:

BODY.com_ariquiz #ja-current-content,
BODY.com_ariquiz #ja-content-main {
min-height: initial !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12