Re: hot fashion template installation problem

More
13 years 11 months ago #6890 by ivan.milic
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.
The following user(s) said Thank You: Nath

Please Log in to join the conversation.

  • Nath
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 11 months ago #6903 by Nath
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
  • Moderator
More
13 years 11 months ago #6904 by milos
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.

More
13 years 11 months ago #6906 by ivan.milic
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

Please Log in to join the conversation.

  • Nath
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 11 months ago #6915 by Nath
ok, everything worked. Thank you guys.

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
  • Moderator
More
13 years 11 months ago #6919 by milos
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
Powered by Kunena Forum