Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #441109

    Hi,

    I would like to add 2 flags just next to the facebook icon on the header main menu.

    The code I need to add is :
    <?php if(function_exists(“transposh_widget”)) { transposh_widget(array(), array(‘widget_file’ => ‘flags/tpw_flags.php’)); }?>

    Can you please tell me in which file and which line I should add this code. I guess is on the helper main menu.php but I don’t find where exactly!

    Thanks a lot for your help:)

    #441687

    Hi alexoua!

    Does this plugin have a widget version? If so then you could do this to add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then use CSS to move it around.

    If not then maybe around line 38 in the file you mentioned would work.

    if(strpos( $headerS['header_social'], 'extra_header_active') !== false) echo $icons;
    

    Regards,
    Elliott

    #443661

    Thanks a lot for your help!!

    It’s working…!

    Do you know by any chance where the translation files .mo and .po is located?

    Thanks again:)

    #443758

    Hey!

    You can find language files of the theme in Enfold/lang folder :)

    Best regards,
    Yigit

    #443766

    Thanks Yigit!!
    Have a nice fay:)
    Alexandra

    #443769

    Hey!

    You are welcome Alexandra, glad we could help! You too have a nice day! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add Flag for translation next to the FB logo on the main menu’ is closed to new replies.