• Disqus is breaking my admin while enabled. I cannot drag sidebar widgets, expand menus, and HUDs do not display in the admin. In the console I have this error “Uncaught Syntax error, unrecognized expression: [href=edit-comments.php?page=disqus]”. Does anyone have any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter larryryan0824

    (@larryryan0824)

    Sorry to bump, but this is a big problem. I’ll give some more details. I have narrowed it down to disqus and know it is the plugin for sure. There is two load-scripts.php files that load. One being jquery ui and the other containing jquery 1.5. The jquery 1.5 php is the file that contains the “Uncaught Syntax error, unrecognized expression: [href=edit-comments.php?page=disqus]” error. I have uninstalled disqus and reinstalled it and the problem still persists. Is there anyway I can add some kind of conditional to the disqus plugin to make it so the plugin does not work on the dashboard, like !admin? I can manage the comments from the disqus site so it won’t be that bad, if I could fix this problem that way. If i can’t get this fixed I will just switch to intense debate.

    Thanks

    the problem is just a css selector syntax :

    in disqus.php line 788 :
    find(‘.wp-submenu li:has(a[href=”edit-comments.php?page=disqus”])’)

    i already reported this to the disqus support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Disqus Comment System] Disqus Breaking Admin’ is closed to new replies.