Hi @bernardklock, the builder issue may not be caused by the cache but the optimization/turning function. Can you try to add &LSCWP_CTRL=before_cache to the query string to see does it works?
Hello Stanley,
No, it won’t work. Tried to put into the url like this:
https://mysite/blog/?ct_builder=true&ct_inner=true&LSCWP_CTRL=before_cache
And even included at the “Do Not Cache Query Strings” field set:
ct_builder
ct_inner
LSCWP_CTRL
———————–
Any clue what option should I change in the “Optimize” or “Tuning” settings?
Thank you?
Weird. Just excluded the role “Administrator” at the end of tuning session and now it’s working.
Thanks for your help.
hi!
Same issue here… exclude adminstrator is not working in my case… The problem (for me) was connected with js minification… Oxygen js is also minified… and it dosen’t like it…
in my case this file :
/wp-content/plugins/oxygen/component-framework/angular/controllers/ui.min.js
and at least one of these :
/ajax/libs/angularjs/1.3.5/angular.js
/ajax/libs/angularjs/1.3.5/angular-animate.js
/wp-content/plugins/oxygen/component-framework/angular/controllers/ui.min.js
/wp-content/plugins/oxygen/component-framework/angular/common.directives.min.js
/wp-content/plugins/oxygen/component-framework/angular/controllers/controller.main.min.js
/wp-content/plugins/oxygen/component-framework/angular/controllers/iframe.min.js
should be exclude from minification in order to launch oxygen template properly…
I havent had a problem with this issue, thought I was going crazy but double-checked and there are 2 places to exclude the admin role, as the OP says he excluded the administrator role from the tuning settings (tab 7) of the “page optimization” area. I had only excluded the Administrator role for this site in the Cache menu –> Excludes tab. As soon as i did it in both, all came good.
Thought I would share this, may help someone 🙂