Search Results for 'mobile menu'

  • 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 9 years 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 9 years ago by Mirela. Reason: html tags
    • This topic was modified 7 years, 9 months 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.

     

    Mirela
    Participant

    Hello,

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

    @media (max-width: 979px){
    .mobile_small_menu { color: white;}
    }

    2-You mean to make the hole image a link? Yes, it can but you will need to make changes to theme files.
    Go to file includes/view/portfolio/loop-grid.php and find these lines:
    https://codeshare.io/93OhB
    Replace with these:
    https://codeshare.io/pGu8Y

    3-Go to the page’s General Settings > Sliders Options > Codeless Slider Speed
    , change the value here.

    Best regards!

    01labs
    Participant

    Thanka Mihaila! I would prefer to keep the full navigation instead of having it default to the mobile small menu for 1024 browser widths. However even after removing all the padding, I still can’t do it. Is there a default width for the logo image? I tried to scale the actual media file smaller, but it only rescaled to fit bigger when viewed in the browser.

    Please advise.

    Mirela
    Participant

    Hello,

    You could decrease the menu items padding/margin in General Options > Header Options > Menu Options > Menu Items padding/margin, until the menu width is smaller than the header in this width and can be contained by header. Or add this code into your custom css box:

    @media (max-width: 1024px){
    .mobile_small_menu {
        display: block;
        left: 85%;
    }
    header#header #navigation {display: none;}
    }

    It will display the responsive menu when that width is reached.

    Best regards!

    01labs
    Participant

    When the browser is scaled to 1024px, the top menu drops below the header and into the content area,  overlaying it. Is there a way I can adjust the padding between the logo/navigation menu to keep the full top menu open instead of having it drop into the content area or responsively change to the mobile menu version?

    https://palolohome.org/wp

    Here is a screengrab

    In reply to: portfolio categories

    lolabalberola
    Participant

    Thank you for the answer! I could fix it.

    The case is exactly the same as the demo I sent you, with view all/mobile apps/phtography/php/web design,  they are portfolio categories in the menu. I hope I didn’t make any strange structure.

    best regards,

    Nicolekay
    Participant

    <p class=”p1″>Hey I’m almost finished this site, just have a few minor tweaks listed below that I need help with:</p>
    <p class=”p3″></p>
    <p class=”p2″>1. Home page – I have the circle rollover colour as white in the custom css, but it seem to flicker when you rollover, can that be fixed?</p>
    <p class=”p3″></p>
    <p class=”p2″>2. Menu – I did have the menu lined up with the bottom of the logo, but not sure if I changed a setting somewhere but it’s no longer in-line</p>
    <p class=”p3″></p>
    <p class=”p2″>3. Mobile/responsive -</p>
    <p class=”p2″>1. on an ipad horizontally the logo is cut off on the left side</p>
    <p class=”p2″>2. on this page  (<span class=”s2″>https://89f.6fc.myftpupload.com/executive-coaching-leadership-development/</span&gt;) the copy gets cut off on a mobile device when I use the Service Block (Effect) can anything be done about that?</p>
     
    <p class=”p2″>3. on my phone the first 2 circle icons and content are not lined up in the center but coaching & leadership Dev is centered.</p>

Viewing 15 results - 1,036 through 1,050 (of 1,351 total)