Skip to content

Tag: widget

How to add extra sidebar to a WordPress theme?

To begin the tutorial, extract your theme into a folder and open it to see all the files. If your theme has only one sidebar, then most probably you will NOT find a file called functions.php in your theme folder. In that case you will have to create this file yourself. Just open notepad or any other code editor to start a new file. Put this code into that file:

Why MailChimp widget disappears from my site when I sign up?

To resolve this issue go to:

yoursite.com/wp-content/plugins/mailchimp-widget/lib/ns_widget_mailchimp.class.php

onb line 249 there is:

$this->hash_mailing_list_id($this->number) == $_COOKIE[$this->id_base . '-' . $this->number] || false == $this->ns_mc_plugin->get_mcapi()

Just delete this and write in the brackets false.

This should resolve the issue and load the widget every time.