Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1195230
    Ainsleymd
    Participant

    Hello,

    This is my website http://www.dev2.balibisa.com/. I just realized that the translator on Topbar section was not working anymore. It’s a third party plugin which is working fine before.

    I can’t click it even though I only put a simple link on topbar.

    Looking for to hear from you. Thank you!

    #1195266
    Lely
    Moderator

    Hi There,

    The issue is caused by the following custom CSS. It puts the location of the widget behind the menu container.

    .x-topbar {
        z-index: -1;
    }

    Try to remove that and then add this instead:

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        position: relative;
        z-index: 9999;
    }

    Unfortunately, your setup have conflict. Because making the logo on top of the layer will put the dropdown behind the menu.

    #1196826
    Ainsleymd
    Participant

    Hi Lely,

    Thanks for your help. Topbar is working fine now. But your right my setup have conflict because of the logo.

    #1196839
    Prasant Rai
    Moderator

    You are most welcome. Feel free to ask us again. Have a great day! 🙂

  • <script> jQuery(function($){ $("#no-reply-1195230 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>