Title: Javascript Options when Minification Interferes w/ Site Menu
Last modified: July 8, 2019

---

# Javascript Options when Minification Interferes w/ Site Menu

 *  Resolved [darrenchu](https://wordpress.org/support/users/darrenchu/)
 * (@darrenchu)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/javascript-options-when-minification-interferes-w-site-menu/)
 * Hi,
    First off, thank you for creating an amazing plugin. It really helps boost
   my website load speed.
 * One thing I noticed today though is that with my mobile display of my website,
   the menu (in the upper left hand corner of the website) no longer responds when
   clicking on it. I went into the Javascript settings within the plugin, and disabled
   the minification of Javascript, and cleared my cached files, but to no avail.
 * The menu is provided by my website’s theme…any other plugin configuration options
   you’d suggest I tweak? I tried disabling the plugin altogether but that didn’t
   help either.
 * Much appreciated in advance!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjavascript-options-when-minification-interferes-w-site-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/javascript-options-when-minification-interferes-w-site-menu/#post-11712642)
 * I’m sorry, but if the menu doesn’t work even if you disabled the plugin, that
   means the theme or some other plugin is causing the issue. FVM only merges the
   files, it cannot fix what is already not working.
 * Did you update some other plugin or your theme perhaps?
    Or maybe, your cache
   is not clearing properly either at the server level?
 * Do you see any reference to the cache/fvm directory on the frontend source code(
   view source on google chrome), when you disable the plugin?
    Does the menu work
   when you have the fix page editors option enabled and you are logged in? Are 
   you purging all caches, including any cache of your hosting provider?
 *  Thread Starter [darrenchu](https://wordpress.org/support/users/darrenchu/)
 * (@darrenchu)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/javascript-options-when-minification-interferes-w-site-menu/#post-11712950)
 * Hi Raul,
    Tks for the quick response!
 * I’m not sure how to clear the cache at my Linux server level. I use Godaddy and
   have a Virtual Private Server which I access normally via Cpanel. I’ll look further
   into this.
 * In the meantime, I’ve deactivated both Fast Velocity as well as Hummingbird, 
   and have cleared cache w/ both my mobile Chrome and Firefox. Chrome and IE on
   my desktop interestingly don’t present the same menu issue, so you’re right, 
   this appears to be an issue potentially w/ my theme. I’ve written to my theme
   developer and will update once I hear back from him.
 * Tks again,
    Darren
 *  [mybunnyb](https://wordpress.org/support/users/mybunnyb/)
 * (@mybunnyb)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/javascript-options-when-minification-interferes-w-site-menu/#post-11749641)
 * hello there.
    firstly thanks for the great plugin. it dramatically improves test
   scores. i tried a number of plugins but i could say yours could be the best. 
   i have only one and the same problem with [@darrenchu](https://wordpress.org/support/users/darrenchu/).
   my mobile menu doesnt work. i use storefront child theme galleria. i tried the
   same with darren plus i tried to exclude navigation.js asset of the storefront
   which didnt work. i saw default ignore list and there are a few pre defined themes,
   plugins etc. maybe you have the answer [@alignak](https://wordpress.org/support/users/alignak/):))
   [https://mybunnybabyshop.com/](https://mybunnybabyshop.com/)
    -  This reply was modified 6 years, 10 months ago by [mybunnyb](https://wordpress.org/support/users/mybunnyb/).
 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/javascript-options-when-minification-interferes-w-site-menu/#post-11750290)
 * [@mybunnyb](https://wordpress.org/support/users/mybunnyb/) the answer is the 
   same as usual as stated on the faqs. You need to try different files which my
   be unrelated to the one not working, until you find it.
 * If you see the console log on chrome, it gives you hints:
    `http://prntscr.com/
   ohmoa3`
 * If you look at the status page for the log, it shows you a list of merged files(
   or you could just append .txt to the js file name).
    `https://static.mybunnybabyshop.
   com/wp-content/uploads/cache/fvm/1563582355/out/footer-5aeab867.min.js.txt`
 * Then the error comes from (screenshot, line 407):
    `/wp-includes/js/dist/keycodes.
   min.js`
 * Note that by default, you should not have so many files enqueued from `/wp-includes/
   js/dist/` so something could be wrong with some other plugin.
 * For example, similar situations:
    [https://wordpress.org/support/topic/too-many-js-files-from-wp-includes-js-dist/](https://wordpress.org/support/topic/too-many-js-files-from-wp-includes-js-dist/)
   [https://github.com/CalderaWP/Caldera-Forms/issues/3097](https://github.com/CalderaWP/Caldera-Forms/issues/3097)
 * FVM will simply merge what’s enqueued, but you should check if those other files
   really need to be enqueued or if some other plugin is enqueueing everything, 
   without actually being needed.
 * Finally, note that even if you add that file to the ignore list, there may be
   others as well. You need to track them down or hire a developer to find out where
   is the conflict.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Javascript Options when Minification Interferes w/ Site Menu’ is closed
to new replies.

 * ![](https://ps.w.org/fast-velocity-minify/assets/icon-128x128.jpg?rev=1440946)
 * [Fast Velocity Minify](https://wordpress.org/plugins/fast-velocity-minify/)
 * [Support Threads](https://wordpress.org/support/plugin/fast-velocity-minify/)
 * [Active Topics](https://wordpress.org/support/plugin/fast-velocity-minify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fast-velocity-minify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fast-velocity-minify/reviews/)

## Tags

 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [minification](https://wordpress.org/support/topic-tag/minification/)

 * 4 replies
 * 3 participants
 * Last reply from: [Raul P.](https://wordpress.org/support/users/alignak/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/javascript-options-when-minification-interferes-w-site-menu/#post-11750290)
 * Status: resolved