=== Plugin Name === Contributors: Thijmen1992 Donate link: http://www.thijmenstavenuiter.nl/ Tags: first visit, message, popup, jquery Requires at least: 3.0.0 Tested up to: 3.0.1 Stable tag: 0.1 Shows up a simple but nice message when a visitor visits your weblog for the first time. == Description == This plugin shows a message on your weblog when a visitor visits your site for the first time. They can either click the message away, or push the button 'Do not show this again'. After pushing the button, there will be added an entry to the database which makes sure that the message won't show up anymore to the visitor with that IP-address. Everything is fully configurable via the WordPress backend. == Installation == Installing this plugin is very easy. Just upload the plugin, and activate it. *But*, you have to change a thing in your theme to show up the message. 1. Go to your theme directory (e.g `/wp-content/themes/mytheme`) 1. Open up header.php 1. Simple add `` *straight* under the `` html-tag. To change the title, message and buttons, simple go to the WordPress backend, and go to *First Visit Settings*. You can change aspects of this plugin up there. == Frequently Asked Questions == = My message-box won't shop up! = Did you activate the plugin, and added `` *straight* under the `` html-tag in your header.php of your theme? = The bar shows up, but there is no text in it! = Ah, then you have to setup the text first. Simple go to *First Visit Settings* in the WordPress backend, and set up the variables. == Screenshots == 1. Preview of the popup box. == Changelog == = 1.0 = * Initial Release