hello,
i need to have the blog in both korean and english languages. when i type korean characters, it displays everywhere fine except for the post header/titles. it just displays as blank. could you tell me a solution to this?
thanks...chris
hello,
i need to have the blog in both korean and english languages. when i type korean characters, it displays everywhere fine except for the post header/titles. it just displays as blank. could you tell me a solution to this?
thanks...chris
Hey,
it sounds like a problem with the cufon font replacement - deactivating cufon should help you. Delete following code in register-styles.php (located in the folder brightbox\includes\admin ):
array(
'elements' => '.cufon_headings',
'key' => 'cufon',
'value' => avia_get_option('font_heading')
),
- this will deactivate cufon and the korean characters should appear.
thank you. that worked perfectly!
Glad that I could help you :)
You must log in to post.