You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a fork of Cherry Framework with that PR would fix the problem, the bug specifically is that JetMenu loads assets from the wrong directory at times, depending on your Wordpress configuration. The result is cherry-js-core.js and cherry-handler.js 404. A simple way to reproduce would be to just install JetMenu in production on a site and check the JS console when loading. The primary difference in the wrong asset path is that "www" is appended to the beginning when it shouldn't be.
The text was updated successfully, but these errors were encountered:
jasonhuntrods-toast
changed the title
CherryCore Bug causes failed asset loading in JetMenu
Cherry Framework Bug causes failed asset loading in JetMenu
Jan 19, 2020
JetMenu uses the Cherry Framework which currently has a bug and is not maintained anymore.
This is the issue:
CherryFramework/cherry-framework#178
This is the fix:
CherryFramework/cherry-framework#181
Using a fork of Cherry Framework with that PR would fix the problem, the bug specifically is that JetMenu loads assets from the wrong directory at times, depending on your Wordpress configuration. The result is cherry-js-core.js and cherry-handler.js 404. A simple way to reproduce would be to just install JetMenu in production on a site and check the JS console when loading. The primary difference in the wrong asset path is that "www" is appended to the beginning when it shouldn't be.
The text was updated successfully, but these errors were encountered: