-
AuthorPosts
-
ameschino Friend
ameschino
- Join date:
- April 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
July 29, 2009 at 7:26 pm #143098Hi there!
I’m using Joomla 1.5.11 (I will update tomorrow to 1.5.13).
I’ve seen that there is a problem when an article’s title contain some special character likeà
Here is an example:
Look at the menu title. There is no problem. In the title of the article shown on the page there’s no last letter (the one with special charcater).
How can it be fix?
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
July 29, 2009 at 8:52 pm #312618It’s the font itself – it doesn’t have the á character. I think during conversion, special characters weren’t included. Best bet is to download the source files and use the cufón generator to generate the full set.
http://cufon.shoqolate.com/generate/
You may find it easier to just replace the font with another one, or buy the open type version.
http://www.faces.co.uk/fonts/Monotype-Imaging-Vols/Neo-Sans-12-fonts-MT000616273/
1 user says Thank You to SP Media for this useful post
ameschino Friendameschino
- Join date:
- April 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
August 3, 2009 at 3:29 pm #313017is there any possibilty to fix this problem without buy the font?
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
August 3, 2009 at 4:04 pm #313021I’ve cufóned the open type versions for you. Hopefully it should work. Set the font family in the index.php file of the template to “neo-sans”.
August 5, 2009 at 12:30 pm #313370<em>@spmedia 139175 wrote:</em><blockquote>I’ve cufóned the open type versions for you. Hopefully it should work. Set the font family in the index.php file of the template to “neo-sans”.</blockquote>
Thank you so much… That worked perfectly!!!
😀August 8, 2009 at 11:08 am #313647Could anyone help me with theese letters.
Capital and small letters
(Æ - æ) (Ø - ø) (Å - å)
Thanx in advanced
Terje Flatlandsmo
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 8, 2009 at 11:49 am #313648Anyone who need extra chars in their cufón needs to run it through this generator. Just select in the options which Alphabet you need or which special chars you need.
NOTE: If you are using windows you need to copy the font you wish to use to a different folder and browse to it there. If you browse directly to the font in your Font folder the generator will not work!
1 user says Thank You to scotty for this useful post
ameschino Friendameschino
- Join date:
- April 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
August 14, 2009 at 3:45 pm #314295<em>@spmedia 139175 wrote:</em><blockquote>I’ve cufóned the open type versions for you. Hopefully it should work. Set the font family in the index.php file of the template to “neo-sans”.</blockquote>
like this:
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/cufon/neo-sans_400-neo-sans_700-neo-sans_italic_400-neo-sans_italic_700.font.js"></script>
?
1 user says Thank You to ameschino for this useful post
August 19, 2009 at 9:53 am #314710Can somebody explain, how can I delete this special-character maker cufon, and use the original Arial Helvetica in heading?
Thnx in advance,
mgSP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
August 19, 2009 at 9:55 am #314711<em>@marketinggroup 141243 wrote:</em><blockquote>Can somebody explain, how can I delete this special-character maker cufon, and use the original Arial Helvetica in heading?
Thnx in advance,
mg</blockquote>There’s an option in the template settings as to whether the template uses Cúfon. You can disable it there.
1 user says Thank You to SP Media for this useful post
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
August 19, 2009 at 9:58 am #314712<em>@ameschino 140735 wrote:</em><blockquote>like this:
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/cufon/neo-sans_400-neo-sans_700-neo-sans_italic_400-neo-sans_italic_700.font.js"></script>
?</blockquote>
Look for the below – the line like below should be changed in this bit of code;
<script type="text/javascript">
Cufon.replace('.componentheading, .contentheading, div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3,div.moduletable_highlight h3', { fontFamily: 'neo-sans' });
</script>ameschino Friendameschino
- Join date:
- April 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
August 23, 2009 at 10:40 am #315115I have this:
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js"></script>
<?php if ($tmpTools->getParam('ja_cufon')) : ?>
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/cufon/cufon.js"></script>
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/cufon/neo-sans_400-neo-sans_700-neo-sans_italic_400-neo-sans_italic_700.font.js"></script>
<script type="text/javascript">
Cufon.replace('.componentheading, .contentheading, div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3,div.moduletable_highlight h3', { fontFamily: 'neo-sans' });
</script>it’s not working yet
December 15, 2009 at 3:00 pm #326668I download “neo.sanz.zip” but ó,é,…. not works.
-
AuthorPosts
This topic contains 14 replies, has 7 voices, and was last updated by dmocca 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum