• Resolved carlosvai

    (@carlosvai)


    Hi! I was trying to clean up my oxygen builder, but I can’t seem to make it work.
    I followed these instructions
    https://www.assetcleanup.com/docs/asset-cleanup-oxygen-visual-site-builder/

    Placed the code in the wp-config, same place I pasted the code to unload plugins from backend (which works perfectly, testing it with query monitor).

    I wonder if this has to do with recent oxygen updates?

    I’m using the general regex to unload from every oxygen builder editor, page and template #(/\?ct_template=|/\?ct_builder=)#

    I also tried with the individual codes #/\?ct_template=# and #\?ct_builder=true# (which I think it has a typo, right? shouldn’t it be #/\?ct_builder=true# ?

    Anyway, is it something I’m missing? Should I contact oxygen?
    Thanks for this awesome plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @carlosvai I’ve just checked with the latest version of Oxygen – 4.4 – and things are working well. How do you actually know that rules aren’t taking effect? I’ve tried a few of your RegExes and they are working well. Even #ct_builder=true# which is a simplified version of the RegEx is working fine.

    You can append /?wpacu_debug or &wpacu_debug (since the Oxygen edit page already has parameters set) to view at the bottom of the page all the plugins that were unloaded. This way, you can be 100% sure if the rule has taken effect or not. Let me know how testing is going!

    Thread Starter carlosvai

    (@carlosvai)

    Thanks a lot @gabelivan for the detailed explanation

    You are right, it works flawlessly… it was my bad, I was placing the url in the “admin” section of the plugins manager.
    Now I placed it in the frontend, where it is supposed to be.

    Really ashamed ??
    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unloading in oxygen builder not working’ is closed to new replies.