Search Results for 'mobile menu'

  • innovo
    Participant

    Hello, the menu in mobile not show, please help me with that.

     

    Thanks.

    Mirela
    Participant

    Hello,

    Yes, this is done so that the sub-menus are shown/hidden in mobile just like in desktop. It was a very required feature for mobile from our customers.

    To avoid this, I recommend adding the parent item in the sub-menu list too. Then add a custom css class to it (screenshot).
    Then add this CSS to that custom CSS class:

    @media (min-width: 979px){
    .hide_in_desktop {
        display: none;
    }
    }

    So the new menu item, will not be visible in desktop but only from tablet screen size and smaller.

    Let us know.
    Best regards!

    Nadeem4ul
    Participant

    The mobile menu in hsag.in is not showing all the menus , can you please check the issue.

    jiungerich
    Participant

    The main menu for my website (www.d2realization.com) is 2 levels, a main category page level and sub pages under the main categories. On desktop both levels are clickable and lead to to correct pages. On mobile and tablet only the submenu items work. How do I make the menu work on all devices?

    solicall
    Participant

    I have noticed that after the last upgrade I made several weeks ago the mobile menu do not highlight in orange color the page that is currently being viewed. So, all menu items have the same black color. Site: solicall.com

    • This topic was modified 5 years, 7 months ago by solicall.
    ursoiX
    Participant

    Hello

    I have 3 problems on my site: https://alprof.3go.ro/architectural-systems/

    1. The languages from (top bar) is not visible in mobile version. It is more than important to be visible.

    2. The button menu, in mobile version it is above the logo. It must be separate and visible.

    3. First pdf icon it is not in his place. In https://alprof.3go.ro/standart-profiles/ page it is same problem.

    Please solve or give me the solution to solve them

    Thx

    JanineBNB
    Participant

    Hi,

    When I checked the website on my phone (mobile version) the menu items on the side bar is not showing up, just the sub-menu pages. How come the menu are hidden when someone opens the website on their phone and not on the desktop computer? Please advise.

    Mirela
    Participant

    Hello,

    That’s the normal layout of the menu in desktop. In mobile, however, it is needed additional customization to make the sub-menu items toggle under the parent. As you can see in our online demo, this does not happen.

    I can’t tell for sure if this wasn’t included as a feature in any of the theme’s updates, but it is not an original feature.

    This is customization not included in support, but I will add it to the developer’s to-do list. So we can add it in future updates. (This way you won’t need to redo any change to these files in the future).

    Best regards!

    rebeccaolson
    Participant

    Ruco – No, I’ve never used a different menu plugin. Before the update a few months ago, the mobile menu worked perfectly – so there is definitely something that changed on the Tower theme end that is causing an issue.

    In the regular/PC top navigation menu, the subcategories do not show until you scroll over or click on them. It is only the mobile/hamburger menu that is showing all the subcategories automatically.

    In reply to: mobile icons

    Mirela
    Participant

    Hello,

    You can do so using custom css.

    @media (max-width: 991px){
    .cl-mobile-menu-button span:nth-child(1) {
        background-color: #ffff !important;
    }
    .extra_tools_wrapper .tool i {
        color: #ffff !important;
    }}

    Best regards!

    kreattivamente
    Participant

    hello, how do I change the color of the icons (cart and menu) in mobile version?
    thank you so much

    Mirela
    Participant

    Hello,

    1-I deactivated the AP Mega menu plugins. It was the culprit for the mobile menu not working in mobile. You can check now. (screenshot)

    2-The original image imported as mobile logo is too big and no matter how much the script cuts it off, it’s still too big for the mobile header. So I added this css in your General > Custom Codes > Custom Css box:

    @media (max-width: 480px){
    .logo_iphone {
        width: 30% !important;
        margin-left: 100px !important;
    }}

    Result screenshot.
    You can change the values to your wish and save it again.

    -Can you please be more specific on this: “the first Row is not showing up“? I see the slider does show up in mobile (as seen in the last screenshot as well).

    Let us know.

    PS: You can open as many tickets as you want during the supported time. We’ll try our best to help you.

    Best regards!

    Mirela
    Participant

    Hello,
    Add this css too, inside the @media (max-width: 480px){ block:

    #logo {
        max-width: 60% !important;
    }
    .header_11 #logo {
        margin-right: 6 !important;
    }
    .mobile_small_menu {
        margin-left: -20px !important;
    }

    Result: https://ibb.co/WPTSK0n

    Best regards!

    hellobabs
    Participant

    Everything looks good on my phone, except that the logo and the mobile menu are overlapping.  Changing the logo width value or adding margins isn’t changing anything.  Is there any way to move the mobile menu below the logo?  Centered?

Viewing 15 results - 481 through 495 (of 1,351 total)