How to format "Top Header Right Bar" and input Chinese

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

  1. jjcao

    jjcao Guest

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    0
    1. Set "Top Header Right Bar" as
      Email: [email protected]
      Call: +86-15898188293
      but they are displayed in one line not two lines. How to fix this?
    2. Set "Top Header Right Bar" using Chinese as
      电子邮件: [email protected]
      电话: +86-15898188293
      but the Chinese are not displayed. How to fix this?
    Thank you!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    1) Add your detail link this
    Email: [email protected] </br>
    Call: +86-15898188293
    just add
    Code:
    </br>
    tag in between

    2) 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') ;
     
    vnalini likes this.

Share This Page