Search Results for 'mobile menu'

  • 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 6 years, 1 month 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?

    hellobabs
    Participant

    I pasted that in the “Additional CSS” section, but it didn’t work.  Currently my custom CSS looks like this (the first CSS was to fix the menu from overlapping the logo on mobile devices:

    @media (max-width: 480px){
    #logo {
    width: 90% !important;
    }}

    @media (max-width: 480px){
    .codeless_slider .swiper-slide .content p {
    font-size: 22px !important;
    }
    }

     

    zmoratattoo
    Participant

    Hello thank you for reply, I added code and works almoust perfect ;)
    Looking good, but when im touch burger menu on mobile I can’t chose first two pages Home and About, I have facebook and instagram icons on the same lavel maybe this is a reason.
    Maybe move this icons higer or below burger menu?

    In reply to: Update issue

    Mirela
    Participant
    This reply has been marked as private.
Viewing 15 results - 496 through 510 (of 1,362 total)