We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

system language issue | Forum

Topic location: Forum home » Support » General Questions
Oxwall Türkiye
Oxwall Türkiye Jul 16 '15

I could not find exact information on the forum issues

language problems dotted with sites under letter issueI'm looking for a long time but did not resolve the issue.you help ask of you to help me in this regard
iüğşçö troubled letters of the alphabet dotted.You can to  would like to give support to the forum


language characters compliance issue

ross Team
ross Jul 16 '15

Which OS are you using on your computer?

This usually happens when the OS doesn't support particular font for particular languages.

In my case I see your letters in a weird way, because I am on Ubuntu and my machine doesn't support Turkish language in font-family: 'UbuntuBold',"Trebuchet MS","Helvetica CY",sans-serif;".


I would recommend adding another font family ( ex. Arial) for needed classes in CSS.

For example to resolve the issue with weird font for admin panel menu you will need to add following CSS in Admin Panel > Appearance > Edit Theme > CSS tab:


.ow_admin_sub_menu a, .ow_admin_sub_menu .ow_admin_menu a {

font-family: arial,'UbuntuBold',"Trebuchet MS","Helvetica CY",sans-serif;

}


This way the whole admin menu will be displayed in "arial" font and Lithuanian letters will look like all other ones.


You need to add this arial to all font elements

Oxwall Türkiye
Oxwall Türkiye Jul 18 '15

Can you please explain more clearly

Could this problem remains unresolved

You tell a step they say

I added css admin page

Fount at the site arial theme pages I downloaded but the problem continues

ross Team
ross Jul 19 '15
Your OS does not support the Ubuntu, now your need to add arial font everywhere in the CSS, to links, to simple text, to headers, everywhere, as Arial font is supported by the majority of OSes