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?

[FIXED] Popup alert message is not accessible
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: [FIXED] Popup alert message is not accessible
#58078
[FIXED] Popup alert message is not accessible 7 Years, 9 Months ago Karma: 0
Hello,

The popup alert message ("answer is not selected") is not accessible for closing. It seems is not the first layer so the mouse is not able to close the popup window anymore and the user cant go on with the quiz.

How can I fix it?

Thanks in advance.
Last Edit: 2016/07/14 17:51 By mitchie.
The administrator has disabled public write access.
 
#58079
Re:Popup alert message is not accessible for closing 7 Years, 9 Months ago Karma: 747
Hello,

Is it possible to see the problem anywhere?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58082
Re:Popup alert message is not accessible for closing 7 Years, 9 Months ago Karma: 0
Hello, wow, what a fast reply!

Yes, it is possible.
Can I send you a private message?

BTW: the issue is due to this div:

Code:

<div id="panelError_mask" class="mask block-scrollbars" style="height: 1053px; width: 1920px; display: block; z-index: 29999;"> </div>

generated when the user clicks on "continue" without any answer selected.

If I set z-index: 1; with firebug it works fine.

How can I fix it? I would like not to hack the core script to keep it working with future versions. It would be nice to have all these kind of stuff in a css file which can be overridden with a custom css.
Is it possible?

Thanks in advance!
The administrator has disabled public write access.
 
#58084
Re:Popup alert message is not accessible for closing 7 Years, 9 Months ago Karma: 747
You can send a link to a quiz by email.

PS: The following CSS rule can be added to a site template CSS file:

#panelError_mask {z-index:1!important}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58086
Re:Popup alert message is not accessible for closing 7 Years, 9 Months ago Karma: 0
Thanks!
It works fine.
Best regards.
The administrator has disabled public write access.
 
Go to topPage: 1