Different regular and mobile side menu

This topic contains 11 replies, has 3 voices, and was last updated by  Alexander Krutov 4 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #527503

    Alexander Krutov
    Expired Member
    Post count: 652

    Hello!
    I have a need to make the side menu for mobile devices in a way that is different from the desktop menu.

    I am thinking of doing this with the WP Responsive Menu plugin https://wordpress.org/plugins/wp-responsive-menu/.

    Is this plugin compatible with GD?

    Or can you recommend a better solution?

    #527528

    Kor
    Moderator
    Post count: 16516

    Hi Alexander Krutov,

    Thanks for your post. Well, the side menu on mobile is different from desktop by default. Could you tell us a little bit more about your requirements?

    #527531

    Alexander Krutov
    Expired Member
    Post count: 652

    Thank you for the answer, Kor!
    I didn’t exactly ask the question.

    Anyway, I need the menu on my mobile phone to be open. Now I did it with a side menu widget. But I don’t need it on the desktop computer.

    Or I need to make sure that there are fewer items on the computer in this menu.

    https://verni.com.ua/

    #527542

    Alex Rollin
    Moderator
    Post count: 27815

    We can’t make the menu stay open for you, that would require your own code or additional plugins.

    I haven’t tried that plugin, or this one: https://wordpress.org/plugins/mobile-menu/

    #527658

    Alexander Krutov
    Expired Member
    Post count: 652

    I haven’t tried it yet, but after reading the description, it seemed to me that the feature I need is available only in the premium rate of WP Mobile Menu, and it is very expensive for my project.

    #527662

    Alexander Krutov
    Expired Member
    Post count: 652

    Actually, I’m satisfied with the functionality I’ve already implemented with the Bellows Menu. All I need is that this side menu is not displayed on computer, but it is displayed on phone.

    Can you advise me on how to do that?

    #527669

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #527672

    Alexander Krutov
    Expired Member
    Post count: 652
    This reply has been marked as private.
    #527675

    Alexander Krutov
    Expired Member
    Post count: 652
    This reply has been marked as private.
    #527676

    Alexander Krutov
    Expired Member
    Post count: 652
    This reply has been marked as private.
    #527697

    Kor
    Moderator
    Post count: 16516

    Hi Alexander,

    Thanks for your reply. Using the custom CSS code below will allow you to hide the menu only on desktop.

    @media only screen and (min-width: 600px) {
      section#bellows_navigation_widget-4 {display:none;}
    }
    #527716

    Alexander Krutov
    Expired Member
    Post count: 652

    Thank you, Kor! You’ve been very helpful. I consider this task accomplished.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket