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?

change theme quiz
(1 viewing) (1) Guest
component
Go to bottomPage: 123
TOPIC: change theme quiz
#35765
change theme quiz 11 Years, 4 Months ago Karma: 0
I have 3 issue about ari quiz, Please Help me
    change size font: Remain Time of Quiz test --> I had changed css of theme
    com_ariquiz\frontend\themes\default\css\style but nothing change
    inset google adsense to quizes: i had inset code google adsense to QUIZES (html) but no affect


image 1:


image 2
Last Edit: 2013/01/17 03:15 By mattroilan2008.
The administrator has disabled public write access.
 
#35895
Re:change theme quiz 11 Years, 3 Months ago Karma: 748
Hello,

1. Add the following CSS rule to <joomla_directory>/components/com_ariquiz/themes/default/css/style.css file and clean browser's cache:

#ariQuizTimeCnt
{
font-size: 20px;
color: green;
}

2. See <joomla_directory>/components/com_ariquiz/views/question/tmpl/default.php template file.

3. See <joomla_directory>/components/com_ariquiz/views/quiz/tmpl/default.php template file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#35908
Re:change theme quiz 11 Years, 3 Months ago Karma: 0
I had changed code on /com_ariquiz/themes/default/css/style.css
But it no change in my theme ( had clean cache)

.ariQuizTimeCnt
{
text-align: right;
color: blue;
font-size: large;
}

.ariQuizTime
{
border: none;
display: inline !important;
background-color: transparent;
font-size: 85%;
}

.ariQuizTimeEnd
{
color: red;
font-size: large;
}
The administrator has disabled public write access.
 
#35909
Re:change theme quiz 11 Years, 3 Months ago Karma: 748
Where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#35910
Re:change theme quiz 11 Years, 3 Months ago Karma: 0
The administrator has disabled public write access.
 
#35915
Re:change theme quiz 11 Years, 3 Months ago Karma: 748
.ariQuizTimeCnt
{
text-align: right;
color: blue;
font-size: large;
}

CSS rule is applied fine on your site:




It seems this is a problem with cache on your side.

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