Search Results for 'mobile menu'

  • gianlucasignaroldi
    Participant

    Dear support

    this si my site :

    https://new.filtrotecnica.com

    I’m using a child theme

    problem: responsive menu doesn’t work

    favicon doesn’t work , i try to ch ange function.php in child theme and insert a folder imag whit a file call favicon.ico but it doesen’t work the same

    but the more important problem id the adjustament for the responsive mode whit mobile phone

    image is not centred and text has too big space

    in the second line custom heading is not centred

    can you see it in new.filtrotecnica.com and give me help

    thank you very much

    kind regards

     

     

     

     

     

     

    Mirela
    Participant

    Hello,

    1-Add this code itno your custom css box:

    @media (min-width: 989px) {
    nav .menu > li {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .header_11 #logo {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    }

    2-I tested the site but i don’t get this effect. Can you send us a video or screenshot of it?

    3-I don’t understand the issue with the mobile menu. When i open it from mobile, it does display at the side just as it should (screenshot).

    4-Sorry but this customization is not included in support.

    Best regards!

    rebeccaolson
    Participant

    Since launching my site, I’ve received the following feedback from customers about issues they are experiencing on mobile devices (tablets and phones:

    1) Tablet (ipad 8): The menu in the navigation bar, which is the regular (non-responsive) menu, does not stay on the bar – the menu items on the right are shifted down and to the left, over the top of the slider.

    2) Tablet (ipad 8): When you click on a menu item and see the subcategories, they do not disappear when you click elsewhere on the site; they stay fixed on the screen until you move to a new link/page.

    3) Mobile: (iphone 4s) In portrait view (very small) the menu icon that should be aligned left in the header bar, is instead shifted to the center and covering the logo.

    4) Is there a way to add a search function in the side/slideout menu for responsive (mobile/tablet) layouts? I had to remove the search/mini cart from the header on responsive because it was throwing off the logo. Is there a widget or workaround you know of? The best I could find is this: https://www.kriesi.at/support/topic/how-to-add-search-to-mobile-smart-phone-width-slide-out-me

     

    jan_javornik
    Participant

    Hello.

    I’m using Specular theme and I’m having some problems with responsive mobile menu.

    Menu is quite long and when I try to scroll it down, the page under the menu is moving, not menu.

     

    Can you please take a look?

    In reply to: Adding jquery

    wpnoob
    Participant

    P.S. you need to refresh the page on mobile device mode otherwise console error won’t appear. I think the error relates to mobile menu button.

    Mirela
    Participant

    Hello,

    I opened your site in mobile but the menu works fine (screenshot). I am able to open it, and browse through pages without issue. Did you manage to fix it?
    Let us know.

    Best regards!

    In reply to: mobile menu

    Mirela
    Participant

    Hello,

    1-In mobile i see the header background is set to white, with no transparency. This is what is covering the logo and menu. Please add this code into your custom css box:

    @media (max-width: 767px){
    .header_transparency header#header {
        background: rgba(255, 255, 255, 0.01) !important;
    }
    .mobile_small_menu .close:hover { color: #f9f2f2;}
    .mobile_small_menu { top: 83% !important;}
    #logo img {
        height: 83px !important;
        margin-top: -18px !important;
        left: -141px !important;
    }
    }

    Result screenshot.
    2-wpml menu is a widget in Top Nav area. By default this section of theme is not displayed in mobile layout. To show it, add this code into your custom css box:

    @media (max-width: 767px){
    .top_nav {  display: block;}
    .top_nav_transparency #social_widget-6 { display: none;}
    .header_wrapper { height: 72px !important;}
    #logo img { margin-top: -27px !important;}   
    }

    Result screenshot.

    Let us know.

    Best regards!

    skyboost
    Participant

    The burger menu is not working when clicking on it in the mobile view. What can I do?

    Test: https://semknox.com

    sherreo
    Participant

    Hello again,

    When I try to view the web on a mobile, I can’t see:

    • the logo correctly
    • the menu
    • and wpml menu

    The website is: https://masajesmuntaner.com

     

    Can you help me, please?!

    Thank you very much!

    Sergi

    In reply to: Adding jquery

    wpnoob
    Participant

    Just wondering why this simple piece of code doesn’t work then (I’m trying to add more links to mobile’s dropdown menu):

    jQuery(document).ready(function(){
    $("#mobile-menu").append('
  • Example
  • '); });
    • This reply was modified 8 years, 4 months ago by Mirela.
    monfrique
    Participant

    Home

    When you view my website on a mobile or ipad, the logo does not resize correctly. It overlaps the menu button, and on mobile it is too big for the screen. Cannot work out why…

    Thanks

    lolabalberola
    Participant

    Hello!

    The logo is configurated to be in the midle with header style ‘centered logo and navigation’ , but I don’t know why, in the mobile phone the logo is at left side over the menu

    ¿can you help me with that?

     

    thank you

    best regards

    RomainPatouillard
    Participant

    Hello,

    Everything works well except on mobile version, the dropdown menu doesn’t appears.

    It seems that links are here and they work but we can’t read the text, maybe it is in white color ??

    In Dropdown option and Mobile Menu, I selected a red color for megamenu title / dropdown typography but nothing changed…

    here is my website : http://www.corporace.fr

    Thank you in advance for your help !

    • This topic was modified 8 years, 5 months ago by Mirela. Reason: html tags
    • This topic was modified 7 years, 1 month ago by Mirela.
    CB1000RBiker
    Participant
    This reply has been marked as private.
    modernprollc
    Participant

    Looks like I’ve found the solution, and my site is loading much faster.

    I’m using the Autoptimize plugin by Frank Goossens (futta).

    For the JS optimizing I have just the ‘Optimize JavaScript Code’ checked and have excluded the following JS:

    • main.js
    • jquery.js
    • jquery.mobilemenu.js

    For the CSS, I have the ‘Optimize CSS Code’, ‘Generate data: URIs for images’ and ‘Also aggregate inline CSS’ checked.

    My page load connections went from 92 to 30.

     

Viewing 15 results - 1,006 through 1,020 (of 1,327 total)