et1337
Forum Replies Created
-
Turns out that the newlines in metabox.php were the wrong format. I fixed them and everything seems to work fine now. Thanks for the help!
I deleted the cs_modifiable and cs_sidebars rows from the wp_options table. No change.
Here’s what WP_DEBUG got me:
Parse error: syntax error, unexpected 'global' (T_GLOBAL) in /home2/unlikem1/public_html/wp-content/plugins/custom-sidebars/views/metabox.php on line 2Looks like the the HTML just gets cut off right in the middle of the sidebar widget on the editor screen.
<div id="customsidebars-mb" class="postbox " > <div class="handlediv" title="Click to toggle"></div><h3 class='hndle'><span>Sidebars</span></h3> <div class="inside"> <!-- EOF -->I have the same issue. WordPress 3.9.2 running twentytwelve and Custom Sidebars 2.0.9.6. Everything works fine as soon as I disable Custom Sidebars.
Problem only occurs on the actual page/post edit screen. All buttons and interactive elements are unresponsive, so it seems to be a JavaScript issue, but no JavaScript or network errors are visible in the Chrome inspector.
Other plugins installed and activated: Akismet and Link Manager.
Screenshot: http://i.imgur.com/QF7pKCF.png