{"id":1620,"date":"2011-07-23T02:57:32","date_gmt":"2011-07-23T02:57:32","guid":{"rendered":"http:\/\/www.gopiplus.com\/work\/?p=1620"},"modified":"2021-09-04T13:39:11","modified_gmt":"2021-09-04T13:39:11","slug":"scrolling-down-popup-wordpress-plugin","status":"publish","type":"post","link":"http:\/\/www.gopiplus.com\/work\/2011\/07\/23\/scrolling-down-popup-wordpress-plugin\/","title":{"rendered":"Scrolling down popup WordPress plugin"},"content":{"rendered":"\n<p><strong>Scrolling down popup<\/strong> plugin creates the popup window with a drop-in scrolling effect. With this plugin we can confirm that particular content on your page gets the attention of your users. We can use this plugin to display important announcement, an advertisement, or promotional offers.<\/p>\n\n\n<div class=\"ads-row\">\n\t<div class=\"ads-column1\">\n\t\t<script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\n\t\t<!-- Large Rectancle Center page -->\n\t\t<ins class=\"adsbygoogle\"\n\t\t\t style=\"display:inline-block;width:336px;height:280px\"\n\t\t\t data-ad-client=\"ca-pub-6676019656533652\"\n\t\t\t data-ad-slot=\"0362029595\"><\/ins>\n\t\t<script>\n\t\t(adsbygoogle = window.adsbygoogle || []).push({});\n\t\t<\/script>\n\t<\/div>\n\t<div class=\"ads-column2\">\n\t\t<script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\n\t\t<!-- gopiplus.org Main -->\n\t\t<ins class=\"adsbygoogle\"\n\t\t\t style=\"display:inline-block;width:336px;height:280px\"\n\t\t\t data-ad-client=\"ca-pub-6676019656533652\"\n\t\t\t data-ad-slot=\"7521653079\"><\/ins>\n\t\t<script>\n\t\t(adsbygoogle = window.adsbygoogle || []).push({});\n\t\t<\/script>\n\t<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Features of this plugin<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Simple popup plugin.<\/li><li>Easy customization.<\/li><li>Scrollable popup effect.<\/li><li>Session option to display popup once per session.<\/li><\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><a href=\"http:\/\/www.gopiplus.com\/work\/2011\/07\/23\/scrolling-down-popup-wordpress-plugin\/\">Click here<\/a> to refresh the page to see the popup window again. Check out the&nbsp; similar popup window plugins <a href=\"http:\/\/www.gopiplus.com\/work\/2011\/01\/14\/wordpress-popup\/\">WordPress popup<\/a>, <a href=\"http:\/\/www.gopiplus.com\/work\/2011\/01\/08\/cool-fade-popup\/\">Cool fade popup<\/a>.<\/p><\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Installation instruction<\/h2>\n\n\n\n<p><strong>Method 1<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Download the plugin scrolling-down-popup-plugin.zip from the <a href=\"http:\/\/www.gopiplus.com\/work\/wordpress-plugin-download\/\">download<\/a> location.<\/li><li>Unpack the *.zip file and extract the \/scrolling-down-popup-plugin\/ folder.<\/li><li>Drop the scrolling-down-popup-plugin folder into your &#8216;wp-content\/plugins&#8217; folder.<\/li><li>In WordPress administration panels, click on plugin from the menu.<\/li><li>You should see your new scrolling down popup plugin plugin listed.<\/li><li>To turn the WordPress plugin on, click activate.<\/li><\/ul>\n\n\n\n<p><strong>Method 2<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Go to &#8216;Add New&#8217; menu under &#8216;Plugins&#8217; tab in your word-press admin.<\/li><li>Search <strong>scrolling down popup<\/strong> plugin using search option.<\/li><li>Find the plugin and click &#8216;Install Now&#8217; link.<\/li><li>Finally click activate plugin link to activate the plugin.<\/li><\/ul>\n\n\n\n<p><strong>Method 3<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Download the plugin scrolling-down-popup-plugin.zip from <a href=\"http:\/\/www.gopiplus.com\/work\/wordpress-plugin-download\/\">download<\/a> location.<\/li><li>Go to &#8216;Add New&#8217; menu under &#8216;Plugins&#8217; tab in your WordPress admin.<\/li><li>Select upload plugin button.<\/li><li>Upload the available scrolling-down-popup-plugin.zip file and click install now.<\/li><li>Finally click activate plugin link to activate the plugin.<\/li><\/ul>\n\n\n<div class=\"ads-row\">\n\t<div class=\"ads-column0\">\n\t<script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\n\t<!-- Above Comment -->\n\t<ins class=\"adsbygoogle\"\n\t\t style=\"display:inline-block;width:336px;height:280px\"\n\t\t data-ad-client=\"ca-pub-6676019656533652\"\n\t\t data-ad-slot=\"2359628415\"><\/ins>\n\t<script>\n\t(adsbygoogle = window.adsbygoogle || []).push({});\n\t<\/script>\n\t<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Plugin configuration<\/h2>\n\n\n\n<p><strong>Option 1: Do you want to add the popup to particular pages or posts?<\/strong><\/p>\n\n\n\n<p>Use the shortcode option. Copy the popup shortcode from the admin content management page and add that code into your pages or posts.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;scroll-down-popup id=\"1\"]<\/code><\/pre>\n\n\n\n<p><strong>Option 2: Do you want to display the popup on<\/strong> all the pages on<strong> the website?<\/strong><\/p>\n\n\n\n<p>1. Copy the given PHP code and paste it in the &#8220;header.php&#8221; or\u00a0 &#8220;footer.php&#8221; or &#8220;sidebar.php&#8221; file.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php echo do_shortcode( '&#091;scroll-down-popup id=\"1\"]' ); ?><\/code><\/pre>\n\n\n\n<p>2. Go to the admin popup setting page.<\/p>\n\n\n\n<p>3. Configure the popup display page &#8220;Popup display setting:&#8221;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Update \u201cOn Homepage\u201d to \u201cYES\u201d if you want to display the popup on home page.<\/li><li>Update \u201cOn Posts\u201d to \u201cYES\u201d if you want to display the popup on all posts.<\/li><li>Update \u201cOn Pages\u201d to \u201cYES\u201d if you want to display the popup on all pages.<\/li><li>Update \u201cOn Search\u201d to \u201cYES\u201d if you want to display the popup on search pages.<\/li><li>Update \u201cOn Archives\u201d to \u201cYES\u201d if you want to display the popup on all archives pages.<\/li><\/ul>\n\n\n\n<p>4. Configure the popup content &#8220;Display popup content:&#8221; (For version 1.0 to 5.0 )<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Enter the short code for the particular content to display that same content into all the popup.<\/li><li>Enter RANDOM if you want to display the random popup content.<\/li><\/ul>\n\n\n\n<p>4. For version 6.0 onwards<\/p>\n\n\n\n<p>We have the option to pass the popup id within the method.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php echo do_shortcode( '&#091;scroll-down-popup id=\"1\"]' ); ?><\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Plugin short code<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>&#091;scroll-down-popup id=\"1\"]<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Admin pages<\/h2>\n\n\n\n<p>In your WordPress administrator section go to <strong>Settings<\/strong> menu and select the <strong>Scrolling down popup<\/strong> menu to configure this plugin.<\/p>\n\n\n\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"http:\/\/www.gopiplus.com\/work\/my-plugin\/adminscreen\/scrolling-down-popup.png\" alt=\"Scrolling down popup WordPress plugin\"><\/figure>\n\n\n\n<p>Content management page :  <\/p>\n\n\n\n<p>Dashboard >> Settings >> Scrolling Down Popup >> Click Content management button<\/p>\n\n\n\n<p>Popup setting page :  <\/p>\n\n\n\n<p>Dashboard >> Settings >> Scrolling Down Popup >> Click Popup setting button<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Content management page form details<\/h2>\n\n\n\n<p>Popup Window Width:&nbsp; Enter the width of the popup window, this is mandatory field. (Ex: 300)<\/p>\n\n\n\n<p>Position (Left Space):&nbsp; Enter the required left side space. (Ex: 500). <a href=\"http:\/\/www.gopiplus.com\/work\/2011\/07\/23\/scrolling-down-popup-wordpress-plugin-video-tutorial\/\">Click here to see the screens.<\/a><\/p>\n\n\n\n<p>Position (Top Space): Enter the required top space. (Ex: 200). <a href=\"http:\/\/www.gopiplus.com\/work\/2011\/07\/23\/scrolling-down-popup-wordpress-plugin-video-tutorial\/\">Click here to see the screens.<\/a><\/p>\n\n\n\n<p>Scrolling Speed: Enter the scrolling speed. (Ex: 15)<\/p>\n\n\n\n<p>Popup Window Border: Enter the popup window border as per the example. (Ex: 2px solid #666)<\/p>\n\n\n\n<p>Popup Window Close Button Position: Enter the close button position. (Ex: left-top\/right-top\/left-bottom\/right-bottom)<\/p>\n\n\n\n<p>Popup Window Background Color: Enter the background color of the popup window as per example. (Ex: #FFFFFF)<\/p>\n\n\n\n<p>Popup Window Font: Enter the popup window font style as per the example. (Ex: Verdana, Geneva, sans-serif)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Video tutorial<\/h2>\n\n\n\n<p><a href=\"http:\/\/www.gopiplus.com\/work\/2011\/07\/23\/scrolling-down-popup-wordpress-plugin-video-tutorial\/\">http:\/\/www.gopiplus.com\/work\/2011\/07\/23\/scrolling-down-popup-wordpress-plugin-video-tutorial\/<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Plugin official page<\/h2>\n\n\n\n<p><a href=\"http:\/\/www.gopiplus.com\/work\/2011\/07\/23\/scrolling-down-popup-wordpress-plugin\/\">http:\/\/www.gopiplus.com\/work\/2011\/07\/23\/scrolling-down-popup-wordpress-plugin\/<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Download location<\/h2>\n\n\n\n<p><a href=\"http:\/\/www.gopiplus.com\/work\/2012\/07\/01\/scrolling-down-popup-wordpress-plugin-download-link\/\">http:\/\/www.gopiplus.com\/work\/2012\/07\/01\/scrolling-down-popup-wordpress-plugin-download-link\/<\/a><\/p>\n\n\n<div class=\"livedemo\">\n\t<style type=\"text\/css\">\n\t#scrolling-down-popup-plugin-top {\n\t\twidth: 520px;\n\t\tposition:absolute;\n\t\tz-index: 100;\n\t\toverflow:hidden;\n\t\tvisibility: hidden;\n\t}\n\t#scrolling-down-popup-plugin {\n\t\twidth: 500px;\n\t\tborder: 1px solid #666;\n\t\tmargin: 0 auto;\n\t\tbackground-color: #FFFFFF;\n\t\tpadding: 4px;\n\t\tposition:absolute;\n\t\tleft: 0;\n\t\ttop: 0;\n\t}\n\t<\/style>\n\t<script type=\"text\/javascript\">\n\t\tvar scrolling_down_popup_plugin_left_space = 300;\n\t\tvar scrolling_down_popup_plugin_top_space = 100;\n\t\tvar scrolling_down_popup_plugin_speed = 15;\n\t\tvar scrolling_down_popup_plugin_cookies = \"showalways\";\n\t<\/script>\n\t<div id=\"scrolling-down-popup-plugin-top\">\n\t\t<div id=\"scrolling-down-popup-plugin\">\n\t\t\t<div style=\"position: absolute; right: 5px; bottom: 5px;\">\n\t\t\t\t<a onclick=\"dismissboxv2();return false\" href=\"#\">\n\t\t\t\t\t<img decoding=\"async\" src=\"http:\/\/www.gopiplus.com\/work\/wp-content\/uploads\/postimages\/close.jpg\" alt=\"\" \/>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t<img decoding=\"async\" style=\"margin: 5px; text-align: left; float: left;\" title=\"Gopi\" src=\"http:\/\/www.gopiplus.com\/work\/wp-content\/uploads\/pluginimages\/img\/gopiplus.com-popup.png\" alt=\"Gopi\" \/>This is the demo for Scrolling down popup plugin. using this plugin you can add this popup window into your wordpress website. this unblockable popup window you can add your ads, special information, offers and announcements. Close this popup and read the article you can easily configure this plugin in your wordpress website. its very simple. please feel free to post you comments and feedback.\n\t\t<\/div>\n\t<\/div>\n\t<script src=\"http:\/\/www.gopiplus.com\/work\/my-plugin\/demo\/scrolling-down-popup-plugin.js\" type=\"text\/javascript\"><\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Scrolling down popup plugin creates the popup window with a drop-in scrolling effect. With this plugin we can confirm that particular content on your page gets the attention of your users. We can use this plugin to display important announcement, an advertisement, or promotional offers. Features of this plugin Simple popup plugin. Easy customization. Scrollable [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[6,112,172,5],"class_list":["post-1620","post","type-post","status-publish","format-standard","hentry","category-word-press-plug-in","tag-plugin","tag-popup","tag-slider","tag-wordpress"],"aioseo_notices":[],"_links":{"self":[{"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/posts\/1620","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/comments?post=1620"}],"version-history":[{"count":0,"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/posts\/1620\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/media?parent=1620"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/categories?post=1620"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.gopiplus.com\/work\/wp-json\/wp\/v2\/tags?post=1620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}