Hi @bosco2016,
There is an open issue regarding to this plugin on our GitHub:
https://github.com/pojome/elementor/issues/411
Please check this issue with the plugin’s developers, as we couldn’t identify the problem.
when i try to Minify JS files and Minify CSS files elementor doesnt work
Plugin Author
ArielK
(@arielk-1)
As we wrote above, there is a conflict between the plugin in some cases, you can choose other cache plugins like Autoptimize for example.
If your using Autoptimize don’t forget to add this code to functions.php of your theme:
add_filter('autoptimize_filter_noptimize','pagebuilder_noptimize',10,0);
function pagebuilder_noptimize() {
if (is_user_logged_in()) {
return true;
} else {
return false;
}
}
100% correct @arielk-1 🙂
FYI: I’ll probably add an “don’t autoptimize for logged-in users” in the next version of AO, will make this even more straightforward 🙂
but Elementor could also hook into AO’s API to disable AO when Elementor is active for an admin, let me know if you want to go down that road (it’s pretty simple actuallly).
frank
Plugin Author
ArielK
(@arielk-1)
Hi Frank @futtta,
This is great news! A lot of our users work with your plugin. Do you have an ETA for this release?
We will look into hooking up to your API
We would appreciate it if you could mention Elementor in your plugin’s Repo FAQ page to reduce related questions in the subject
I committed the change to the dev-version on Github yesterday, but there’s some other improvements I need to add and a testing-round to be held, so no ETA yet … somewhere mid-to-end Q2 maybe?
I’ll explicitly add Elementor with the next FAQ-update (some people I hold in high esteem consider Elementor best-in-class, so …).