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?

Need to remove or hide the table only
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Need to remove or hide the table only
#59966
Need to remove or hide the table only 7 Years, 1 Month ago Karma: 0
Hi Ari Soft,

I need to hide or remove the table only that is surrounded by red box (see image attached). But I still need to show the explanation. Can you let me know how I can do it.

Can you also send the un-minified version of ari-quiz.js

Thanks,

ED
Last Edit: 2017/03/21 13:21 By outreachprod.
The administrator has disabled public write access.
 
#59967
Re:Need to remove or hide the table only 7 Years, 1 Month ago Karma: 747
Hello,

Add the following CSS rule to site template CSS file:

#dtResults .aq-question-explanation>TABLE {display:none}

PS: We will send original version of javascript files by email within a couple of minutes.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#59969
Re:Need to remove or hide the table only 7 Years, 1 Month ago Karma: 0
I got that working on the summary of the quiz. How about the individual question, I still have the table per individual question. I want the table also be hidden or removed per question.

Can you send also the css changes.

Thanks again,

ED
The administrator has disabled public write access.
 
#59970
Re:Need to remove or hide the table only 7 Years, 1 Month ago Karma: 747
Use the following CSS rule:

.aq-question-correct-answer>TABLE,
.aq-question-explanation>TABLE {display:none}

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