Search Results for 'mobile menu'

  • 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!

    Mirela
    Participant

    Hello,

    I set to ‘yes’ option for mobile menu in Theme Options > Headers > Show Responsive Menu Dropdown, also i added these lines into your custom css box:

    @media (max-width: 480px) {
    #logo {
      float: left !important;
      height: 100%;
      left: 55px !important;
    }
    }

    Now, please go to file css\bootstrap-responsive.css and find these lines:

    @media (max-width: 480px)
    #logo {
      float: right;
     left: 0 !important;
      right: 0 !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      transform: none !important;
    }

    Replace the left: 0 !important; with this: /* left: 0 !important; */
    Save and refresh.

    Best regards!

    deplume
    Participant

    Hi, I’m facing this issue where i don’t see the mobile menu when screen size <980 px. The navigation menu disappears at that size but there is no mobile menu following it. Here’s the url. Pls advise-

    https://test.deplume.ca/

    Ruco
    Keymaster

    Hello,

    You can configure the menu/mobile menu fonts and background color at specular-> Header options -> Menu, Dropdown options.

    I can fix it for you, just write your wp credentials in a private reply.

    Best regards!

    image120
    Participant

    Hello,

    Please disregard my comment r.e. the mobile site not working well – this was only when I had the custom CSS pasted into the custom css box. When I deleted it, the mobile site was working just fine again.

    That said, the menu is still not working (I think it may be a colour issue, as you can click into nothingness, and it will take you to a page in the menu… is it possible that the mobile menu items are white?).

    Thank you,

    Calvin

    image120
    Participant

    Hello,

    Adding those lines into my custom css box didn’t solve the issue – the menu is still not displaying properly.

    Also, after adding the revolution slider to the home page, my home page isn’t as mobile friendly. Please visit new.image120.com on your mobile device, and you’ll see what I’m referring to. What do you suggest I do to make it look better (e.g. line up on the page properly, etc)?

    Please advise on both of the above.

    Thank you,

    Calvin

    • This reply was modified 10 years, 2 months ago by image120.
    annkarina
    Participant

    Hi,

    My site is not mobile friendly – I get a lot of errors and warnings when testing my site: https://www.google.com/webmasters/tools/mobile-friendly/?url=startwebbutik.dk

    I have updated the theme today, but that did not change anything.
    What is the correct way to upgrade the theme anyway? There doesn’t seem to be a function to do this? At first I uploaded the zip-file and tried to install. I then got an error that a file was missing so the installation was aborted. I renamed the theme folder and uploaded it through FTP an activated the theme, but then my menu and some widgets were set up wrong. I have got it back to normal now, but would like to know how to do future updates?

Viewing 15 results - 1,306 through 1,320 (of 1,351 total)