Can't show Chinese correctly in some place

Discussion in 'ColorWay WordPress Theme' started by followmeboston, Jan 2, 2013.

  1. followmeboston

    followmeboston New Member

    Joined:
    Oct 17, 2012
    Messages:
    1
    Likes Received:
    0
    Hi

    Happy New Year!

    I found that the theme can't show Chinese in several situations, such as Chinese characters in "Home Top Feature Heading" and with "heading1~6". I think the reason is the font family of those parts don't include Sans-serif, Serif or other Chinese fonts. I can't find the right file to modify. Could you please to show the name of the file and the which line I should check.

    "Home Top Feature Heading"
    [​IMG]

    Heading
    [​IMG]

    Thank you
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Js > Custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');    
    This will solve your issue.
     

Share This Page