Search Results for 'mobile menu'

  • Mirela
    Participant

    Hello,

    Please make sure to have enabled the mobile menu. Find it in Header Options > Show Responsive Menu Dropdown, set it ON.
    Let us know.

    Best regards!

    mmmalmeida
    Participant

    Responsive submenu is not appearing. The background is white and the typography is dark (the same of menu) but the submenu is not appearing in mobile phones. I have tried to make some changes in menu options and dropdown options but it does not work. Could you help me to fix it as soon as possible please?

    In reply to: Tower Theme Menue Item

    Mirela
    Participant

    Hello,

    That is not a mobile menu, even if it has the same view. That is the extra side menu and it can contain widgets. You can set it ON/OFF at General Options > Layout > Extra Side Navigation. To add content, just go to Appearance > Widgets and add any widget you want.

    Best regards!

    mySEOstar
    Participant

    Hi, here are several questions:

    currently, if I click on the mobile menue icon the slider opens, but not menu items appear

    What are the settings, to show – even on desktops only the menue icon?

    https://bassmann.wp-seo-coach.com/

    Thanks

    Angela

    In reply to: Responsive logo

    Mirela
    Participant

    Hello,

    Did you enabled the menu drop down for mobile? Find it in General Options > Header Options > Show Responsive Menu Dropdown, set it ON.
    This code:

    @media (max-width: 480px){
    #logo img {
        width: 290px !important;
        height: 46px !important;
        top: 46%;
        left: 33px;
    }
    .mobile_small_menu {
        top: 83% !important;
        left: 50% !important;
    }
    }

    should give you this result. If it doesn’t, please send us your wp credentials in a private reply. So we can do it for you.

    Best regards!

    In reply to: Responsive logo

    linusymen
    Participant

    Hi,

    By “distorted” I mean that the width is compressing the logo, so the circle in the logo becomes egg-shaped. The width is responsive, but not the height. The search has disappeared entirely, but it doesn’t matter.

    Screenshot  – the left side is how it looks now, the right side is how I want it to look.

    Also, when I click the menu it is empty. Do I have to set up a separate mobile menu or something?

    Thanks!

    In reply to: Responsive logo

    Mirela
    Participant

    Hello,

    Can you please explain better what do you mean by “logo is distorted”? I see it centered (screenshot), do you not wnat it this way?
    For the menu, please edit this line: .mobile_small_menu { top: 92%;} of the code above to this: .mobile_small_menu { top: 92% !important;}
    Can you show us a screenshot of the search on top of slider? I do not see it now.

    Best regards!

    In reply to: Responsive logo

    linusymen
    Participant

    Thanks for a quick response!

    With that code the logo becomes distorted on mobile and the menu is still located on top of the logo and the search still jumps down on top of the slider.

    In reply to: Responsive logo

    Mirela
    Participant

    Hello,

    First make sure to have enabled the menu drop down in mobile. Find it in General Options > Header Options > Show Responsive Menu Dropdown, set it ON.
    Since the logo in mobile is quite large, it is difficult to make logo and mobile menu fit in the same line. You can have the menu and search in the same line under logo and before slider. To have this layout, please add this code into your custom css box:

    @media (max-width: 480px){
    #logo { float: left;}
    .mobile_small_menu { top: 92%;}
    #logo img {
        width: 100%;
        top: 46%;
        left: -2px;
    }
    }

    Let us know.

    Best regards!

    linusymen
    Participant

    Hi,

    I’m making a site where I’d like to use a quite wide logo, but it doesn’t adapt to the screen width. So on small screens it ends up behind the mobile menu button and pushes the search button down into the slider. Can this be fixed?

    I’d also prefer to have the mobile menu button on the right side instead of left.

    Also, I’m not seeing any items in the mobile menu dropdown?

    URL: http://www.kemisamfundet.se

    Thanks in advance!

    darrenbennett1989
    Participant
    This reply has been marked as private.
    Mirela
    Participant

    Hello,

    2-Sorry but that is not possible.

    3-Please add this code into your custom css box:

    @media (max-width: 480px){
    .top_nav {
        display: block;
        border-bottom: 1px solid #E2D9D9;
        height: 76px !important;
    }
    .row-fluid .span6:nth-child(2) { display:none; }
    .mobile_small_menu { margin-left: 6px;}
    }

    Best regards!

    rgerlach
    Participant

    Hello,

    For number 1. (logo position on mobile device) i found a solution from another post here on the forum. Paste this code into your custom CSS Bpx which you can find in the wordpress cpanel under Specular  > General and then below. Play with the values width and top to adjust it.

    @media (max-width: 480px){
    #logo {
    width: 265px !important;
    left: -50px !important;
    top: 10px !important;
    }}

    I didn’t found yet a solution for number 2. (submenu by default unfolded) and 3. (top widgets not shown on mobile). I would be happy with support.

    Many thanks, Reinout

    rgerlach
    Participant

    Dear support,

    Our website is almost completed and looks spec(te)cular. There are three things that i couldn’t figure out and find on this forum.

    1.) Our logo is displayed to big on mobile devices and got a weird position, what to do?
    2.) One of our menu-items has 48 submenus (megamenu) these are by default unfolded when tapping the menu on the mobile device. Is it possible configure the mobile menu to not unfold the submenu items but only unfold the submenu when tapping the parent menu?
    3.)  The topwidgets where we put our address details and wpml language selector is not shown on mobile devices, how to solve this?

    Many thanks, Reinout

     

    Mirela
    Participant

    Hello,

    Thank you for choosing our theme!
    1-Please make sure to have enabled the revolution slider to display in mobile. Find the option in Revolution Slider > slider settings > Layout & Visual > Mobile, set it OFF (screenshot)

    2-I can’t see the images attached, but i assume is a conflict of the menu width, with the top header width in landscape mode.
    Please send us your site’s url so we can give a more precise answer for all the other questions.

    Best regards!

Viewing 15 results - 1,216 through 1,230 (of 1,327 total)