Hi,
I am using JavaScript minify- and combine-functionality to speed up our pages.
I’ve experienced that the navbars dropdown (Pro Headers Inline Navigation element in this case) stops working when combine function is active (using WP Rocket Plugin).
I am trying to find the right JS file(s) to exclude but till now could not find the right ones… can you tell me which JS files are used by your theme for this dropdown menus? I’ve already excluded this files without success:
/wp-content/themes/pro/framework/dist/js/site/x.js
/wp-content/themes/pro/cornerstone/assets/dist/js/site/(.).js
/wp-content/themes/pro/cornerstone/assets/dist-app/js/(.).js
Thanks a lot!