Chinese characters are not displayed in Home Page Highlight Text!

Discussion in 'Slice WordPress Theme' started by jjcao, Nov 15, 2012.

  1. jjcao

    jjcao Guest

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    0
    How to fix this.
    Thank you!

    --------------

    For Chinese language you need to remove cufon from the theme
    Go to your
    Theme directory / js / custom.js and remove code given below from there.

    Code:
    //cufone
    Cufon.replace({
        hover: true
    })('.add h2')('.reply',{
        hover:true
    })('h1')('h2')('h3')('h4')('h5')('h6')('.add') ;
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    For Chinese language you need to remove cufon from the theme
    Go to your
    Theme directory / js / custom.js and remove code given below from there.

    Code:
    //cufone
    Cufon.replace({
        hover: true
    })('.add h2')('.reply',{
        hover:true
    })('h1')('h2')('h3')('h4')('h5')('h6')('.add') ;
     

Share This Page