Okay
  Public Ticket #1004877
Widgets in Mobile Menu
Closed

Comments

  •  2
    emma started the conversation

    Hello! Can you please show me how to enable widgets in the mobile menu, if possible? Thanks!

    {"wp":{"use":false,"adminUrl":"http://emmawebb.design/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi emma,

    This is not possible for the moment. We will try to offer this functionality later this year.

  •  2
    emma replied

    Thanks. Please do!

  •  2
    emma replied

    For anyone else wondering about this, I found a deeply-nested solution on another thread: https://laborator.ticksy.com/ticket/939650/#comment-4454502

    Here's what it says:

    1. Add this Custom CSS to your site:

    .sidebar-menu-wrapper {
        display: block !important;
    }
    .sidebar-is-opened .sidebar-menu-disabler {
        display: block !important;
    }
    

    To apply Custom CSS, on WP admin panel menu click Custom CSS link (as shown here).

    2. Replace one javascript file of the theme:

    Download this file and replace it in this directory (of the theme): /assets/js

    If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser cache. Another option is to open new private/incognito window and try if it works.

    Thanks to Arlind for this working solution!!

    - emma

  • [deleted] replied

    Hi Emma,

    Glad to hear that

    Will set this ticket as solved from here.