Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1357650

    Guten Tag Supportteam,

    seit der Installation von WPML haben wir im Headerbereich oben links einen sichtbaren Sprachenumschalter.
    Diesen benötigen wir aber nicht, da unser Sprachenumschalter im Menüsystem rechts sichtbar sein soll…. dies hatten wir auch so eingestellt.

    Wir hatten daraufhin einmal im Theme Option Bereich Header folgendes gefunden und auch deaktiviert, leider ohne Erfolg..

    Enfold WPML Language Flags ( global setting – used for all languages )
    Choose if you want to hide the language flags that are added by default to the header menus.

    Hide the default language flags

    Gibt es noch irgendwo anderes eine Möglichkeit dies zu unterbinden??

    mfg
    Alexander

    #1357809

    Hey Alexander,
    Vielen Dank für den Link zu Ihrer Website. Bitte versuchen Sie, ihn unter Enfold-Designoptionen ▸ Kopfzeile ▸ Zusätzliche Elemente ▸ Kopfzeilen-Sekundärmenü ▸ Kein Sekundärmenü zu deaktivieren
    2022-07-09_007.jpg
    oder probieren Sie diesen Code im Feld General Styling ▸ Quick CSS oder in WordPress ▸ Customize ▸ Additional CSS aus > Feld:

    #header_meta > .container > .sub_menu {
    	display: none;
    }

    Nachdem Sie das CSS angewendet haben, leeren Sie bitte Ihren Browser-Cache und überprüfen Sie es.

    — Translated with Google —

    Thank you for the link to your site, please try disabling it at Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Header Secondary Menu ▸ No Secondary Menu
    2022-07-09_007.jpg
    or try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #header_meta > .container > .sub_menu {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1357864

    Hello Mike,
    I have tried variants once, unfortunately without any success.
    I also used the Firefox browser in a second screen with F5 Clear Cache.
    It did not work… Any idea what the problem could be?
    If necessary, I will give you administrator rights to the page.

    regards
    Alexander

    have a look at the deepl.com translator… it’s perfect in translation

    #1357874

    Hi,
    Thank you for the link to your site, I added the css to your Quick CSS for both your EN & DE theme options, and it is now working, please clear your browser cache and check.
    Please note that WPML creates a theme panel for each language, so often you need to make the changes in both.

    Best regards,
    Mike

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