-
AuthorPosts
-
September 2, 2015 at 4:35 am #496817
I am trying to add a translator shortcode to the top menu, preferably where the secondary menu is on the top right.
September 2, 2015 at 6:33 am #496859Hey GitTran!
Yes it is possible, which plugin you are using?
Cheers!
BasilisSeptember 2, 2015 at 6:34 am #496862I am using bt-translator.
September 2, 2015 at 2:38 pm #497130Hi!
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,
IsmaelSeptember 2, 2015 at 2:50 pm #497143That worked out great, thank you. Is there any way to make the icons of the shortcode bigger?
September 2, 2015 at 2:52 pm #497145Sorry discard that. How do I add the bt-translator to the top header?
September 2, 2015 at 2:58 pm #497150I installed WPML and it showed perfectly on the top header but I need to use bt-translator.
September 2, 2015 at 3:00 pm #497154Ahh nevermind I didnt fully read it.. My mistake, Thank you.
September 2, 2015 at 3:01 pm #497156Okay, 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.
September 3, 2015 at 7:46 am #497521Hi!
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,
IsmaelSeptember 3, 2015 at 5:19 pm #497814I’ve added that into the php but its giving me the same results.
September 4, 2015 at 3:22 pm #498434Hi!
control this white space with this code:
div#bt_translator_widget-2 { top: -26px; height: 50px; }and adjust as needed.
Regards,
AndySeptember 4, 2015 at 7:12 pm #498568The 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
September 4, 2015 at 9:01 pm #498603Hi!
Please try the following:
div#bt_translator_widget-2 { top: -26px; height: 50px; float: left; z-index: 999; }Cheers!
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.
