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?

Timer Style Problem
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Timer Style Problem
#55105
Timer Style Problem 8 Years, 9 Months ago Karma: 0
Hi,
as you can see in the image, the timer is wierdly misplaced. Firebug showed me that the timer is designed using a table.. so if I have an uneven count of letters in each table cell, the timer will end up displaying like that.
I think an easy fix would be to just make hours, minutes and seconds just 1 letter (H,M,S).
My questions is: Which file do I have to modify to change "Min" to "M" and "Sek" to "S"?

Thanks!
The administrator has disabled public write access.
 
#55106
Re:Timer Style Problem 8 Years, 9 Months ago Karma: 747
Hello,

If you want to center timer content, add the following CSS rules to a site template CSS file:

Code:


TABLE.aq-timer TD {text-align:center;}
TABLE.aq-timer .aq-time {display:inline-block;}



All text labels can be changed in language INI files. Labels for timer are located in <joomla_directory>/language/en-GB/en-GB.com_ariquiz.ini file:

Code:


COM_ARIQUIZ_DATE_HOURSHORT="hr"
COM_ARIQUIZ_DATE_MINUTESHORT="min"
COM_ARIQUIZ_DATE_SECONDSHORT="sec"



Regards,
ARI Soft
The administrator has disabled public write access.
 
#55107
Re:Timer Style Problem 8 Years, 9 Months ago Karma: 0
Fixed, thank you
The administrator has disabled public write access.
 
Go to topPage: 1