Hello @ocalhukuk
thank you for your inquiry and I am happy to assist you with this.
As I’ve mentioned in the previous post you need to add the js files to “Never minify following JS files” field in Performance>Minify>Advanded.
Now, this is just an example:
/wp-content/themes/Avada/assets/min/js/general/avada-menu.js
/wp-content/themes/Avada/assets/min/js/general/avada-header.js
It does not necessarily mean that these are the files that are causing this and that should be added to this file so you need to figure out which files may be causing this and add those files to the mentioned filed.
Alternatively, you can use Manual minify and add the files one by one in the proper order to minify. Adding the files one by one will make sure that you can determine which files should not be added to minify.
I hope this helps.
Thanks!
In my case, using the Avada theme, the same thing happens.
I did not activate Minify and no other option.
Just activating the plugin already interferes with the menu and page structure.
Any additional suggestions?
Thank you.
Hello @local9ssb
Can you please share your website URL?
Are you using any other caching/minify plugin or possibly Cloudflare?
Page Caching and Browser Cache cannot cause any page breaking, but conflict with some other caching/minify plugin might.
Thanks!
I am noticing that the complete disabling of access to amazon S3 is what possibly interferes. If the menu and page are inoperative, they are correct. See the url below demonstrating the problem:
https://bs2consulting.com/
I have other sites with the same configuration with S3 and W3TC works normally. Only in this does this happen.
Hello Marko,
and li9ssb (@ local9ssb).
As you said, in the “” Never shrink the following pages: “section, I wrote the js files that I don’t want to shrink. There was no change. Finally, I wrote all the JS files. So the 104 js file. But still there was no improvement in the menu.
There must be another way for this.
Or the “Never shrink the following pages:” section doesn’t really work.
Please help me.
_____________________________________
I wrote them as you said as follows:
wp-includes/js/jquery/jquery.js
wp-content/themes/Avada/includes/lib/assets/min/js/library/modernizr.js
wp-content/themes/Avada/includes/lib/assets/min/js/library/jquery.fitvids.js
Desktop menu and pages currently work like mobile menu and mobile page. When I want to click, # this sign appears and the process returns to itself.
There was another cache plugin, but it was excluded due to the use of S3 with W3TC.
Hello @ocalhukuk
I’ve provided you with the steps to exclude JS files. You mentioned that you added the js files to ” Never shrink the following pages: “. This option does not exist. You need to add the js files (and you need to figure out which files you need to add) to Performance>Minify>Advanced>Never minify following JS files, and they should be added one below other in the following format with the forward slash in the beginning od the path:
/wp-content/themes/Avada/assets/min/js/general/avada-menu.js
/wp-content/themes/Avada/assets/min/js/general/avada-header.js
Alternatively, again you can use Manual minify and add the files manually and in order.
Or, I can offer you our Professional assistance which you can get in Performance>Shpport.
@local9ssb
I am not seeing any issues currently in the styling. Please re-enable the CDN and check the console to check for any errors. Potentially some files are either not uploaded or not being served from the CDN.
Thanks!