Hmmm, interesting. It looks like all the parts display fine and like expected if activated individually per site, but it’s not loading if network activated.
Will be looking into that one. Hopefully the workaround above works well enough for your needs.
Found that some of our logic is preventing things from loading, due to null values in the $pagenow global. This is only null when network activated. Will try to find a solution for a future version.
NICE! Activating per site worked for me. Thanks for the quick reply!
I came across a strange instance of this. Developing on localhost (http://local.dev) on WAMP with a multisite install, activated the plugin per site. It still brought up only the title option and then errored out on any post edit/settings page with this:
PHP Fatal error: Uncaught exception 'GuzzleHttp\Ring\Exception\RingException' with message 'cURL error 60: SSL certificate problem: self signed certificate in certificate chain' in C:\wamp\www\wordpress\wp-content\plugins\constant-contact-forms\vendor\constantcontact\guzzlehttp\ringphp\src\Client\CurlFactory.php:127
I tried the same install on a live single site install using the same theme/plugins and it worked fine. Neither localhost nor the live site had SSL set up at the time. The single site install, however, did not throw a single error and brought up all of the editor fields. I set up a self-signed cert for localhost (https://local.dev, which makes Chrome have a fit) and it suddenly works fine even with a multisite install.
Just weird…
-
This reply was modified 9 years, 4 months ago by
kinna28.