Home Page Heading Text can not accept Chinese!

Discussion in 'Dzonia WordPress Theme' started by jjcao, Nov 14, 2012.

  1. jjcao

    jjcao Guest

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    0
    Home Page Settings/Home Page Heading Text can not accept Chinese!
    Could you help me fix this?
     
  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:
      Replacement in heading
    jQuery(document).ready(function() {
    .replace('h1')('h2')('h3')('h4')('h5')('h6');
    Cufon.replace('h1, h2, h3, h4, h5, h6,.content .post .date li', { fontFamily: 'MankSans-Medium', hover: true });
    });
     
     
    
    This will solve your issue.
     

Share This Page