Search Results for 'mobile menu'

  • zero-srl
    Participant

    Hi,
    can we have this bug fixed in the meanwhile? Mobile users are not able to navigate without the menu

    Many thanks

    Melanie50
    Participant

    Hello,

    I’d like to switch my menu to https://codeless.co/specular/default/

    However, the mobile (burger) menu keeps on showing on desktop, whatever I change in the Header Options settings.

    Can you help me get rid of this?

    Many thanks,
    Melanie

    zero-srl
    Participant
    This reply has been marked as private.
    chamathrc
    Participant

    Hi,

    When i clicked the hamburger menu in mobile no menu display? How can i fix this ?

    Thanks in advance !

    Ruco
    Keymaster

    Hello,

    There is two possibilities:

    1. You have to make the font-size smaller and you don’t have any problem.

    2. Another option is to transform the menu into a responsive one:

    @media(min-width:768px and max-width:1100px){
          header#header #navigation{display:none;}
          .mobile_small_menu{display:block !important;}          
     
    }

    let us know.

    Regards!

    imme
    Participant

    Hi,

    The active page menu item is not visible (or wrong color) in the mobile menu. Also when i click another item it dissapears (or changes to the same color as the menu background).

    How do i Fix this?

    Best regards,
    Kim

    Ruco
    Keymaster

    Hello,

    You need to add the following css in the Tower > Custom Css Box :

    @media(max-width:1024px){
          header#header #navigation{display:none}
         .mobile_small_menu{display:block; left:50%;}
         .container{max-width: 961px !important;} 
    }

    You can change the loading image by change the css :

    .animsition-loading{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url(oval.svg) center center no-repeat;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    in the file below:
    https://geopfert.kleidoscopemarketing.com/wp-content/themes/tower/css/animsition.min.css?ver=4.9.8

    The loading image is oval.svg that need to be changed.

    Let us know.

    Best Regards!

    zero-srl
    Participant

    Hi,after the template installation the main menu is not visible on responsive view and the inspector shows the following error:

    VM2262:2 Uncaught Error: No user specified. Use the ‘userId’ option. at e._buildUrl (eval at (jquery.js?ver=1.12.4:2), :2:5260) at e.run (eval at (jquery.js?ver=1.12.4:2), :2:1021) at codeless-main.js?ver=4.9.8:2586 at codeless-main.js?ver=4.9.8:4448 at Array.forEach () at codeless-main.js?ver=4.9.8:4447 at Array.map () at Object.onLoad (codeless-main.js?ver=4.9.8:4446) at i (jquery.js?ver=1.12.4:2) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)

    how can we fix this?

    Many thanks

    edgar
    Participant

    Hello Ruco,

    thank you very much.

    One last thing: at the mobile view, when the menu open, a orange line appears at the bottom, Can you please delete the line?

    Regards.

    [email protected]
    Participant

    Yes great it’s fix but not all all resolution.

    When you rotate mobile then both are not working please first check at your end so we do not need  to reply again and again.

    1. Home page slider image is cut off
    https://www.purohitsandwichusa.com/demo/screen/1.jpg

    2. Also when you rotate your mobile your JavaScript is not working when we click on any menu it’s not goes to top of side.
    https://www.purohitsandwichusa.com/demo/menu/

    edgar
    Participant

    Hello Ruco,

    I think that we have a misunderstanding, the menu position was ok, the problem is the font, I need to be of the same style of the rest of the page: “KG Feeling 22”.

    Now, if I change the style of the menu it changes at the desktop view but not at the mobile view, that is the main problem.

    ¿Can you please return the last change and try to help me with the font menu style for mobiles?

    Regards.

    [email protected]
    Participant
    This reply has been marked as private.

    In reply to: Mobile Display Issues

    alpenzone
    Participant

    The layout as it is at the moment is ok with Menu on the left of the logo and the cart on the right of the logo.  At the moment, when you view the website in portrait mode on a mobile phone these three items are in the right positions but all three are a bit too far to the left whereas they should all be centralised.  We don’t want to change the positions of each item just make all three central when you look at the site.

    Thanks for the title advice – I’ll make the change.

    I’ve cleared the cache in WordPress.  I’m not sure how to do a hard refresh on iPad but will investigate to find out how.  I’ll see how it looks once we’ve sorted the refresh.

    In reply to: Mobile Display Issues

    Mirela
    Participant

    Hello,

    The menu – logo- cart default position is to be: menu on the left of logo, cart on right of logo. To change it add custom css in the Custom Css box. Sorry but these are styling customizations, not included in support.

    -For the title in mobile and ipad, i added this css inside the respective @media rules:

    .header_page h1 {
        line-height: 25px !important;
    }

    By reducing the line height of the title, the remaining words (that were not visible) will be put up enough to be visible.

    -I checked the checkout page in ipad before and it looked ok. Can you please clear cache again and hard refresh? Send us a screenshot of it if you can. So i can understand better what you see.

    Best regards!

    Mirela
    Participant

    Hello,

    There is no problem with mobile menu in theme default form. Please deactivate the third party plugins you have installed and make sure ALL recommended plugins from theme are updated and activated (screenshot).

    Let us know if you still can not see the mobile menu after these steps.

    Best regards!

Viewing 15 results - 616 through 630 (of 1,351 total)