Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #720053

    Hi, I am using Enfold v3.8 along with ‘WPML Multilingual CMS v3.6’
    I have two issue,
    Firstly, I can’t turn off the header transparency even with adding code inside Quick CSS
    Secondly, the WPML flags appear on my menu even it’s already turned off in WPML setting.

    Regards,
    Karen

    #720076

    Hi omidbahar!

    Can you please expalin us what you mean with the WPML settings ?
    What issue you are having, I am sorry it is not clear enough.

    Thanks a lot

    Cheers!
    Basilis

    #720215

    Hi Team,
    Actually my first issue is regarding the drop down menu, I want to have solid color background for drop down menu and
    my second issue is regarding the language flags, I want to remove them from the header section, I tried to get help from WPML support team and here is their reply:

    I will be helping you with this. Enfold includes their own language switcher and this needs to be removed by adding some code.

    I have found this older thread for you:
    https://kriesi.at/support/topic/remove-language-switcher-flags-in-header/
    https://kriesi.at/support/topic/how-to-disable-the-wpml-language-selector-in-the-menu-after-search-icon/

    Please contact your theme support to get the most recent method to remove the Enfold language switcher if you wish to use the WPML switcher instead.”

    • This reply was modified 7 years, 4 months ago by omidbahar. Reason: I didn't explain the issue properly
    #721144

    Hi,

    Please add following code to Functions.php file in Appearance > Editor to remove flags from menu

    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);
    }
    add_action('after_setup_theme','avia_remove_main_menu_flags');

    Then edit your page and choose to display non transparent header under Layout section – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Best regards,
    Yigit

    #721156

    Thank you very much Yigit,
    The solution provided solved my second issue, now would you please help me for solving my first issue: : “removing transparency from drop down menus”

    Regards,
    Omid

    #721378

    Hi Omid,

    It looks like you are getting a 404 error on a theme stylesheet, please see private. Could you verify that those file exists on the server? If not then please try reuploading them: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    #721392

    Hi Rikard,
    Those css files exist in the folder that you mentioned, I don’t know the why we got error 404. you can check by yourself please, see private

    Best Regards,
    Omid

    #721557

    Hi,

    I set enfold.css file permission to 755 via FTP. Please review your website now

    Best regards,
    Yigit

    #721563

    Many Thanks Yigit, it’s working perfectly now

    #721566

    Hi!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to turn off header transparency’ is closed to new replies.