Template hot_architecture and Greek language

More
12 years 11 months ago #14132 by danil0
Finaly did you found the solution on that? Προσπαθώ το ίδιο ρε πατριώτη!!

peugenios wrote: Hi, everyone.
I just purchase the “hot architecture” template and I have a problem with Greek language.
When I try to change, for example, the name of the Main Menu module to my language, «Κύριο Μενού» it disappears the name of the renamed module!!!
Does anyone knows what this happens?
Thanks very match.
Eugenios

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 11 months ago #14133 by milos
First try this. Edit file /templates/hot_architecture/index.php and change this line
Code:
<link href='http://fonts.googleapis.com/css?family=Gruppo' rel='stylesheet' type='text/css' />
to
Code:
<link href='http://fonts.googleapis.com/css?family=Gruppo&subset=latin,latin-ext' rel='stylesheet' type='text/css' />

If it does not work, this means this font is not available with in your characters. You can change it to a default font. In example, everywhere in file /templates/hot_architecture/css/template_css.css where you see this line
Code:
font-family: 'Gruppo', arial, serif;
change it to
Code:
font-family: arial, serif;

Please Log in to join the conversation.

More
12 years 11 months ago #14134 by danil0
thank you for your quick answer, the truth is that I m using an other template and I did nt find the line on the first solution.

I changed the font in the template.css and I left only arial. The font changed but the Greek language does not appear. It is only appear for 1 second before refresh (F5) complete..

I added a small prscreen to see the folders of the template...there is a folder "language" is there the solution?

Attachments:

Please Log in to join the conversation.

More
12 years 11 months ago #14149 by ivan.milic
language file has nothing to do with that, btw. used language files are copied into
/language/
and
/administrator/language/

that are just backup copies.

You need to change fonts in your template to greek compatible fonts.

Please Log in to join the conversation.

More
12 years 11 months ago #14168 by danil0
can you please tell me where to find the font setting of the "position1" left top menu?

thank you

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 11 months ago #14183 by milos
It shares the setting of links color (in template parameters). If you want to change its color without altering the rest of the links, please add this in /templates/hot_architecture/css/template_css.css:
Code:
.column_right ul.menu li a:link, .column_right ul.menu li a:visited, .column_left ul.menu li a:link, .column_left ul.menu li a:visited { color:#000000 !important; }
Change 000000 with HEX code of your color.

Please Log in to join the conversation.

Time to create page: 0.105 seconds
Powered by Kunena Forum