Search Results for 'mobile menu'

  • Maja
    Participant

    Hi Ruco, same problem here, since i have added the 2nd level menu, only these display in mobile version, I must say, I haven’t added any custom css to the site, nor have I changed any theme files, I will be trying the above solutions, but I am writing to let you know there is such problem going on.

    blacktieleaders.com if you would like to have a look

     

    Maja

    In reply to: Responsive in phones

    Mirela
    Participant

    Hello,

    Please double check your logos. I see here that the light logo is imported in the dark logo place and the other way around. Also please add these lines into your custom css box:

    @media (max-width: 979px){
    .header_5 .mobile_small_menu {
      display: block;
    }}

    In what device is the second screenshot taken? I see that in ipad it is ok, screenshot.

    Best regards!

    Mirela
    Participant

    Hello,

    I can see both the icons and mobile menu in your site. You probably deleted by mistake some important css class and after reinstalling theme, got them back. but because of cache plugin already saving the first version of the theme, couldn’t see them just yet.
    Please clear cache and try again. This is what i see: screenshot.

    Best regards!

    marioncha5
    Participant

    Hi,

    Here is the menu as it appears on mobile :

    And here is my REAL menu :

     

     

    Any idea why it doesn’t appear correctly?

     

    Thank you,

     

    Marion

    Mirela
    Participant

    Hello,

    Yes, please go to file css\bootstra[-responsive.css and fins these lines:

    @media (max-width: 979px) {
      body {
        padding-top: 0;
      }
      .navbar-fixed-top,
      .navbar-fixed-bottom {
        position: static;
      

    edit max-width: 979px value to 480px. Save and refresh.
    Now you will have the hamburger mobile menu only for mobile, not ipads.

    Best regards!

    fabian_hock
    Participant

    Hi;)

    Im having little problems round here. I had installed w3 total cache and autoptimize and wanted to get rid of the css and .js errors shown in google page speed insights. After minifiying css and js my hamburger menu on mobile and my icons arent showing up anymore. Do you know how i can solve this issue? I already reinstalled specualr, did upload the back up from my host but theres no change. May you have a look it it?

    Best regards Codeless Team

    jasonptank
    Participant

    Can I adjust the menu that shows for iPad in portrait and landscape mode – not using the hamburger mobile menu, but instead the normal desktop menu links?

    criscmaia
    Participant

    I’ve created a customised template that will be loaded from mobile devices, but the menu and slider is not loading.

    My customised template: Link: https://www.mangostormmedia.com/mobile/

    They both work fine on the official mobile version: https://www.mangostormmedia.com/

     

    My template start as usual:

    <?php

    /*

    * Template Name: Mobile

    */

    ?>

    <?php get_header(); ?>

    <div id=”page-wrap”>

    Thanks

    In reply to: Staff carousel

    JoanEspuny
    Participant
    This reply has been marked as private.
    mangelica
    Participant

    When I apply the menu in the magazine theme dows not work on mobile, just work when I apply the ‘Fullscreen Overlay

     

    See http://www.youwilldobetter.com/site

    Mirela
    Participant

    Hello,

    For the small menu in mobile, please add these lines:

    @media (max-width: 979px) {
    .close:hover {
      color: rgb(242, 245, 244);
      opacity: 1;}
    }

    As for the header and footer, edit the code to this:

     a:hover, .header_1 nav li.current-menu-item > a, .header_1 nav li > a:hover {
      color: #FCFCFC !important;
    }

    Best regards!

    Mirela
    Participant

    Hello,

    Please add these lines into your custom css box:

    .header_1 nav li > a:hover { color: rgb(221, 202, 163);}
    @media (max-width: 979px) {
    a.mobile_small_menu.open { color: rgb(242, 245, 244);}
    }

    edit the colors to your wish.

    Best regards!

    Mirela
    Participant

    Hello,

    Please add these lines into your custom css box:

    @media (max-width: 979px){
    .mobile_small_menu {  margin-left: -40px;}
    }
    @media (max-width: 480px){
    #logo {  left: -25px !important;}
    }

    This should be the result: image.

    Best regards!

Viewing 15 results - 1,276 through 1,290 (of 1,327 total)