-
AuthorPosts
-
March 27, 2014 at 11:41 pm #244101
You claim that the Enfold theme “works perfectly fine” with WPML. They also claim that your theme is compatible with WPML. However, whenever I activate WPMLI get the flags in the pre-header area and I cannot deactivate them or change them to a drop-down menu. Sorry, but that’s seems to be one of the few things thing working perfectly fine. You will agree that I want the full functionality of a plugin and of a theme, for that matter, if you advertise it so. Now, if I want the drop-down menu with language names INSTEAD of flags how do I do this? I searched your support forum but i did not find a functional solution. Thank you for your help. A.
March 28, 2014 at 4:48 pm #244463Hi alexbog!
Thank you for using the theme!
I’m sorry if you’re having difficulty setting up the language flags, it is one of the issues we’re trying to fix right now. You can append the language selectors on the main menu. Go to WPML > Languages > Language Switcher Options. Enable the Display the language switcher in the WP Menu option, select your menu. Language switcher style should be set to Drop-down menu. Under How to handle languages without translationLink to home of language for missing translations. Choose the Native language name (the language name as it’s written in that language) for What to include in the language switcher option.
Add this on Quick CSS or custom.css to remove the theme’s default language selector on the header meta container:
#header_meta > div > nav > ul.avia_wpml_language_switch { display: none; }
I hope this helps you somehow.
Cheers!
IsmaelMarch 28, 2014 at 5:27 pm #244485Hi Ismael,
Thank you for your reply. I have done all according to your instructions and added the code in the file custom.css but the flags still remain. As you can see, in the right upper corner of the page there are now two language switchers: http://www.kfbl.edu.ba/wp/. Anything else that I might do?
Regards,
A.March 28, 2014 at 5:39 pm #244490Hi!
I’m glad that you’re able to add the language selector with the language name. Please use this to remove the flag selectors:
#header_meta > div > nav > ul.avia_wpml_language_switch { display: none !important; }
Regards,
IsmaelMarch 28, 2014 at 6:04 pm #244509I did and the flags are still there. This code does not seem to be working..
March 28, 2014 at 6:16 pm #244512Hey!
Please make sure that you add this for each of the languages’ Enfold > Styling > Quick CSS:
#top .sub_menu>ul.avia_wpml_language_switch { display: none !important; opacity: 0 !important; visibility: hidden; }
You can also add this on css > custom.css file if you don’t want to add the modification for each language.
Regards,
IsmaelMarch 28, 2014 at 6:29 pm #244519Hi. I’m sorry I have the same issue. Can not remove the flaps from the main menu. But seems the CSS code doesn’t work as well. :-(
March 28, 2014 at 7:13 pm #244536Hi!
Can you post the link to your website? I cannot see the flags on website you have on your profile
Cheers!
YigitMarch 28, 2014 at 7:42 pm #244544March 28, 2014 at 7:47 pm #244548Hey!
Please add following code to Quick CSS
.avia_wpml_language_switch { display: none; }
Cheers!
YigitMarch 28, 2014 at 7:50 pm #244550It seems that the code –
#top .sub_menu>ul.avia_wpml_language_switch {
display: none !important;
opacity: 0 !important;
visibility: hidden;
}put in custom.css fixed this issue! I will see later how the plugin behaves…
Thank you,
Aleksandar -
AuthorPosts
- The topic ‘WPML’ is closed to new replies.