Title: boldy problem
Last modified: August 20, 2016

---

# boldy problem

 *  [miami.us](https://wordpress.org/support/users/miamius/)
 * (@miamius)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/)
 * I am using the theme boldy. but for some reason, special “letters” like ä,ü,ö
   are not working in my page titels. if i name my page “Träger” it just changes
   to Trger. Why? How can I change that? I really need those letters.

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [peredur](https://wordpress.org/support/users/peredur/)
 * (@peredur)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258037)
 * Have you tried using `&auml;` and friends?
 * Cheers
 * PAE
 *  Thread Starter [miami.us](https://wordpress.org/support/users/miamius/)
 * (@miamius)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258038)
 * hmmm, what is &auml?
 *  Thread Starter [miami.us](https://wordpress.org/support/users/miamius/)
 * (@miamius)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258039)
 * oh i see…doesnt work either 🙁 if i open the page, its there for like half a 
   second, then its gone
 *  [peredur](https://wordpress.org/support/users/peredur/)
 * (@peredur)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258042)
 * Doesn’t seem right. You did put in the semicolon at the end of the entity, did
   you?
 * Could you please post a link, preferably to an example where you’ve put in the
   accented character so that we can try to see what’s going on? It’s really hard
   to help if we can’t see the site.
 * Cheers
 * PAE
 *  Thread Starter [miami.us](https://wordpress.org/support/users/miamius/)
 * (@miamius)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258043)
 * [http://www.ncb.ch/wordpress_neu/](http://www.ncb.ch/wordpress_neu/)
 * look at the third homebox with the title “trgerschaft”. it shows “trägerschaft”
   for like half second, then it delets out the ä
 *  [peredur](https://wordpress.org/support/users/peredur/)
 * (@peredur)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258047)
 * It says “Trägerschaft” in my browsers:
    - Firefox 6 (Windows)
    - IE8
    - IE7
    - Opera 10
    - Safari 5 (Windows)
    - Chrome 13 (Windows)
 * Cheers
 * PAE
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258049)
 * the theme uses cufon font replacement in its titles;
    and these umlaut characters
   are not within the supplied character set.
 * you should be able to find instructions in the web; for instance: [http://www.vfxdude.com/forum/topic/aou-characters-are-not-shown-with-cufon-fonts](http://www.vfxdude.com/forum/topic/aou-characters-are-not-shown-with-cufon-fonts)
 * try web search for: ‘umlaut characters cufon’ or similar
 * the cufon site: [http://cufon.shoqolate.com/](http://cufon.shoqolate.com/)
 *  Thread Starter [miami.us](https://wordpress.org/support/users/miamius/)
 * (@miamius)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258050)
 * ok, i’ll try! thank you!!
 *  [peredur](https://wordpress.org/support/users/peredur/)
 * (@peredur)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258051)
 * [@alchymyth](https://wordpress.org/support/users/alchymyth/): that’s a good catch
   and an interesting one. I’ll try to remember that one. Thanks.
 * PAE
 *  Thread Starter [miami.us](https://wordpress.org/support/users/miamius/)
 * (@miamius)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258057)
 * aaaand once again…im confused. isnt there an other way to do that? im an absolut
   wordpress beginner and i do not understand it.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258148)
 * there is some code in header.php of boldy, that suggests that you can disable
   the cufon from within the theme options:
 *     ```
       <?php if(get_option('boldy_cufon')!="no"):?>
       ```
   
 * or alternatively, to get totally rid of cufon, you could delete these lines from
   header.php:
 *     ```
       <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/cufon-yui.js"></script>
       <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/Museo_Slab_500_400.font.js">
       ```
   
 * and this section:
 *     ```
       <!-- Cufon init -->
       	<script type="text/javascript">
       		<?php if(get_option('boldy_cufon')!="no"):?>
       			Cufon.replace('h1',{hover: true})('h2',{hover: true})('h3')('.reply',{hover:true})('.more-link');
       		 <?php endif ?>
       	</script>
       ```
   
 * make backup copies before editing.
 * you wil lose the font style of the titles; and might need to edit style.css afterwards,
   and assign some matching fonts to the styles of the titles.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘boldy problem’ is closed to new replies.

 * 11 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/boldy-problem/#post-2258148)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
