Localisation

Discussion in 'ButterBelly WordPress Theme' started by mikerngill, Jun 18, 2014.

Thread Status:
Not open for further replies.
  1. mikerngill

    mikerngill Guest

    Joined:
    Jun 17, 2014
    Messages:
    6
    Likes Received:
    0
    Hi,

    I am having problems localising my plugin with the guide provided here.
    It does not properly pick up the localisation through the Theme Settings.

    If I enter:

    <!–-:en–->Description<!-–:–->
    <!–-:de–->Produktbeschreibung<!-–:-–>

    Into "First Feature Heading" both texts are displayed.

    Could you help me to set this up correctly?
    My website is http://webbel.ch/

    // EDIT:

    Got it to work using the tags [:en] , etc.
    However, could you direct me to where I can change the Text for "Home" on the front page menu according to the locale the user is using?
    It must be in some .php file, but i cannot find it.

    Thanks and Regards
    Michael
     
  2. Gourav

    Gourav Support Staff

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

    Go to Appearance > Menus
    and follow the instruction as shown in image given below

    2014-06-19_1112.png


    Thanks & Regards
    Gourav Shrivastava
     
  3. mikerngill

    mikerngill Guest

    Joined:
    Jun 17, 2014
    Messages:
    6
    Likes Received:
    0
    Thanks Gourav
     
  4. mikerngill

    mikerngill Guest

    Joined:
    Jun 17, 2014
    Messages:
    6
    Likes Received:
    0
    I have another question. Is there any way I can justify the text on my pages so that is "full-justified", i.e. the text fills the full div container?
     
  5. Nitesh

    Nitesh Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    p{
    text-align:justify!important;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  6. mikerngill

    mikerngill Guest

    Joined:
    Jun 17, 2014
    Messages:
    6
    Likes Received:
    0
    Thanks, works perfectly.
     
Thread Status:
Not open for further replies.

Share This Page