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?

Language setting on the frontend
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Language setting on the frontend
#48909
Language setting on the frontend 10 Years ago Karma: 0
Hi expert,

I edited the language file of en_UK.txt to translate "Showing _ to _ of _ entries" from English to Traditional Chinese. However nothing's changed on the frontend after uploading.

How can I correctly change the default language setting of the frontend ?

Please Help.

Thanks & regards,

Sue Lin
The administrator has disabled public write access.
 
#48912
Re:Language setting on the frontend 10 Years ago Karma: 747
Hello,

See "Choose table type -> ARI Data Table -> Info label" parameter in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48988
Re:Language setting on the frontend 10 Years ago Karma: 0
Hello,

I followed your instruction to set "Info label" parameter in Chinese. However, it doesn't work to process "Showing _to_of_entries" . Please take a look at www.rabe-taiwan.com/lohas-events/health-events.html#.U1EwY_mSzv8.

Also, How can I simply change the background colors of row and page labels ?


Have a nice weekend ~

Regards,

Sue Lin
The administrator has disabled public write access.
 
#48989
Re:Language setting on the frontend 10 Years ago Karma: 747
Hello,

What value do you use for "Info label" parameter?

Could you also provide an image where we can see what background you want to change?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#49019
Re:Language setting on the frontend 10 Years ago Karma: 0
Hello,

I'd like to change the background colors of table header/even rows/page labels (pls refer to the attachment).
Please kindly advise how (or where) to change the color setting.

As for "Info label" parameter, now nothing's wrong with it. It works very well in Chinese status.


Thanks & regards,

Sue Lin
The administrator has disabled public write access.
 
#49020
Re:Language setting on the frontend 10 Years ago Karma: 747
Add the following CSS rules to "CSS Styles" parameter in module settings:

TABLE.dataTable THEAD TH {
background-color: #7FD6FF;
}

TABLE.dataTable TBODY TR.odd TD {
background-color: #FFF;
}

TABLE.dataTable TBODY TR.even TD {
background-color: #FAFAFA;
}

DIV.dataTables_paginate A.paginate_button {
background-color: #FAFAFA;
}

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