Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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.

    #244463

    Hi 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!
    Ismael

    #244485

    Hi 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.

    #244490

    Hi!

    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,
    Ismael

    #244509

    I did and the flags are still there. This code does not seem to be working..

    #244512

    Hey!

    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,
    Ismael

    #244519

    Hi. 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. :-(

    #244536

    Hi!

    Can you post the link to your website? I cannot see the flags on website you have on your profile

    Cheers!
    Yigit

    #244544
    #244548

    Hey!

    Please add following code to Quick CSS

    .avia_wpml_language_switch {
    display: none;
    }

    Cheers!
    Yigit

    #244550

    It 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

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘WPML’ is closed to new replies.