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?

User details on the results page
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: User details on the results page
#60367
Re:User details on the results page 6 Years, 10 Months ago Karma: 0
Thanks for the update.

This has made an improvement but still does not print the ticks and crosses.

Regards,
The administrator has disabled public write access.
 
#60369
Re:User details on the results page 6 Years, 10 Months ago Karma: 746
It looks like a problem with site template styles. Try to replace the following code in <joomla_directory>/administrator/components/com_ariquiz/assets/css/styles.css file:

Code:


.aq-quiz-result #dtQuestions .icon-ban-circle {
background: transparent url(../../../../../components/com_ariquiz/assets/images/publish_x.png) center center no-repeat;
}

.aq-quiz-result #dtQuestions .icon-ok {
background: transparent url(../../../../../components/com_ariquiz/assets/images/tick.png) center center no-repeat;
}



with the following one:

Code:


.aq-quiz-result #dtQuestions .icon-ban-circle {
background: transparent url(../../../../../components/com_ariquiz/assets/images/publish_x.png) center center no-repeat !important;
}

.aq-quiz-result #dtQuestions .icon-ok {
background: transparent url(../../../../../components/com_ariquiz/assets/images/tick.png) center center no-repeat !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#60370
Re:User details on the results page 6 Years, 10 Months ago Karma: 0
Hi,
Changed the code, still the same.

Regards,
The administrator has disabled public write access.
 
#60371
Re:User details on the results page 6 Years, 10 Months ago Karma: 746
Try to clean browser's cache. If it doesn't help, could you provide a temporary access to your J! backend by email (need access to "Quizzes Results" page) so we can investigate the problem?

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