Flags for language in header with mqtranslate

Discussion in 'ColorWay WordPress Theme' started by thinkchip, Jan 28, 2015.

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

    thinkchip New Member

    Joined:
    Dec 19, 2014
    Messages:
    13
    Likes Received:
    0
    Hi we want to put flags for spanish and english in the header and search widget, please could help me, sorry for my bad english
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi thinkchip,

    Please follow the 3 steps given below.

    Step 1 :- Please follow the screenshot and paste the code given below in the "header.php" page as shown in screenshot.
    add_flag.png

    Code:
      <div class="header_search">
                     <?php if ( is_active_sidebar( 'secondary-widget-area' ) ) { ?>
                     <?php dynamic_sidebar( 'secondary-widget-area' );} ?>           
                 </div>
                  <div class="header_flag">
                    <img src="http://www.enchantedlearning.com/europe/spain/flag/Flagbig.GIF">
                    <img src="http://open.internet.nl/wp-content/uploads/english-flag.png">
                  </div>  
    Step 2 :- Add search box by drag and drop in secondary widget area(Appearance->Widgets).

    Step 3 :- Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_search {
    float: right;
    margin-top: -2%;
    margin-right: 3%;
    }
    .header_flag img {
    height: 50px;
    width: 100px;
    padding-right:5px;
    float: right;
    }
    .header_flag {
    float: right;
    margin-right: 2%;
    margin-top: -3%;
    }
    Thanks,
    Praveen
     
  3. thinkchip

    thinkchip New Member

    Joined:
    Dec 19, 2014
    Messages:
    13
    Likes Received:
    0
    Thanks, finally I could put the flags with your instructions, and quite the search widget, I dont like how looks, but I have another question, how can I link the flags image with mqtranslate version of english and spanish?
     

    Attached Files:

  4. thinkchip

    thinkchip New Member

    Joined:
    Dec 19, 2014
    Messages:
    13
    Likes Received:
    0
    I resolved the problem with this thread
    link
     
Thread Status:
Not open for further replies.

Share This Page