Could try briefly deactivating the ‘Twitch TV Embed Suite’ WP plugin just to see if that resolves it?
Support Forum
That seems to have fixed it, I actually had deactivated (and reactivated) it before and it was still broken. This time I emptied the cashe and that seems to have been the issue.
I can now click on the SP admin menu!
I was still logged in and saw you remove it actually!
You should talk to the team who wrote this and explain the problem. Basically they make use (in the Admin) of the jQuery-UI library. The trouble is, instead of correctly loading the version that comes with WordPress they load a third party version which is no good to be used by any other plugin that makes use of the library… like Simple:Press! Sadly, they also load it badly as well as the standard WP version – so you get two conflicting libs.
all they need to do is stop this behaviour and properly ‘enqueue’ the library using the WP API and all will be well.
This codex article explains the problem in more detail:
https://simple-press.com/documentation/codex/faq/troubleshooting/what-is-this-jquery-conflict/
Haha ok, I’m just glad its fixed, I’ll probably look for another plugin to embed streams as it seems the person who developed that has not been active in replying to anyone about it for a while. I’ll pass the information on anyway though.
Thanks for the help!