Language File in Elite Pro

Discussion in 'Elite Pro WordPress Theme' started by ikarooes, Apr 28, 2013.

  1. ikarooes

    ikarooes Member

    Joined:
    Jan 12, 2012
    Messages:
    49
    Likes Received:
    1
    Dear friends, where is the language file for translating the theme?

    The default.PO file taht contein the theme don't have all the words.

    Regards,
     
  2. Nitesh

    Nitesh Support Staff

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

    Please send list of those words which are not it the po file.
    I will send an updated po file to you or provide a way through which you can translate those words.
     
  3. ikarooes

    ikarooes Member

    Joined:
    Jan 12, 2012
    Messages:
    49
    Likes Received:
    1
    Search (searching box)
    Comment (post)
    Regards, Fran Contreras.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    1. To change the 'Search' text from Search box,
    Go to the searchform.php file present in your theme directory and edit that file as shown in the image given below.
    [​IMG]

    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .searchform input[type="submit"] {
    background: none;
    background-color: black;
    color: white;
    }
    This will change your search text.

    2. To change the 'comment' text from post,
    Go to the single.php file present in your theme directory and edit that file as shown in the image given below.
    [​IMG]

    Similarly, do the same process in the blog.php file present in the Theme directory.
     

Share This Page