Issue with Cyrillic script

Discussion in 'ColorWay WordPress Theme' started by joeaquilina, Oct 13, 2013.

  1. joeaquilina

    joeaquilina Member

    Joined:
    Dec 29, 2012
    Messages:
    37
    Likes Received:
    0
    I have an issue with Cyrillic script when included in the following places:

    1. Page Title - the Cyrillic script is visible in the editor but not in the live page, and
    2. Appearance > Theme Options > Slider Settings - the content of the headings is visible in the editor but not in the live page
    3. Appearance > Theme Options > Home Page Settings - the content of the headings is visible in the editor but not in the live page

    Would you kindly suggest a solution.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    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.
     
  3. joeaquilina

    joeaquilina Member

    Joined:
    Dec 29, 2012
    Messages:
    37
    Likes Received:
    0
    Thanks for your immediate reply.

    Since i am not so technical would you kindly clarify where your instructions need to be executed - within WordPress or on the Server? If on the Server would you kindly specify the exactly folder root, because I did not find it at first attempt.

    Thank for your time.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
  5. joeaquilina

    joeaquilina Member

    Joined:
    Dec 29, 2012
    Messages:
    37
    Likes Received:
    0
    I have now got the same issue with a site i need i am building in mandarin - how do you suggest that i proceed?
     
  6. joeaquilina

    joeaquilina Member

    Joined:
    Dec 29, 2012
    Messages:
    37
    Likes Received:
    0
    The last time i had an issue with the site in Russian you asked me for the following, shall i send them to you by email again? Which email address?

    WebSite URL :
    Wordpress Dashboard Username :
    Wordpress Dashboard Password :

    And FTP details
    Host-name :

    Username :

    Password :
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    You will not get theme directory in your dashboard.
    You can edit custom.js file through FTP.
    Open your Theme directory (through FTP) > js
    Download custom.js file from there, Edit it, Then again upload it.

    Also see the link given below
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/

    I hope this will help you.
     
  8. joeaquilina

    joeaquilina Member

    Joined:
    Dec 29, 2012
    Messages:
    37
    Likes Received:
    0
    Thank you for your immediate reply. The last time we tried to edit the custom.js file we had difficulties. Can you to it on my behalf if we send you the following by email:

    WebSite URL :
    Wordpress Dashboard Username :
    Wordpress Dashboard Password :
    And FTP details
    Host-name :
    Username :
    Password :

    Which email do i have to send them to?
     
  9. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello joeaquilina,

    Send your dashboard detail at [email protected]

    Note: For future use and for other users.
    You can also edit internal theme files through dashboard. With the help of "wp-editor".
    Download it from the link given below.
    http://wordpress.org/plugins/wp-editor/

    Thanks & Regards
    Nitesh Raghuwanshi
     
  10. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    I have remove the cufone code from the theme folder.
    Now you can apply your code for the font.
    That will work fine.
     

Share This Page