Thank you for contacting us and I'd be happy to assist.
I've tested the 'WS Form LITE' plugin on my test website, but couldn't reproduce this issue.
It could be specific to the 'Pro' version or something else that is on your website.
Can you please share temporary admin login details, in reply to this message? I'll also need your permission to download a clone/snapshot of your website, in case it needs to be investigated on a different server.
Note: Your next reply will be private and it is recommended to make a complete backup copy before sharing the access details.
Thank you for sharing these details, but when I try to log in to the admin area, it shows the '502 Bad Gateway' error.
The link for the Duplicator package is also not complete.
Can you please temporarily disable any WordPress admin security that may be blocking the access or share the complete link for the two files in the duplicator package?
During troubleshooting, I was able to confirm that this is the same compatibility issue that was recently discovered. A fix for this will be covered in the next release of the Toolset Access plugin.
For now, you can open the following file in the Access plugin:
/wp-content/plugins/types-access/application/controllers/permissions_post_types.php
At line # 141, it will have:
$tmp_post_type_object->map_meta_cap = true;
You can update this line to:
$tmp_post_type_object->map_meta_cap = false;
This should fix this and the top admin menu bar will include the menu item from WS Form.