-
AuthorPosts
-
October 30, 2017 at 4:17 pm #870548
Hi Enfold Team
I have just begun making an english version of this danish website using plugin wpml. (Danish as default language)
In the configuration proces I chose the menu switcher (for the main menu) with the dropdown version.
However it came up NOT as a dropdown version but with danish and english flags next to one another.
For this please see wpml-issue-1.PNG in private content – and please notice there are 2 danish flags, not just one??This is not what I was going for, so I deleted the menu language switcher again.
Howecer still ONE danish flag and the english flag stayed in the menu.
For this please see wpml-issue-2.PNGSince I am not interested in showing any flag – espescially not the english since there are no translations yet – I hid the english version
– and that DID remove the english flag but still the one danish flag remains
For this please see wpml-issue-3.PNGPlease, what am I doing wrong here. How do I get just 2 flags, danish and english, and the dropdown version?
Please also find login data in private content.
November 1, 2017 at 8:25 am #871089Hey Carsten,
Thanks for the login details. First off, could you try updating the theme to the latest version (4.2) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardNovember 1, 2017 at 11:53 am #871161Hi Rikard and Enfold Team
I have never installed or worked with wpml before, so I am sure I am just doing something wrong in the configuration.
However I did update to the latest Enfold 4.2 version (running WP 4.8.3) – and it crashed the full width video slider on my clients front page, changed and resized from full width to smaller size. I searched the support forum and found this thread probably experiencing the same: #871113
I reinstalled Enfold 4.03 and my clients site is working again – fortunately!
However I really would appreciate if you would look into my problem with the wpml configuration – really need it fixet
(later I will look into the other issues with the videoslider, but for info I have in private content supplied a link with screen showing that specific problem – try compare with the client site for how it should be)Best regards
November 4, 2017 at 4:30 am #872378Hi,
1.) That’s the default language switcher configuration of the theme. If you want to disable it, please use the following filter in the functions.php file then configure the language switcher in the W P M L panel.
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }
2.) There is a minor video background bug on 4.2 but it can be easily fixed by using the following css codes.
#top .av-video-slide video { height: auto !important; } #top .av-video-slide .mejs-container { width: 100% !important; }
Please update the theme to version 4.2.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.