The purpose of this plugin is to allow users to create one or more dialog pop-up window that will appear when user visits their site.
This plugin can be used to invite people to register to newsletter, respond to survey, or welcome come to site upon their first visit...
There are typically two main reasons why Modal Dialog does not show up correctly on web pages 1- You have another plugin installed.
If you see some versions of jQuery that get loaded from plugin directories, then this is most likely the source of the problem as they would conflict with jQuery 1.3.2 that is delivered with WordPress. 2- The other thing to check is to see if your theme has the wp head and wp footer functions in the header.
Call jQuery function, setting the cookie-name to match the name entered in Modal Dialog settings, the cookievalue and the duration to any duration that you deem acceptable..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Add ability to add PHP condition string to specify pages where dialog will appear. 3.4.1.
Added new option to allow admin to give access to other user levels to Modal Dialog configuration dialog. 3.0.8.
Added call to reset query mechanism so that Modal Dialog writes code to page footer. 1.1.8.
Added parameters to API calls to allow user to call on specific page templates. 1.1.1.
Read more