PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

WOOF Premium and Elementor does not work together

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

I first tested the free version of WOOF on my site. Here I used the shortcodes, once for the filter and once for the products shown.

In the free version I was able to edit my page with the Elementor and the shortcodes contained therein without any problems.

Then I bought and installed the premium version.
Now after clicking on Elementor I get a white page with the text"Error thrown
Call to a member function get () on null"is displayed.

I have the hack with the line of code
add_action ('elementor / widgets / widgets_registered', function ($ widgets_manager) {$ widgets_manager-> unregister_widget_type ('wp-widget-woof_widget');});
already tried in function.php. Unfortunately without success.

What else can I do.

I use Google Chrome. In the Console is no Error-Message.

Hello

Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png and  wp-admin access - https://c2n.me/42BAoj4.png

Do you need Admin Account for wp-Admin Area?

Hello

Yes, please.

 

Done

Hello Katrin

Please  add  link to your  site

Done

Hello

Please check  your  access - https://c2n.me/47ZIrtI.png

Checked. is working

Hello

Very strange!

Can  you  drop  me FTP access?  I will investigate it

send

Hello

Please do not forget to click on this button - https://c2n.me/481Npzs.png

sry. done

Hello

Please do  test.

Cool. Seems to be working!!! THX.
Can you tell me, what was the problem, because I want to install the plugin on an other Wordpress/Woocommerce Site.

Hello

In  file - \wp-content\plugins\woocommerce-products-filter\index.php  I sdded  code   - https://c2n.me/482UX7P.png

// elementor compatybility
if (isset($_GET['action']) AND $_GET['action'] == 'elementor') {
$show_loop_filters = false;
}