How to setup for not show inactive language Flag (WPML) on main menu.

Could you please help :
1. How to setup for not show inactive language Flag (WPML) on main menu.

Right now, it show on both English and Thai language Flag. Example as I select Thai language Flag then when page switch to Thai translation page I don't want the English language Flag to show on the menu. And also do the same thing when select to English page, I don't want English language Flag to show?

2. When I move page down, the sticky menu appear but the size of logo at the top left conner decrease. How I could make logo bigger size when sticky menu appear?

3. When I open web from mobile (yes its show responsive), the logo (at the center) and the menu at top right conner is too close each another. How I could move the menu far more?  

If you want to access to my site, please tell me how I could send you my login access.

Thank you

Comments

  • Hi,

    1. As far as we know, it is not possible but you can ask wpml support team and maybe they got a solution to do this.

    2. Logo in sticky header couldn't be increased to much because it's limited by sticky bar height. But to increase it a little bit, you can use the following css:
    #Top_bar.is-sticky #logo img:not(.svg) { max-height: 55px !important; }
    3. To move responsive menu icon to the right side on mobile, you need to use the following css:
    @media only screen and (max-width: 767px) {
        #Top_bar a.responsive-menu-toggle { right: -20px !important; }
    }
Sign In or Register to comment.