BuddyBoss Home – Web Support Forums Themes Boss. theme WPML Switcher displaying problems

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #37323
    @tomastd

    If the switcher is a dropdown menu it doesn’t display all the languages (4 in my case) and if it is a list of languages it is displayed over the titlebar.

    Screen captures attached. 😉

    Answers

    #37432

    Alyssa
    Participant
    @alyssa-buddyboss

    @tomas-tamayogmail this should be a fairly straight-forward CSS fix but since you are working locally and WPML takes a good deal of setup I’m not able to assist. You just need to use the inspect element tool using your browser developer tools to figure out which element to adjust. Probably the top margin or padding.

    #44942
    @tomastd

    Hi, I’ve been testing it and it is related with “z-index” property in CSS. But when I write that change in children theme’s custom.css nothing happens. Where should I touch that?

    #lang_sel_click {
    z-index: 10;
    }

    Thanks a lot!

    #44968
    @vapvarun

    Hi @tomastd please try to include with !important
    #lang_sel_click {
    z-index: 10 !important;
    }

    #44980
    @tomastd

    Thanks! But it didn’t work.

    Now that in WP4.3 we can add customized CSS I have tried there and it works.

    Regards

    #45001
    @vapvarun

    🙂 Glad it works, I will close this topic, if you any further queries please open a new topic.

    #45088
    @tomastd

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘WPML Switcher displaying problems’ is closed to new replies.