Title: Plugin doesn&#8217;t work with Elementor
Last modified: April 30, 2019

---

# Plugin doesn’t work with Elementor

 *  Resolved [maria90](https://wordpress.org/support/users/maria90/)
 * (@maria90)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/)
 * Hi,
 * The plugin doesn’t work with Elementor. If the plugin is active I can’t add new
   element in pages.
 * What can I do?
 * Thanks,
    Maria

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * (@pavloborysenko)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/#post-11485328)
 * Hello Maria
 * Try to add this code in functions.php
 * add_action(‘elementor/widgets/widgets_registered’, function($widgets_manager)
   {
   $widgets_manager->unregister_widget_type(‘wp-widget-woof_widget’); });
 *  [cavra](https://wordpress.org/support/users/cavra/)
 * (@cavra)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/#post-11487998)
 * I have problem too.
    That code worked until few days ago. It does not work now.
 * What next?
 *  [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * (@pavloborysenko)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/#post-11492604)
 * Hello
 * Please contact to elementor support. ask how to exclude a search widget
 * If no luck – write on envato support – [https://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support](https://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support)
 *  [alvaritomejia13](https://wordpress.org/support/users/alvaritomejia13/)
 * (@alvaritomejia13)
 * [7 years ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/#post-11535869)
 * Try to add this code in functions.php
 * add_action(‘elementor/widgets/widgets_registered’, function($widgets_manager)
   {
   $widgets_manager->unregister_widget_type(‘wp-widget-woof_widget’); });
 * This the solution
 *  [renzosalvador](https://wordpress.org/support/users/renzosalvador/)
 * (@renzosalvador)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/#post-11648589)
 * thanks the code provided worked nicely.
 *  [SLV](https://wordpress.org/support/users/dwnl/)
 * (@dwnl)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/#post-11709361)
 * If I use that code I get a lot of errors:
 * Uncaught TypeError: Cannot set property ‘controls’ of undefined
    at Object.<anonymous
   > (editor.min.js:2) at Function.each (load-scripts.php?c=0&load[]=underscore,
   shortcode,utils,jquery-core,jquery-migrate,backbone,wp-util,wp-backbone,media-
   models,moxiejs,plupload,wp-plupload,jqu&load[]=ery-ui-core,jquery-ui-widget,jquery-
   ui-mouse,jquery-ui-sortable&ver=5.2.2:5) at Object.success (editor.min.js:2) 
   at i (load-scripts.php?c=0&load[]=underscore,shortcode,utils,jquery-core,jquery-
   migrate,backbone,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload,
   jqu&load[]=ery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable&ver
   =5.2.2:5) at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[]=underscore,
   shortcode,utils,jquery-core,jquery-migrate,backbone,wp-util,wp-backbone,media-
   models,moxiejs,plupload,wp-plupload,jqu&load[]=ery-ui-core,jquery-ui-widget,jquery-
   ui-mouse,jquery-ui-sortable&ver=5.2.2:5) at Object.e.<computed> [as resolve] (
   load-scripts.php?c=0&load[]=underscore,shortcode,utils,jquery-core,jquery-migrate,
   backbone,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload,jqu&load[]
   =ery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable&ver=5.2.2:5)
   at common.min.js:2 at Array.forEach (<anonymous>) at success (common.min.js:2)
   at Object.i.success (common.min.js:2)
 * Warning: Use of undefined constant �elementor – assumed ‘�elementor’ (this will
   throw an Error in a future version of PHP) in /public_html/wp-content/themes/
   electro-child/functions.php on line 146
 * Warning: Use of undefined constant widgets – assumed ‘widgets’ (this will throw
   an Error in a future version of PHP) in /public_html/wp-content/themes/electro-
   child/functions.php on line 146
 * Warning: A non-numeric value encountered in /public_html/wp-content/themes/electro-
   child/functions.php on line 146
 * Warning: A non-numeric value encountered in /public_html/wp-content/themes/electro-
   child/functions.php on line 146
 * Warning: Division by zero in /public_html/wp-content/themes/electro-child/functions.
   php on line 146
 * Warning: Use of undefined constant widgets_registered� – assumed ‘widgets_registered
   �’ (this will throw an Error in a future version of PHP) in /public_html/wp-content/
   themes/electro-child/functions.php on line 146
 * Warning: A non-numeric value encountered in /public_html/wp-content/themes/electro-
   child/functions.php on line 146
 * Warning: Division by zero in /public_html/wp-content/themes/electro-child/functions.
   php on line 146
 * Do you have antoher solution?
    -  This reply was modified 6 years, 11 months ago by [SLV](https://wordpress.org/support/users/dwnl/).
 *  [centuryperf](https://wordpress.org/support/users/centuryperf/)
 * (@centuryperf)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/#post-11713461)
 * Same problem, and the code snippet does not work. Elementor support states that
   this is a WOOF issue. With WOOF disabled everything works fine.
 *  [Michael Kwan](https://wordpress.org/support/users/michoscopic/)
 * (@michoscopic)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/#post-11860556)
 * SOLVED – It’s because of a copypaste error, where it changes the ‘ symbol to 
   a different one. Simply manually delete and retype the ‘ symbols and it’ll work–
   both Elementor and WOOF Product Filter.
 * Screenshots here if above is unclear: [https://pixl.my/solved-woof-product-filter-conflict-with-elementor/](https://pixl.my/solved-woof-product-filter-conflict-with-elementor/)
 * Cheerio 🙂
 *  [SLV](https://wordpress.org/support/users/dwnl/)
 * (@dwnl)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/#post-11875852)
 * Yes! Thank u!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Plugin doesn’t work with Elementor’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-products-filter/assets/icon-256x256.png?rev=
   2844301)
 * [HUSKY - Products Filter Professional for WooCommerce](https://wordpress.org/plugins/woocommerce-products-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-products-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-products-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-products-filter/reviews/)

 * 9 replies
 * 8 participants
 * Last reply from: [SLV](https://wordpress.org/support/users/dwnl/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-with-elementor/#post-11875852)
 * Status: resolved