navigation menu problems

Home Forums Handy Theme Support navigation menu problems

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #126607
    oozpostacioozpostaci
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: February 24, 2019

    Hi,
    On smart phone environment,
    When I click the navigation menu , all sub menus appears as opened. Sub menus must be closed when the navigation menu is clicked at first time. After opening navigation menu , if you click sub menu sub menu must be open .

    On Pc environment,
    After open the sub menu , half of sub menu appears out of screen . I couldn’t see items. What’s the problem ?

    My site url is www.melikeoruc.com

    Can you help me ?

    #126618
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this plugin https://wordpress.org/plugins/wp-responsive-menu/

    Regards,
    Chris

    #126649
    oozpostacioozpostaci
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: February 24, 2019

    Thanks . I downloaded the free version. After installing plug in , old navigation menu appears again with new navigation menu on smart phone. How can disapper old one ?

    #126651
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .toggle { display:none !important;}
    }

    Regards,
    Chris

    #126956
    oozpostacioozpostaci
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: February 24, 2019

    Thanks. It’s ok.

    #126967
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/23/

    Regards,
    Chris

    #127465
    oozpostacioozpostaci
    Participant
    • Topics: 5
    • Replies: 5
    • Total: 10
    Member since: February 24, 2019

    Hi again ,
    After navigation menu is disappeared. But when I change the orientation on mobile navigation menu appears again and logo position change . Whats the problem ?

    #127466
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    @media screen and (min-width:480px) and (max-width:767px) {
    .toggle { display:none !important;}
    }

    Regards,
    Chris

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