Add language flags at the top | Golden Eagle Pro Responsive

Discussion in 'GoldenEagle WordPress Theme' started by carlcavaco, Oct 8, 2013.

  1. carlcavaco

    carlcavaco New Member

    Joined:
    Mar 28, 2013
    Messages:
    4
    Likes Received:
    0
    Hello
    i want to put the flags on the top right of the page. can you help me?

    www.projecto-geo.com

    thank you very much

    Carlos
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the header.php file present in your theme directory and paste the code given below in that file as shown in the image given below.

    Code:
     <div class="lang"> Enter your language flag code here</div>
    <div class="clear"></div>
    [​IMG]


    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .lang {
    float: right;
    }
    .main_container {
    margin-top: 2px;
    }
    You can adjust the value of "margin-top" as per your requirement.

    This will solve your issue.
     
  3. carlcavaco

    carlcavaco New Member

    Joined:
    Mar 28, 2013
    Messages:
    4
    Likes Received:
    0
    thank you for the support ... will surely help ...

    However I have one more question ...

    I'm using qTranslate, and want to put Portuguese and English ... which had put the code:


    <div class="lang">?????????? </ div>
    <div class="clear"> </ div>

    thank you very much
     
  4. carlcavaco

    carlcavaco New Member

    Joined:
    Mar 28, 2013
    Messages:
    4
    Likes Received:
    0
    sorry...
    i explain:

    i want to put the flags on the top right of the page. can you help me?

    www.projecto-geo.com

    thank you very much

    you say: Go to the header.php file present in your theme directory and paste the code given below in that file as shown in the image given below:
    <div class="lang"> Enter your language flag code here</div>
    <div class="clear"></div>

    i dont now what is " enter your language code here!? can you tell me code to put int header.php?
     
  5. Nitesh

    Nitesh Support Staff

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

    I think you have added flags at the top right corner by your self.
    Please do contact for further queries.
     

Share This Page