Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1264445

    Hello
    I have realized that on my mobile devices the menu pops-up differently in than in German (see link website below, unfortunately I can not add any pics). The correct way is the English version. I am surprised that they are different now, as that was not the case until very recently. Maybe it has to do with the update of WordPress that I did a couple of weeks ago, but I can not say for sure (had many other problems with it that need my attention more urgently).
    I did check if the setting in both languages in the Enfold menu are identical, which they are. So, I am a t a loss of where else to check and what to do and hope that you can be of help.
    Btw: I have absolutely no programer’s knowledge and very much appreciate if you communicate in regular English.
    Thanks and best regards
    Barbara

    #1265367

    Hey inuit68,
    Sorry for the very late reply and thanks for the link to your site, I took a look at your mobile menu for both languages, and the only difference I found was the [DE] site had an extra menu “Presse” item under “Associates”
    I see that you checked the menus and didn’t see any difference, so in the [DE] menu there is no “Presse” item?
    I’m not sure what could add a rouge menu item, I assume you tried disabling your plugins and custom scripts? If you include an admin login in the Private Content area we could take a look, we would like to be able to disable the plugins while debugging the site.
    Otherwise, you could hide this menu item only on the [DE] version with this css:

    html[lang="de-DE"] #av-burger-menu-ul > li.menu-item-1384 > ul > li.menu-item-1956 {
    	display: none !important;
    }
    

    If you want to try this css paste it in the General Styling > Quick CSS field in the theme options, or in the WordPress > Customize > Additional CSS field in the WordPress options.
    After applying the css, please clear your browser cache and check.
    To add a screenshot please try using https://savvyify.com/img/ and pasting the image URL in your post.

    Best regards,
    Mike

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