• Resolved NML_dc

    (@nml_dc)


    Sidebar is working properly in the Customizer preview but not not on the site itself: menu bars are there but nothing happens when I click on them.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Same issue here, the minnow.js script is loaded before jQuery so the onclick event cannot be set correctly. Here is a quick fix:

    From the wp admin go to “Appearance > Editor”
    Select the minnow theme in the top right selector.
    Click the “Theme functions” link on the right sidebar.
    In the editor find:

    wp_enqueue_script( 'minnow-script', get_template_directory_uri() . '/js/minnow.js', array(), '20141015', true );

    and replace it with:

    wp_enqueue_script( 'minnow-script', get_template_directory_uri() . '/js/minnow.js', array( 'jquery' ), '20141015', true );

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    @nml_dc, I have verified that the menu toggle does not work on my iPhone and iPad and have files a trac ticket on this. I’ll post back here when I get word back.

    @bubka_ I tried your solution on my test site and was unable to get it to work.

    For information, I had the issue with an up to date desktop version of Firefox, it is not limited to ios browsers.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hmmm, I can’t reproduce that on Firefox 34.0 on my Mac. Can I look at your site and test? I’d need a URL.

    [Edit: Just realized you fixed it with the code you provided.]

    Hi there,

    a new version has been submitted to address the bug. Thanks for pointing this out!

    Just curious if there’s been any progress on this? I tried the solution provided above but it’s not working. The sidebar is still unresponsive.

    Moderator Kathryn Presner

    (@zoonini)

    manrillablog – definitely, the fix was implemented almost half a year ago. ??

    Could you provide a link to your site so I can take a look directly?

    Hi Kathryn. It’s: https://www.marcmanley.com

    I copy/pasted the code per the instructions above but when viewed on iPad or iPhone it doesn’t function.

    Moderator Kathryn Presner

    (@zoonini)

    You shouldn’t need to copy-paste anything from above – that was just a user’s temporary suggestion from before the issue was fixed in the theme itself six months ago.

    Thanks for the link – I can see that the menu toggle is not working on iPad on your site.

    I verified that the menu toggle is working fine on the Minnow demo here: https://wp-themes.com/minnow/

    This means that there may be something on your site interfering with the mobile menu functionality.

    As a next troubleshooting step, could you please try temporarily deactivating all your plugins? If the mobile menu works again, reactivate them one by one to find the culprit.

    Let me know how it goes.

    I deactivated all the plugins as you recommended but still no dice. I’m not sure what’s up with it. It’s too bad. I may need to look for another theme. I liked it’s simplicity and readability for mobile.

    Moderator Kathryn Presner

    (@zoonini)

    Have you made any modifications to the theme files or added any custom CSS? You could try undoing all those changes or installing a fresh copy of the theme to see if that helps.

    I did all of the above: removed custom CSS, deactivated all plug-ins, etc., but could never get it to work. So I just went with another theme. ??

    Thanks for your help!

    Moderator Kathryn Presner

    (@zoonini)

    manrillablog – sorry to hear that but appreciate the update!

    If you ever want to give it another shot with Minnow, please feel free to start a new thread and we can continue troubleshooting there.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Sidebar not working’ is closed to new replies.