• 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)
  • Have you tried using ä and friends?

    Cheers

    PAE

    Thread Starter miami.us

    (@miamius)

    hmmm, what is &auml?

    Thread Starter miami.us

    (@miamius)

    oh i see…doesnt work either 🙁 if i open the page, its there for like half a second, then its gone

    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

    (@miamius)

    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 ä

    It says “Trägerschaft” in my browsers:

    • Firefox 6 (Windows)
    • IE8
    • IE7
    • Opera 10
    • Safari 5 (Windows)
    • Chrome 13 (Windows)

    Cheers

    PAE

    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

    try web search for: ‘umlaut characters cufon’ or similar

    the cufon site: http://cufon.shoqolate.com/

    Thread Starter miami.us

    (@miamius)

    ok, i’ll try! thank you!!

    @alchymyth: that’s a good catch and an interesting one. I’ll try to remember that one. Thanks.

    PAE

    Thread Starter miami.us

    (@miamius)

    aaaand once again…im confused. isnt there an other way to do that? im an absolut wordpress beginner and i do not understand it.

    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.