This topic has 10 replies, 3 voices, and was last updated 9 years, 4 months ago ago by Jack Richardson
Hi
I hope you can help me with showing a simpel language dropdown menu in the top header (on top of the slider) See https://www.dropbox.com/s/0swt3tivew60bor/003—hojre—v%C3%A6lg-sprog.jpg?dl=0
and with mouseover
https://www.dropbox.com/s/2yrurolkm1bqris/004—hojre—v%C3%A6lg-sprog.jpg?dl=0
And again inside the footer we really would like to show the language menu – see https://www.dropbox.com/s/h8prgwjtkge1oy7/005—footer—v%C3%A6lg-sprog.jpg?dl=0 without a new gray border…
We are using WPML. And we are working on our test server: http://dev-smooff.serv10.powerhosting.dk but the site is live here http://www.smooff.net
I hope you can help me 🙂
Best regards
Tonny
Hello,
As I see language drop down menu is shown properly:
http://storage1.static.itmages.com/i/15/0710/h_1436541695_7609072_310022d64a.png
Please clarify what you want to achieve.
To show languages selector near copyright text you need create custom sidebar in Appearance > Widgets and add Language Switcher widget there. Then add it to the row in Static Block where you created copyright text.
Regards,
Eva Kemp.
Hi Eva,
Yes the header language drop down menu is shown properly, but I would like it only to be shown on top of the slider on the homepage, NOT displayed in the header on every page.
And it would be nice to have it moved the to right – just as shown here: https://www.dropbox.com/s/0swt3tivew60bor/003—hojre—v%C3%A6lg-sprog.jpg?dl=0 without a white background.
thanks for the help with the footer!
Now I dont know how to remove the black border from the WPML language list??
Hello,
I’ve added this code in custom.css file to disable top bar on other pages:
.top-bar {
display: none !important;
}
and added this code CSS block of Visual Composer editor on your home page to make top bar shown only on this page:
.top-bar {
display: block !important;
}
To remove top border from languages form you need edit the code that you added in custom.css:
.top-bar {
background-color: transparent !important;
color:#000 !important;
}
and remove the line color:#000 !important;
.
To move languages list to the right in the top bar add the code in custom.css:
.languages-area {
float: right !important;
}
Regards,
Eva Kemp.
Thanks Eva,
I works fine! but it seems that the WPML topmenu now have a white top border and the WPML menu in the footer still have a black border? is it possible to remove them?
Hello,
Add this code in custom.css:
#lang_sel_list ul {
border-top: none !important;
}
Regards,
Eva Kemp.
Hi Eva,
Again thanks for SUPER support!!! I have now added it from our test site to our “live” http://www.smooff.net/ where I can get the header WPML menu to show on the homepage.
…could you tak a look – why the menu shown here on our test side: http://dev-smooff.serv10.powerhosting.dk/ in the header not is shown on the live site? http://www.smooff.net/
🙂
Best regards
Tonny
Hello,
You didn’t enable top bar in Theme Options > Header. I’ve enabled it. Now WPML menu is shown.
Please clear browser cache and check.
Best regards,
Jack Richardson.
Thank you Jack!! it works now!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Tagged: display, language dropdown, menu, simple, themes, woocommerce, wordpress
The issue related to '‘How to display a simpel language dropdown menu?’' has been successfully resolved, and the topic is now closed for further responses