Search Results for 'mobile menu'

  • jenniferlgoode
    Participant

    Hello! I’m having an issue with the responsible menu placement and logo size in mobile view (I use an iPhone 5). The three lines for the drop down menu is almost totally off screen, and the logo is not resizing properly. The text over the main image is also positioned oddly. iPad view is better but the three line menu is also a bit too far to the left of the logo. My website address is jennifergoode.ca.

    Thanks!

    Jennifer

     

    Mirela
    Participant

    Hello,

    That’s because the mobile menu only show’s up when the screen dimension is of the mobile size. That’s smaller than 767px. Ipad has bigger screen dimension so the normal menu is displayed.
    I suggest you go to General Options > Header Options > Menu Options > Menu Items padding/margin, decrease the values until the width of your menu fits the header size in ipad landscape layout.
    Let us know if you need further help.

    Happy Holidays!

    pawiese
    Participant

    Thank you, that resolved the issue on mobile but not on my tablet (iPad).  That just keeps the full menu and drops to a new line below the logo and on the slider.

    • This reply was modified 7 years, 11 months ago by pawiese.
    • This reply was modified 7 years, 11 months ago by pawiese.
    pawiese
    Participant

    The menu is not displaying on mobile devices, drjenhartley.com. Please let me know how I need to resolve this.

    centralstates
    Participant

    Hi,

    Our website is http://www.centralstatesmfg.com and we run WordPress 4.7 – Tower Child

    I have two questions:

    1. I’m using a codeless slider on our homepage. when it loads there is about a two second issue where part of the text from the slider appears in the top left of the screen. The slide I’m referring to has a white background and says “New Color Visualizer” If you refresh our homepage you can see a snippet of text “wainscot and trim” that ultimately appears in the main center portion of the slider once it’s loaded.  I can’t find that I have any animation that is telling this to happen. any suggestions?

    2. When viewing our site on a mobile device and selecting the hamburger menu it takes a long time to scroll down the list. is there a way to have the mobile menu collapsible so it only shows the main head menu and not all the sub menus? I do have mobile option selected on the theme.

    thanks.

    -darrell

    In reply to: One Page Menu

    Mirela
    Participant

    Hello,

    The “Show Responsive Menu Dropdown” option is to display menu in mobile. Do you want to remove the drop-down menu items from the normal layout (desktop)? In this case the fastest way is to remove them from menu altogether. Go to Appearance > Menus, and edit your main menu.

    I don’t see any sub-menus in your site. Are you perhaps referring to the extra side navigation? See screenshot. In this case go to General Options > Layout > Extra Side Navigation, set it OFF.

    Let us know.

    Best regards!

    Mirela
    Participant

    Hello,

    I see the mobile menu displays as it should in ipad portrait mode. In ipad landscape, the normal menu is shown. If you want to align the normal menu, please add this code into your custom css box:

    @media (max-width: 1100px) and (min-width: 981px) {
    nav .menu > li {
        margin-right: -5px !important;
        margin-left: -5px !important;
    }
    }

    Result screenshot: https://pho.to/AYRHf

    Or if you want to have the mobile menu here as well, then add this code instead:

    @media (max-width: 1100px) and (min-width: 981px) {
    .mobile_small_menu { display: block;}
    header#header #navigation { display: none;}
    #logo img { padding-left: 64% !important;}
    }

    Result screenshot: https://pho.to/AYRJ8

    Let us know.

    Best regards!

    cod_tow_usr
    Participant

    Hi,

    Menu which is set on this site, displays wrong on ipad. If it is possible I’d like to display full menu instead of mobile version (font can be smaller, or reduce white space), but if it will be difficult to set up I’d like to set mobile version of menu also on ipad resolution.

    Now it looks really awful. Please help

    PhilW
    Participant

    Hi,

    A few issues. The menu disappears when the site goes down to mobile size.

    Also I have a black footer on my site. One one page I have a small paragraph of text. The footer is pretty to close to this text, and I was wondering if there was anyway to have it sticking to the bottom of page?

    Thanks,

    Phil

    Mirela
    Participant

    Hello,

    Please know that i did not change the mobile menu style. It was already set to Side Menu since i checked it. The only changes made are the custom css that i already informed you in my last reply.
    You probably didn’t see it since you couldn’t find the menu icon in mobile.

    The menu style with black background and menu items in the middle is a desktop style. It is not available for the mobile. You can find the two mobile menu styles in General Options > Header Options > Responsive Menu style (screenshot).
    So changing the mobile menu drop-down from Simple to Side Menu does not affect the desktop style at all! You still have the black background menu style in desktop/ipad landscape layout.

    -Side menu letters: Please know that this is the menu style by default. If you do not like it and want to change it, then this another thing. I will help you customize it by providing the right custom css code, but you have to know that it is definitely not a mistake.

    Please add this code in order to change the characters font size and padding:

    @media (max-width: 979px){
    .snap-drawer #navigation nav .menu > li > a {
        line-height: 40px !important;
        font-size: 13px !important;
        padding-left: 5% !important;
    }}

    Edit the values to your wish.

    Best regards!

    Mirela
    Participant

    Hello,

    Sorry for the late reply.
    I added this code into your custom css box:

    @media (max-width: 767px){
    .header_wrapper {
        background: rgba(0, 0, 0, 0.02) !important;
    }
    .header_5 .mobile_small_menu {  display: block !important;
    }
    .mobile_small_menu.open:before { color: white;}
    .mobile_small_menu.close:hover { color: rgba(72, 236, 206, 0.98); }
    .snap-drawer #navigation nav .menu > li > a {   color: #464444;}
    }
    @media (max-width: 979px){
    .header_5 .mobile_small_menu { display: none;}
     .header_wrapper {
        background: rgba(0, 0, 0, 0.02) !important;
    }
    .header_5 .header_tools {
        margin-right: 60px;
        padding-top: 5% !important;
    }
    #logo { top: 17% !important;}
    }

    To fix the mobile menu displaying. Also i changed the mobile menu font color to gray so it would be visible, since you have the background white.
    I see you have added the same logo in both versions, dark and light (screenshot). I suggest you add a dark version so it would be visible in mobile as well.

    Please check your site and let us know.

    PS: We aren’t in contact with any freelance developers for now. But if we get any information, we will notify you.

    Best regards!

    Mirela
    Participant

    Hello,

    The mobile icon you are referring to, it’s not a mobile menu. It is the extra navigation menu. You can add widgets to it in Appearance > Widgets.
    The mobile menu is not present in the code either, so most probably you did not set it to display.
    Please go to General Options > Header Options > Show Responsive Menu Dropdown (screenshot), make sure it it set ON.
    Let us know if the issue persists.

    Best regards!

    robbieboy
    Participant

    Hi there, I can’t get the mobile menu to show when viewing my Specular site on mobile. There is a mobile menu icon at all other sizes, but only a blank grey box appears when I click it. However if I view the site vertically on a mobile phone there isn’t even an icon for the mobile menu. Please take a look at the site here: https://www.final-eyes.com/

    Thanks,

    Rob

    sarahlouisewaterhouse
    Participant

    Hi,

    is there a way to make the font in the dropdown and mobile menu the same as the
    top level menu?

    Thanks

    eogroup
    Participant

    Dear Codeless Team,

    importing the dummy data works out after contacting my hosting.

    Now i have the follow question and hope that you can help me:

    1) How i can set on all pages fixed section scrolling as it is set in the fullscreen blog?

    2) How i can put a picture full screen with title (not using slider, because i only need one picture on a new created page. When scrolling down you see next section fullscreen (for example description), you scroll down next section fullscreen gallery view or whatever

    3) Maybe i can contact you private so you can have a look at my website on mobile. Resolution of everything is showing not correctly and menu font are way to big.

    Thank you so much for help!

Viewing 15 results - 901 through 915 (of 1,327 total)