Here is the link to the thread with instructions to keep the widget from disappearing:
It states that I need to change the code to "false" - but I am simply not understanding what needs to be changed to "false".
Here is the current code:
if ((isset($_COOKIE[$this->id_base . '-' . $this->number]) && $this->hash_mailing_list_id($this->number) == $_COOKIE[$this->id_base . '-' . $this->number]) || false == $this->ns_mc_plugin->get_mcapi())
Can you post the entire string of code as it should be to keep the widget constant on the site?
Thanks!