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

    Hi! I use the WPML language switcher in my main menu, and it works fine on iPone 6. But on iPone 5, the only language in witch I am appear, so I can’t change language? See link of the site in private content

    Love you theme by the way!

    #575544

    Hi metamorfic!

    Thank you for using Enfold.

    Please add this in the Quick CSS field in order to display the language switcher:

    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
        display: block;
    }
    
    nav {
        display: block;
    }
    
    .av-main-nav li {
    display: none;
    }
    
    #top #avia-menu .av-language-switch-item {
        display: block !important;
    }
    }

    Best regards,
    Ismael

    #575712

    Hi!

    I checked your website on my iPhone 5s and i was able to switch between languages. Please see screenshot below

    Best regards,
    Yigit

    #579750

    Thank you! Everything is fix and working!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘WPML menu choice don't appear on iPone 5S’ is closed to new replies.