Search Results for 'mobile menu'

  • rebeccaolson
    Participant

    After the most recent update on 4/14/16 (Tower 1.6) the above issues are still there. In addition, there are new problems with the mobile site:

    7. There is a white space/margin to the left of the slider. This seems to correspond directly with the amount of overhand the slider has on the right side, past the header.

    8. The responsive dropdown menu (left of the logo) no longer works as a regular dropdown, laying over the top of the site. Instead, it pushes the site down and essentially becomes its own row. Is there any way to return it to a regular dropdown?

    9. The navigation bar is not sticky. Is there any way to make it sticky on mobile, like it is on the site? Or is this not possible for mobile?

    kyleburt
    Participant

    Hello,

    Is there an easy fix to move the mobile menu to the right side of the screen instead of the left?

    rebeccaolson
    Participant

    Hello –

    I have been working on the mobile version of my site, and have a short list of things I need help with, that I can’t find in the forums or documentation:

    BUGS
    1. The mobile site size seems to be too big. You can move it to the left when scrolling. A large blank space appears to the right. You can recenter the site, but the slider (I am using revolution slider) sticks and won’t recenter.

    2. There is a large white space at the bottom of my mobile home page, which I think is the rows I have hidden on responsive layout (link: https://66.147.244.177/~lavendl6/ location: under the call to action row, above social media buttons.

    3. I can’t seem to center the social media icons (they only show on mobile). I am using the API widget code to import the “social media widget” to this column.

    MENUS
    3. Is there a way to make the footer responsive? I want to hide the footer or portions of the footer just on mobile. I would like to hide footer column 3 and footer column 4, but would hide all of it if my options are all or nothing.

    4. Is there a way to make the right sidebar menu responsive? I would like it to just appear on mobile.

    I can’t get the right sidebar menu to re-appear now, to show you what I mean. I think perhaps we added code to remove the sidebar to help with spacing (or something) – is that why? Or am I not doing it correctly?

    Thank you!
    Rebecca

    sus2007
    Participant

    And also i want to have this font on the mobile Version.
    When i look now, the menu on the mobile version is still in another font.

    Thank you very much!

    Mirela
    Participant

    Hello,

    1-Please read this related topic.

    2-Decrease the menu items padding and margin to decrease it’s width so that it won’t slide down when the screen gets smaller. edit these values in General Options > Header Options > Menu Options.

    3-If you have enabled the responsive mode, then you will have automatically the mobile menu on. Check it at General Options.

    4-Please send us a link so we can give specific css.

    *The custom css box has no issue and the code inserted will work. Please make sure first that you are modifying the right css classes.
    Let us know.

    Best regards!

    In reply to: Issue with submenu

    Mirela
    Participant

    Hello,

    That is not exactly an issue. The style of mobile sub-menu has been changed from the online demo version to the current one.
    I added this code into your custom css box:

    .menu-small ul.menu > li > a { color: #2a2a2a !important;}
    .menu-small ul.menu .codeless_custom_menu_mega_menu h6 {
        color: #2a2a2a !important;
    }
    .menu-small { background-color: #FDFCFC !important;}
    .menu-small ul li a {
        color: #524B4B !important;
         font-size: 14px !important;
        padding-left: 13% !important;
    }

    to make it just like the demo.
    Let us know if you need anything else.

    Best regards!

    pixelwise
    Participant

    #1 How do I make the slider continuously loop when it reaches the end? I don’t want it redirected to the start; I want to see the slider continuously loop when I go to either left or right direction.

    Slider Type: Gallery Carousel
    Slides: 5
    Gallery Carousel Effect: Simple
    Slider layout: Fullwidth
    Active Fixed Slider: Off
    Active Parallax: On

    #2 On the ipad, my navigation menu goes down from its place while the logo remains at the top left.
    How do I make the nav menu responsive so that it still retains in-line with the logo?

    The nav menu has 7 items/pages with the search button at the end. The logo is 267px wide and floated left.
    It’s responsive with lesser menu items; but all menu items are needed. Further, the distorted nav also occurs between 980px to 1275px wide.

    At a screen width of 1903px:
    The nav bar (logo, menu, search button) is 1100px wide.
    Logo is 266.656px wide.
    Menu is 721.266px wide.
    Search button is 34px wide but with a left margin of 20px.

    #3 As another option for #2, how can I make the navigation menu turn into the mobile menu?

    #4 When in mobile view on a page with a gallery carousel, the menu becomes twice its original height. So, there is a line for the menu and logo, another line that’s just white space. How do we remove the white space?

    Other Details:
    I have tried entering custom CSS as well as media queries through Specular General Options as well as adding a modified style.css to the core files via the child theme. I am using the child theme. I have the latest version (from Feb 18, 2016); WP version is 4.4.2. — The custom CSS is not getting implemented or applied.

    williamf06
    Participant

    In mobile view with responsive site turned on clicking the menu button to open new options doesn’t work. I have searched high and low for a setting to fix this and I can’t find an option that looks like it is for the mobile menu.

    Mirela
    Participant

    Hello,

    You have enabled the side menu in mobile. That is why the horizontal scroll is active. because when you scroll page left-to-right, the side menu shows up.
    There is no other element that exceeds the supposed width so you can’t really change anything here.
    Let us know.

    Best regards!

    In reply to: Centered header style

    mydesigns4u
    Participant

    Hello,

    I’m using a mobile menu plugin as it’s more cutomizable – change colours of background and hamburger icon, change positions, even use a different logo than the desktop version.

    Please can  I get a code to remove the header from the mobile.

    Maybe customization’s for mobile can be included in future updates.

    Thank you

    Sean
    Participant

    I had the same issue (white background and white text so couldn’t see the mobile menu). This solution worked for me. I am using Simple Custom CSS plugin to apply global CSS classes.

    poom
    Participant

    i fixed it with the following code:

    [code]
    @media (max-width: 1100px){
    header#header #navigation { display: none;}
    .mobile_small_menu { display: block;}
    #logo { left: 40%;
    position: relative;
    float: left;
    height: 100%;
    }
    }

    [/code]

    In reply to: Mobile menu

    Mirela
    Participant

    Hello,

    Please make sure you have enabled the mobile menu for display. Go to General Options > Header Options > Show Responsive Menu Dropdown, set it ON.
    let us know if the issue persists.

    Best regards!

    wulfer
    Participant

    https://www.kantoordewulf.be

    1. header menu is not showing on mobile browsers
    2. maybe as alternative, i could use a dropdown menu

    Thanks in advance

     

     

     

     

    Vaitrucci
    Participant

    Hi — the theme is great and we’ve pretty much got everything in order the way we want. The one quirk for us is on mobile. We have a white logo, so it’s not really displaying well on mobile because the menu background is also white.

    Is there something we can put in our custom CSS box to add a simple background on the menu, so our menu would look similar to what’s on the desktop version? It doesn’t even need a gradient; a solid color would be fine.

    Our site is http://www.sowhatkc.com, if it would help you to check it out.

    Thanks so much!

Viewing 15 results - 1,111 through 1,125 (of 1,365 total)