Hi, the website hidden link is a multisite network that's built with Toolset. The network uses a child theme of Twenty Seventeen and the plugin Toolset Twenty Seventeen Integration.
In the multisite network there's one domain hidden link that doesn't use Toolset and that has Elementor PRO plugin (it uses alto a different Twenty Seventeen child theme). After WordPress 5.5 upgrade I had problems with Elementor (the editor wasn't loading). I debugged the website and found that there is a compatibility issue with the plugin Toolset Twenty Seventeen Integration. This is the only Toolset plugin activated in this domain: all the other Toolset pluigns are enabled site-by-site, Twenty Seventeen Integration is network-enabled instead.
I added this code to the file functions of the domain info.centrodimedicina.com (this domain uses a dedicated child theme, so any change in its file functions affects just this website):
/*start*/
add_filter('site_option_active_sitewide_plugins', 'modify_sitewide_plugins');
function modify_sitewide_plugins($value) {
global $current_blog;
deactivate_plugins('layouts-twentyseventeen/2017-integration.php');
return $value;
}
/*end*/
This code is used to disable a network-enabled plugin in one website. This fixed the problem in the backend but the frontend started giving a connection error.
At this point I:
1) deleted the new code in functions.php,
2) removed the network-activation of Twenty Seventeen Integration and activated it manually in all the subdomains except info.centrodimedicina.com.
Unfortunately this didn't solved my issues, I still can't work with Elementor editor, it's like the plugin is somehow still active in the subdomain. In fact, if I put again the abovementioned code in the file functions the editor works but the frontend brakes, again.
I need your help to:
Find a way to deactivate Toolset Twenty Seventeen Integration plugin in hidden link
or
Solve compatibility issues with Elementor PRO.
Thanks,
Nicola
P.S.
I can't provide debug info since in the domain hidden link Toolset is (officially) disabled.
I'm giving you login info, please note that this is the published website, by the moment I ask you to use them to look at the backend, please inform me if you want to make any intervention.