WordPress plugin popup window

July 26, 2011 | Posted by: admin | Plugin, Wordpress | 2 Comments

Scrolling down popup plugin create the popup window with drop in scrolling effect. With this plugin we can confirm that particular content on your page gets attention to user.  To display important announcement, an advertisement, or a promotional offer we can use this plugin.

Features of this plugin

  • Simple popup plugin.
  • Easy customization.
  • Scrollable popup effect.
  • Session option to display popup once per session.

Click here to see the plugin demo. Check out the  similar popup window plugins WordPress popup, Cool fade popup.

Plugin configuration

Option 1: Do you want to add the popup to particular pages or posts?

Then use the short code option. Copy the popup short code from the admin content management page and add that code into your pages or posts.

Option 2: Do you want to display the popup into all the pages in the website?

1. Copy the given PHP code and paste it in the “header.php” or  “footer.php” or “sidebar.php” file.

PHP code : <?php if (function_exists (Scrolling_Down_Popup)) Scrolling_Down_Popup(); ?>

2. Go to admin popup setting page.

3. Configure the popup display page “Popup display setting :”

  • Update “On Homepage” to “YES” if you want to display the popup on home page.
  • Update “On Posts” to “YES” if you want to display the popup on all posts.
  • Update “On Pages” to “YES” if you want to display the popup on all pages.
  • Update “On Search” to “YES” if you want to display the popup on search pages.
  • Update “On Archives” to “YES” if you want to display the popup on all archives pages.

4. Configure the popup content “Display popup content :”

  • Enter the short code for the particular content to display that same content into all the popup.
  • Enter RANDOM if you want to display the random popup content.

Admin pages

Content management page :
Dashboard → Settings → Scrolling Down Popup → Click Content management button

Popup setting page :
Dashboard → Settings → Scrolling Down Popup → Click Popup setting button

Content management page form details

Popup Window Width:  Enter the width of the popup window, this is mandatory field. (Ex: 300)

Position (Left Space):  Enter the required left side space. (Ex: 500). Click here to see the screens.

Position (Top Space): Enter the required top space. (Ex: 200). Click here to see the screens.

Scrolling Speed: Enter the scrolling speed. (Ex: 15)

Popup Window Border: Enter the popup window border as per example. (Ex: 2px solid #666)

Popup Window Close Button Position: Enter the close button position. (Ex: left-top/right-top/left-bottom/right-bottom)

Popup Window Background Color: Enter the background color of the popup window as per example. (Ex: #FFFFFF)

Popup Window Font: Enter the popup window font style as per example. (Ex: Verdana, Geneva, sans-serif)

Comments (2)

 

  1. garrett says:

    Sounds cool, but I don’t see the popup?

Leave a Reply