Great Countdown widget here – http://www.onlinecountdowns.com/countdown-widgets/create?wstyle=7
Welcome to our blog! Here you can find stuff about web development, software engineering, WordPress & about our projects and interests.
Welcome to our blog! Here you can find stuff about web development, software engineering, WordPress & about our projects and interests.
Great Countdown widget here – http://www.onlinecountdowns.com/countdown-widgets/create?wstyle=7
One plugin which I found: http://wordpress.org/extend/plugins/widget-context/
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:
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.