- Posts: 14116
- Thank you received: 1639
Re: hot fashion template installation problem
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
13 years 11 months ago #6890
by ivan.milic
Replied by ivan.milic on topic Re: hot fashion template installation problem
You should not have a problem with that because Joomla default encoding is utf-8 (in new versions), but if you still have some problem you can switch to some other encoding.
/libraries/joomla/factory.php
at the end:
...
$attributes = array (
'charset' => 'utf-8',
'lineend' => 'unix',
'tab' => ' ',
'language' => $lang->getTag(),
'direction' => $lang->isRTL() ? 'rtl' : 'ltr'
);
,also some fonts can cause some characters appear different but there are rear, and almost not used in our templates.If you have such problem t you can just change that fonts is css.
At the end there is SIFr component (plugin) that can display every text in even better looking styles.
/libraries/joomla/factory.php
at the end:
...
$attributes = array (
'charset' => 'utf-8',
'lineend' => 'unix',
'tab' => ' ',
'language' => $lang->getTag(),
'direction' => $lang->isRTL() ? 'rtl' : 'ltr'
);
,also some fonts can cause some characters appear different but there are rear, and almost not used in our templates.If you have such problem t you can just change that fonts is css.
At the end there is SIFr component (plugin) that can display every text in even better looking styles.
The following user(s) said Thank You: Nath
Please Log in to join the conversation.
-
Nath
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
13 years 11 months ago #6903
by Nath
Replied by Nath on topic Re: hot fashion template installation problem
Take a quick look at the homepage
www.sportogolic.com/
. See how cyrilic menus appear... It just seems to me once the font is cyrilic, it disregards css styles...
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
13 years 11 months ago #6904
by milos
Replied by milos on topic Re: hot fashion template installation problem
Sorry but this custom font doesn't have support for Cyrillic. You must change the font in CSS to some other font.
The following user(s) said Thank You: Nath
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #6906
by ivan.milic
Replied by ivan.milic on topic Re: hot fashion template installation problem
In template_css.css:
....
#content_gradient_home .bottom .custom_buttons ul li a {
display: block;
color: #6A675B;
font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: normal;
text-transform: uppercase;
padding: 15px 60px 0 67px;
text-decoration: none;
background: url(../images/button_right.jpg) no-repeat right top;
height: 53px;
}....
Change the font marked red
....
#content_gradient_home .bottom .custom_buttons ul li a {
display: block;
color: #6A675B;
font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: normal;
text-transform: uppercase;
padding: 15px 60px 0 67px;
text-decoration: none;
background: url(../images/button_right.jpg) no-repeat right top;
height: 53px;
}....
Change the font marked red
Please Log in to join the conversation.
-
Nath
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
13 years 11 months ago #6915
by Nath
Replied by Nath on topic Re: hot fashion template installation problem
ok, everything worked. Thank you guys.
Few more questions and I'm done. Where can I delete/edit copyright section?
Few more questions and I'm done. Where can I delete/edit copyright section?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
13 years 11 months ago #6919
by milos
Replied by milos on topic Re: hot fashion template installation problem
To edit copyright, please go to Module Manager > Copyright module. Edit text there. You can change link to our site if you have Developer license of the template or Platinum membership.
The following user(s) said Thank You: Nath
Please Log in to join the conversation.
Time to create page: 0.103 seconds