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:)
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
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:)
Hey!
You can find language files of the theme in Enfold/lang folder :)
Best regards,
Yigit
Thanks Yigit!!
Have a nice fay:)
Alexandra