Hello
I would like to add GTranslate to the a secondary menu at the top of our website. How is this done?
Many thanks and best wishes
Andy
I have seen your article http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ but do not know how to edit functions.php.
Thank you
Andy
Hi!
You can go to Appearance > Editor and add the code to functions.php file. If you would like us to add it for you, please create a temporary admin login and post it here privately :)
Best regards,
Yigit
Thank you Yigit
Afraid I don’t have the Editor function in Appearance – only Themes, Customise, Widgets, Menus – any idea?
THank you
Andy
Hey!
Please try de-activating all active plugins and check if that helps. If it does not, please go to wp-content/themes/enfold/functions.php file via FTP.
Cheers!
Yigit
Thanks. Okay. I’ve done this and added the widget to header – how do I add to secondary header as currently it is on top of our company logo?
Thank you
andy
PLease see http://www.ubiqutek.com for where it is currently located.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header #gtranslate {
padding: 0;
top: -36px;
}
#header_meta {
z-index: 1;
}
Best regards,
Yigit
Thank you – and how do I add it after the social media buttons on the top right?
Many thanks
Andy
Hello – also, including that code has meant that the social media buttons have now stopped working – any ideas?
Thank you
Andy
Hi!
Please add following code to Quick CSS as well
#header #gtranslate { float: right; }
#header_meta .social_bookmarks { margin-right: 180px; }
Cheers!
Yigit
Thank you – have a good evening.