Hi Lencer,
I see that oxygen editor needs special handling for this.
Meantime, can you please add the code below in plugin editor to hide the WP Socializer in editing page?
Plugin editor –> wp-socializer\core\location-rules.php
Paste below code in lin no. 143
if( isset($_GET['ct_builder']) && $_GET['ct_builder'] == 'true' ){
return 0;
}
Save the file.
Refresh the page when oxygen editor is active and WP Socializer should be hidden.
Thanks,
Aakash