soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
314 stars 29 forks source link

Oxygen Builder and LiteSpeed Cache Wordpress plugin not compatible? #1077

Closed Labona closed 4 years ago

Labona commented 4 years ago

Hey,

So I installed fresh copy of Oxygen to my fresh new Wordpress website. When I entered to to builder I am seeing it messy (Icons are double times).

I troubleshooted that when I have LiteSpeed Cache -Wordpress Plugin (which optimize my wordpress site performance + lazy load images) this problem starting.

image

image

So I just wanted to make sure if the Oxygen is compatible with this plugin? This plugin is really common when you have Litespeed server.

Thanks a lot for any advices or help how I can get both working together.

louisreingold commented 4 years ago

Configure the cache to not mess with Oxygen's files and dependencies.

Labona commented 4 years ago

Well yes I can confirm that LiteSpeed Cache plugin works perfectly with Oxygen Builder. I am not sure what caused the problem but has to be some settings / configurations. Because I can't reproduce the problem on my other server where I have installed also Oxygen Builder + Litespeed Cache plugin :) There both works perfectly.

SimonErich commented 3 years ago

I had the same issue and found a solution. The problem seems to be image lazyloading, that replaces code in the compiled angular files, but the code is probably not escaped and therefore produces problems. I managed to fixed it by just excluding oxygenbuilder pages in litespeed from image lazyloading.

you can find it under "Litespeed" -> "Page Optimizations" -> "Media Settings" And then just find the textarea "Lazy Load URL Excludes" and add the following in a line:

?ct_builder=true

Hope this helps :)

Screenshot from 2021-03-15 08-18-47

Anticosti commented 3 years ago

For me the trick is to make sure that the Administrator is not being cached. image image