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

    Hi we use now the polylang for 2 languages: first englisch, 2. german and i have the same problems with to menu item who i just will show for mobile:

    It works in englisch like https://kriesi.at/support/topic/enfold-show-menu-items-only-in-mobile-devices/

    but in german not:

    1. Video : menu-item-5392
    2. Subscribe: menu-item-5386

    CSS:

    /* Newsletter und Video Menü-Punkt bei Mobile */

    @media only screen and (min-width: 1024px) {
    #menu-item-4516 {
    display: none!important;
    }}
    @media only screen and (min-width: 1024px) {
    #menu-item-5386 {
    display: none!important;
    }}

    @media only screen and (min-width: 769px) {
    #menu-item-4538 {
    display: none!important;
    }}

    @media only screen and (min-width: 769px) {
    #menu-item-5392 {
    display: none!important;
    }}

    What did i worng?

    All the best, Pascal

    #870591

    Hey Pascal!

    You are currently using an older version of the theme. Please update Enfold to the latest version 4.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    #870795

    Hi Yigit

    Thank you, with the update it works, but now i have a other small probleme with the main menu after the update.

    The mobile menu button appears in the desktop view in the main menu under the contact and in the mobile view is no menu button.

    All the best,
    Pascal

    #870840

    Hi Pascal,

    I checked your website however i could not reproduce the issues. I believe it was cache related. Could you please confirm that it is working fine on your end as well after flushing browser cache –
    http://wiki.scratch.mit.edu/wiki/Hard_Refresh ?

    Best regards,
    Yigit

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