Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1022099
    Aqu1ver
    Participant

    I asked ubermenu developer but they directed me to you :). How can I disable Ubermenu on mobile, tablet devices and display only on larger screens?

    #1022326
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks,

    Joao

    #1022791
    Aqu1ver
    Participant

    Hello

    I removed Ubermenu because is not responsive on mobile phones or maybe I coudnt figure it out. Prefer Superfly but still would like to know what I asked above. Thank you
    Here is url to my website

    pkmediasharing.com

    #1023457
    Lely
    Moderator

    Hi There,

    Thanks for posting in.
    To disable Ubermenu on mobile, please go to Appearance > Ubermenu > Main UberMenu Configuration Tab > Check Disable UberMenu on Mobile. See attached screenshot.

    Hope this helps.

    #1023786
    Aqu1ver
    Participant

    I tried this already. Doesn’t work for me. Ubermenu developer mentioned something about manual set up but I have no clue what he meant.

    #1023808
    journeysct
    Participant

    I found this page on Sevenspark.com, the developer. I think this may help you.

    X Theme (Themeco)

    #1024045
    Joao
    Moderator

    Hi @journeysct, Thanks for your input.

    @Aqui1ver. Please let us know if these dococumentation helps you, if not please reach us so we can try to answer your doubts.

    Thanks guys,

    Joao

    #1024734
    Aqu1ver
    Participant

    Hello again
    I followed this integration tutorial but still I`m not able to hide Ubermenu on mobile

    #1024782
    Aqu1ver
    Participant

    I found this

    If UberMenu replaces your responsive menu but not your main menu


    but not sure it is applicable to X Theme

    #1025312
    Rad
    Moderator

    Hi there,

    If it’s just hiding the Ubermenu on touch devices, then you can hide it with CSS. But if you wish to replace Ubermenu with another menu for mobile then that would be a template customization.

    You can hide it through CSS like this, and you may add this to Admin > Appearance > Customizer > Custom > CSS

    @media (max-width: 1024px) {
    
    .x-navbar-inner {
    display: none;
    }
    
    }

    Thanks!

    #1025471
    Aqu1ver
    Participant

    Yeah. That worked! Thank you very much

    #1025531
    Aqu1ver
    Participant

    Hello again.
    so I activated Ubermenu and have some issue. Navbar of my website is transparent and want to keep it tarnsparent with Ubermenu.
    1st- Spacing – how can I fix spacing of navbar. Attachment (1). I tried tweaking in Ubermenu settings,also used some css from this forum. Unfortunately can not figure it out.
    2nd- is it possible to get rid of this bottom line of navbar. Attachment (2)

    #1025671
    Thai
    Moderator

    Hi There,

    #1] The spacing looks fine on my end:

    http://i.imgur.com/riqtFWr.png

    #2] Please add the following CSS under Customizer > Custom > Global CSS:

    .x-navbar {
        border: none;
        box-shadow: none;
    }

    Hope it helps 🙂

    #1025910
    Aqu1ver
    Participant

    My bad because I disabled transparent background. Can you check now please (page: Home,About,Contact and Partnership)? Also I used your code from above and the border is still there. I would like to have only menu bar (Ubermenu) on the page

    #1026433
    Christian
    Moderator

    Please give us access to your WordPress admin so we could check your setup.

    Thanks.

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