• Resolved xrollat

    (@xrollat)


    Language codes or even the flags alone doesn’t work, the dropdown simply doesn’t show more options.

    I’m thinking issue with my theme template, how can I fix this?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    You can add the following CSS code to resolve a conflict with your CSS which hides the dropdown-menu elements:

    .menu-item-gtranslate ul.dropdown-menu {display:inline!important}

    Thanks! ??

    Thread Starter xrollat

    (@xrollat)

    Thanks you for the help ?? that fixed my desktop menu issue, but the MOBILE one still doesn’t work.

    Do I need to add another line of code for the MOBILE dropdown to work?

    Plugin Author edo888

    (@edo888)

    Try this:

    .menu-item-gtranslate ul.dropdown-menu {display:inline!important}
    @media screen and (max-width: 992px) {
        .menu-item-gtranslate ul.dropdown-menu {position:initial!important;border:none!important}
    }
    • This reply was modified 1 week, 2 days ago by edo888.
    • This reply was modified 1 week, 2 days ago by edo888.
    Thread Starter xrollat

    (@xrollat)

    That kinda works, the both options show up, but the choices are all ready displayed without having to click the dropdown, it’s already opened without clicking on it.

    Thread Starter xrollat

    (@xrollat)

    Any idea how to make it so they have to click on the + to get the dropdown to show up with options? (on mobile)

    Plugin Author edo888

    (@edo888)

    My bad, try this instead:

    .menu-item-gtranslate ul.dropdown-menu {display:inline!important}
    @media screen and (max-width: 992px) {
        .menu-item-gtranslate ul.dropdown-menu.vs-open {position:initial!important;border:none!important}
    }
    Thread Starter xrollat

    (@xrollat)

    That works ?? thank you so much for your help with this!!

    Plugin Author edo888

    (@edo888)

    You are welcome! If you have a moment, please write a review: https://www.ads-software.com/support/plugin/gtranslate/reviews/#new-post

    Thanks! ??

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