[Resolved] Responsive Menu

Home Forums Support [Resolved] Responsive Menu

Home Forums Support Responsive Menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #184664
    Ingrid Wildschut

    The menu works fine on a computer but when i make the screen smaller or i’m looking on the site with a mobile the menu is not working i see the menu but is not clickable.

    http://www.heidehal.nl

    #184740
    Tom
    Lead Developer
    Lead Developer

    Did you add this code to the site?:

    <script>
          jQuery(document).ready(function( $ ){
                $("#right-sidebar").stick_in_parent();
          });
    </script>

    It’s causing a javascript error which is stopping the mobile menu from working.

    #184756
    Ingrid Wildschut

    Yes it’s working now.

    #184760
    Tom
    Lead Developer
    Lead Developer

    Great πŸ™‚

    #185151
    Bruna

    My menu is also not clickable in a mobile, doesn’t show the items.

    Should I add the same code? Where exactly? x_x

    Thanks! πŸ™‚

    http://nourjournal.com/en/

    #185200
    Tom
    Lead Developer
    Lead Developer

    Bruna, this is happening because you’ve fixed the menu to the bottom of the site, so your mobile menu is still dropping down but is hidden.

    This might help, but will still most likely need some tweaking:

    @media (max-width: 768px) {
        .main-navigation.toggled .main-nav>ul {
            position: absolute;
            bottom: 40px;
            background: #222;
            width: 100%;
        }
    }
    #185495
    Bruna

    I should have thought about that… I feel dumb!

    Thanks a lot Tom, that was very kind πŸ™‚ x

    #185535
    Tom
    Lead Developer
    Lead Developer

    Happy to help! πŸ™‚

    #195295
    Joseph

    Hey Tom,

    I see that you have helped some other members out with a similar problem, not sure what my problem is with the menu. In a nut shell it wont drop down on 2 sites that i have built but works well on others with this theme.

    Can you look at this for me and please provide a solution.

    Thanks Joe

    #195384
    Tom
    Lead Developer
    Lead Developer

    Hi Joe,

    Any chance you can start a new topic and link to the site that isn’t working?

    Thanks!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.