test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • kywong85 Friend
    #186831

    Hi,

    My drop down menu was gone once I click on the Menu button on my mobile phone. and there is a white column on left hand side that look like sidebar. Any ideas to solve this? Thank you.


    1. Untitled-2
    kywong85 Friend
    #490323

    Any solution for this? I have to complete my website asap.

    Ninja Lead Moderator
    #490372

    Right now its difficult to guess the issue and give solution to you. I would need to take a closer look at your site. Please include your site URL here for further investigation

    kywong85 Friend
    #491036

    Hi Ninja,

    I had pm you my website url. Kindly advise me how to solve the issue. Thank you.

    Ninja Lead Moderator
    #491083

    From URL link of your site, this is not bug, we’ve just added Off-canvas navigation feature into T3 framework (see this blog post for more info). Hence, if you want to use the previous type of navigation for collapsed menu in small device, you can simply switch off the Off-canvas navigation option in template manager

    Regards

    kywong85 Friend
    #491184

    Hi Ninja,

    I had decided to use the off-canvas navigation. However, when I click the menu on mobile view, it’s doesn’t align correctly. Kindly advise on this. Thank you.

    Ninja Lead Moderator
    #491285

    You can change back to turn on-canvas and fix white column on left hand side that look like sidebar this way

    + Open templates/ja_onepage/css/themes/metro/off-canvas.css file

    From

    #off-canvas-nav .t3-mainnav {
    background: #fff;
    width: 200px !important;
    }

    #off-canvas-nav .t3-mainnav .nav-collapse .nav > li > a,
    #off-canvas-nav .t3-mainnav .nav-collapse .dropdown-menu a {
    border-bottom: 1px solid #ddd;
    color: #666
    font-weight: bold;
    padding-left: 20px;
    }

    change to

    #off-canvas-nav .t3-mainnav {
    background: #000;
    width: 200px !important;
    }

    #off-canvas-nav .t3-mainnav .nav-collapse .nav > li > a,
    #off-canvas-nav .t3-mainnav .nav-collapse .dropdown-menu a {
    border-bottom: 1px solid #222;
    color: #666
    font-weight: bold;
    padding-left: 20px;
    }

    + Open templates/ja_onepage/css/themes/metro/template.css file
    from

    body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #666
    }

    change to

    body {
    background: #000;
    font-family: 'Open Sans', sans-serif;
    color: #666
    }

    kywong85 Friend
    #491370

    Hi Ninja,

    I know how to style the off-canvas menu. BUT what I means is when I click the menu on my mobile phone, it’s doesn’t scroll down to the correct place. For example, when I click on Portfolio menu, it’s suppose to scroll till the title of Portfolio but it’s scroll even further more.

    Hope you do understand what I said. Tq.

    Ninja Lead Moderator
    #491413

    You can fix this problem on mobile this way

    Open templates/ja_onepage/css/custom.css file

    Add new script below

    @media (min-width: 768px) {
    .introducing .container {
    padding-top: 180px;
    }

    .hero-unit .container {
    padding-top: 120px;
    }

    .portfolio .container {
    padding-top: 180px;
    }

    .hero-unit-2 .container {
    padding-top: 180px;
    }

    .clients .container {
    padding-top: 180px;
    }
    .onepage.contact .container {
    padding-top: 180px;
    }
    }

    kywong85 Friend
    #491417

    Hi Ninja,

    Yes, thank you very much for your help.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  kywong85 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum