I am trying to add a translator shortcode to the top menu, preferably where the secondary menu is on the top right.
Hey GitTran!
Yes it is possible, which plugin you are using?
Cheers!
Basilis
I am using bt-translator.
Hi!
Thank you for using Enfold.
You can either modify the includes > helper-main-menu.php file directly or you can add the shortcode inside a widget as instructed here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Ismael
That worked out great, thank you. Is there any way to make the icons of the shortcode bigger?
Sorry discard that. How do I add the bt-translator to the top header?
I installed WPML and it showed perfectly on the top header but I need to use bt-translator.
Ahh nevermind I didnt fully read it.. My mistake, Thank you.
Okay, I added the widget area but it is creating a new space under the header section. there’s a big whitespace between the header icons and the menu.
Hi!
Can you please provide a link to the actual page? We need to inspect it. Try to play around with the css code provided on previous article. http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Ismael
I’ve added that into the php but its giving me the same results.
Hi!
control this white space with this code:
div#bt_translator_widget-2 {
top: -26px;
height: 50px;
}
and adjust as needed.
Regards,
Andy
The code is not working to the way I want it to. The translator seems to be stuck on the menu header but I want it to be where the social icons are but on the right.
http://www.awesomescreenshot.com/image/547222/45ce3a435d93241d2c5078a854f16205
Hi!
Please try the following:
div#bt_translator_widget-2 {
top: -26px;
height: 50px;
float: left;
z-index: 999;
}
Cheers!
Basilis