HUSKY - Products Filter Professional for WooCommerce

Conflict with elementor page builder

Hi,

We are using your plugin and Elementor plugin on same page. They started to conflict for some reasons. Elementor page builder doesnt open correctly. As soon your plugin disabled, ti loads up nicely without issues. Youw and Elementor pluign ofr us are crucial, and they worked ok till some moment…

 

We fixed the issue by excluding the WOOF widget from Elementor with this hook:

add_action('elementor/widgets/widgets_registered', function($widgets_manager)
{

    $widgets_manager->unregister_widget_type('wp-widget-woof_widget');

});

 


Troubles? Ask for Support!