analogwp / analogwp-templates

Style Kits for Elementor adds a number of intuitive styling controls in the Elementor editor that allow you to apply styles globally or per page.
https://analogwp.com
27 stars 7 forks source link

Fix: DOM optimization is always active since Elementor 3.19 #666

Closed marian-kadanka closed 5 months ago

marian-kadanka commented 6 months ago

Since Elementor 3.19, DOM optimization is always active. So don't rely on old conditional checks, just bypass them completely if Elementor version is 3.19 or greater.

See https://developers.elementor.com/elementor-3-19-developers-update/#:~:text=Experiments%20and%20Features for reference.

what-the-diff[bot] commented 6 months ago

PR Summary

JohnPixle commented 6 months ago

@marian-kadanka Thanks!

@lushkant I have added this in the milestone!

lushkant commented 5 months ago

Looks good to me 👍 Thank you @marian-kadanka!