Hey @jpzenker
Hard to say, the problem above always gives an error so the problem should lie elsewhere now. Be sure to check your logs for any hints.
Hey there
I just had the same error, It seems elementor pro changed the namespace of its classes. I did the following to fix this:
Open wp-content/plugins/ele-custom-skin/theme-builder/conditions/loop.php
On line 5 it says: “use ElementorPro\Core\Utils;”
Change this to:
use “ElementorPro\Classes\Utils;”
Hopefully this is fixed in the next update of this plugin.