Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #699372

    Dear Support team,

    I have the drop down menu activated and wants to switch off the flags. but at the moment I can see in the menue the drop down and the flags on the right next to the search bar.

    I found this:
    https://kriesi.at/support/topic/enfold-wpml-two-issues
    But I can not findthe correct line in the header.php

    Thank you very much!

    #699798

    Hi itdirektgmbh,

    Could you post a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #699959

    (Flags next to the search button)

    #700290

    Hi!

    Please go to wp-content/themes/enfold/config-wpml/config.php
    and find

    $output .= "    <span class='language_flag'></span>";

    and comment it out as following

    // $output .= "    <span class='language_flag'></span>";

    then find

    $output .= "<li class='language_".$lang['language_code']." $currentlang'>";

    and change it to following

    $output .= "<li class='language_".$lang['language_code']." $currentlang'>".$lang['native_name'];

    Best regards,
    Yigit

    #702452

    Dear Yigit,

    can not find the correct lines.

    #702454

    Hi,

    Please refer to this post – https://wpml.org/forums/topic/instead-of-name-flags-are-shown/#post-1107538

    Best regards,
    Yigit

    #702460

    I did this – but you can see it here

    #703290

    Hi,

    Please post temporary admin logins and FTP logins here privately so we can look into it.

    Best regards,
    Yigit

    #703296

    Thank you very much!

    #703783

    Hi,

    It seems like you forgot to post WP admin logins. We are going to need them as well :)

    Best regards,
    Yigit

    #703788

    Sorry

    #704867

    Hi,

    It should have work but it does not. Might be because you are using an older version of the theme. I added following code to Quick CSS

    li.av-language-switch-item {
        display: none;
    }

    Please review your website now

    Best regards,
    Yigit

    #704882

    PERFECT MANY MANY THANKS!!!!

    But on the subpages are the drop down menue not visible.

    • This reply was modified 8 years, 1 month ago by itdirektgmbh.
    #704886

    Hi,

    Please make sure that all of your pages are translated. That is why it is not showing up. For example, page in private content field is only in German.

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.