Scroll popup wordpress plugin video tutorial

This Scroll popup html content ads WordPress plugin allows you to build and show a scrolling pop up using HTML div. You can locate the scrolling pop up in a corner of a web page and choose the scrolling direction (i.e., left-to-right or top-down). and we have separate content management page to manage the popup content. using this plugin we can show our ads and special information to the user. this is the unblock-able popup and tested on IE and Mozilla.

[GOPIPLUS-ADS=AD1]

Plugin configure

1. To load the popup into particular page, use the page short code.

2. To load the popup into all pages in the website, use the given PHP code. copy the php code and paste it in the footer.php file. watch video for more info.

Plugin short code

[SPHCA-POPUP:0]

PHP code

<?php if (function_exists (sphca)) sphca(0); ?>

[GOPIPLUS-ADS=AD2]

Download location

http://www.gopiplus.com/work/wordpress-plugin-download/

Frequently asked questions

Q. Can not see the close button in the popup window?

Open “scroll-popup-html-content-ads.js” the javascript file and check the close button link. It should look like : http://www.your-domain-name.com/wp-content/plugins/scroll-popup-html-content-ads/close.gif

Q. Can make this pop-up only for the first visit ?

Yes, Option available in the popup setting page.

Q. How to enable popup on all the pages?

Activate the plugin, and add the PHP code in the footer.php(This file available in the theme folder) file.

Q. How to add the popup only on one page?

[SPHCA-POPUP:0] Add this short code into the page.

Q. I cant find the solution for my problem?

Please visit plugin video demo. and feel free to post your comments and doubts.

Q. How to change the popup window border-color/background color?

Need little bit CSS knowledge to do this. open the file “scroll-popup-html-content-ads.css” in your plugin folder location and update the color code and other CSS changes.