Popup Builder – Responsive WordPress Pop up - Version 2.1.6

Version Description

Download this release

Release Info

Developer Sygnoos
Plugin Icon 128x128 Popup Builder – Responsive WordPress Pop up
Version 2.1.6
Comparing to
See all releases

Code changes from version 2.1.5 to 2.1.6

javascript/jquery.sgcolorbox-min.js CHANGED
@@ -373,7 +373,7 @@
373
 
374
  $groupControls.add($title).hide();
375
 
376
- $box.focus();
377
 
378
  if (settings.get('trapFocus')) {
379
  if (document.addEventListener) {
373
 
374
  $groupControls.add($title).hide();
375
 
376
+ //$box.focus();
377
 
378
  if (settings.get('trapFocus')) {
379
  if (document.addEventListener) {
popup-builder.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Popup Builder
4
  * Plugin URI: http://sygnoos.com
5
  * Description: The most complete popup plugin. Html, image, iframe, shortcode, video and many other popup types. Manage popup dimensions, effects, themes and more.
6
- * Version: 2.1.5
7
  * Author: Sygnoos
8
  * Author URI: http://www.sygnoos.com
9
  * License: GPLv2
@@ -18,7 +18,7 @@ define('SG_APP_POPUP_FILES', SG_APP_POPUP_PATH . '/files');
18
  define('SG_APP_POPUP_CLASSES', SG_APP_POPUP_PATH . '/classes');
19
  define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
20
  define('SG_APP_POPUP_TABLE_LIMIT', 15);
21
- define('SG_POPUP_VERSION', 2.15);
22
  define('SG_POPUP_PRO', 0);
23
  define('SG_POPUP_PRO_URL', 'http://sygnoos.com/wordpress-popup/');
24
 
3
  * Plugin Name: Popup Builder
4
  * Plugin URI: http://sygnoos.com
5
  * Description: The most complete popup plugin. Html, image, iframe, shortcode, video and many other popup types. Manage popup dimensions, effects, themes and more.
6
+ * Version: 2.1.6
7
  * Author: Sygnoos
8
  * Author URI: http://www.sygnoos.com
9
  * License: GPLv2
18
  define('SG_APP_POPUP_CLASSES', SG_APP_POPUP_PATH . '/classes');
19
  define('SG_APP_POPUP_JS', SG_APP_POPUP_PATH . '/javascript');
20
  define('SG_APP_POPUP_TABLE_LIMIT', 15);
21
+ define('SG_POPUP_VERSION', 2.16);
22
  define('SG_POPUP_PRO', 0);
23
  define('SG_POPUP_PRO_URL', 'http://sygnoos.com/wordpress-popup/');
24
 
readme.txt CHANGED
@@ -3,9 +3,9 @@ Plugin Name: Popup Builder
3
  Contributors: Popup By Sygnoos
4
  Author: Sygnoos
5
  Donate link: http://sygnoos.com/wordpress-popup/
6
- Tags: popup,popup promote,promotional popup,popup ads, popup advertising, popup box, popup form, popup message, popup window, popups, wordpress popup, simple popup, modal window, responsive popup, fancybox, fancy popup, lightbox, automatic popup, custom popup,popup message, youtube popup, video popup, iframe popup, vimeo popup, popup contact form, dialog box, fancy box popup, wordpress popup plugin, targetting popup, popup builder, wordpress popup builder, html popup, onclick popup, shortcode popup, colorbox popup, social popup, age restriction popup, countdown popup, facebook popup, facebook like popup, age restriction, subsription popup, contact popup, marketing popup, fancy popup, vimeo popup, video popup
7
  Requires at least: 3.8
8
- Tested up to: 4.4.1
9
  Stable tag: trunk
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -47,30 +47,43 @@ With popup builder plugin you can insert any type of content, right into your Po
47
  **Popup Builder - PRO features:**
48
 
49
  * Iframe popup - you can set the URL you want to load within an iframe and the popup will load that iframe
 
50
  * Video popup - embed YouTube and Vimeo videos inside your popup.
 
51
  * Social popup - this is a great type of a popup if you need to share/like your site. In social popup we have added all popular social networks like Facebook, Linkedin, Twitter, Google Plus etc.
 
52
  * Age restriction popup - sometimes the site content may not be appropriate for all audiences. In these cases, users may not be able to view the content until they pass age confirmation popup.
 
53
  * Create countdown popup - your site is under construction and you are planing to open it in some amount of time, in this case countdown popup exactly for you.
54
 
55
  * Exit Intent popup - catch your users attention when they decides to leave your site without doing any of the things you want them to do. Exit Intent popup can briefly interrupt them with a popup message, steering them towards a singular call to action.
 
56
  * Subsription popup - this kind of popup provides the easiest way to create an efficient connection between users and your website through subscription popup. With this simple popup solution you can quickly collect subscribers in a very pleasant and elegant way.
 
57
  * Create contact form popup - contact popup will allows your clients to write you a message right from the popup.
 
58
  * Show popup only when user is scrolling - sometimes you don't want to show the popup right away, it's a good idea to set this option so the popup will be shown to the visitor only when he scrolls.
 
59
  * Show popup once per visitor - useful when you don't want to show the popup to the same visitor more than once.
 
60
  * Don't show popup on mobile devices - after activating this option, popup won't be shown in mobile devices.
 
61
  * Show popup only on mobile devices - after activating this option, popup will be shown only on mobile devices.
 
62
  * Disable popup closing - after activating this option, user won't be able to close the popup in any possible way.
 
63
  * Auto close popup after X seconds - useful when activated together with the previous option, you can disable manual popup closing but close it after certain time.
64
 
 
 
 
65
  <a href="http://sygnoos.com/wordpress-popup/" target="_blank">Get Popup Builder PRO package</a>
66
  <div>
67
  Customizing the look and feel of the popup is as important as the content itself. That's why Popup Builder gives you the ability tu customize the timings, effects, position and size of the popup to your needs.
68
  </div>
69
 
70
 
71
- Popup Builder team constantly works on upgrades and improvements. With our upcoming updates we are planning to add more types of popups. Currently we are working on
72
-
73
- > + Targetting popup - This popup allows you to show popup depending user location. This kind of popup is useful if your product or service is created for a specifig region.
74
 
75
  Thank you for using our popup plugin.
76
 
@@ -113,11 +126,14 @@ Go to the Popup Builder settings and set your desired options.
113
 
114
  == Changelog ==
115
 
 
 
 
116
  = Version 2.1.5 =
117
  * Compatible with Black Studio TinyMCE
118
 
119
  = Version 2.1.4 =
120
- * Short code popup added
121
  * Bug fixed.
122
 
123
  = Version 2.1.3 =
@@ -257,7 +273,7 @@ There are several options' sections available where you can configure the popup
257
 
258
  You are writing about an awesome topic and want your ideas to stand out in the crowd? Well, you can easily do it by making use of an image popup thus adding a topic image to the plot.
259
  The installed image popup allows to determine the image dimensions, which, in its turn, are resized/repositioned automatically when the window is being resized. This popup provides options for choosing the image frame theme and effects that vary in the duration of the popup animation as well. There is also the possibility to specify how long the ready-made popup appearance should be delayed after loading the page (in sec).
260
- With the help of both basic and advanced options, you are able to freely regulate the dismissal, display, colour and location of the image popup. It can appear at the top right/left corner, at the bottom or in the centre. You can choose to show the popup whenever the user scrolls the page or ensure its permanent occurrence by disabling popup closing in any possible way. On the other hand, the popup can be chosen to close automatically, be dismissed when the user clicks inside or beyond of the popup area. Also, it's up to you to decide on your popup accessibility on different devices ( PC, mobile, etc.).
261
 
262
 
263
  = ShortCode Popup =
@@ -291,6 +307,10 @@ Having added this popup, you will be provided with a variety of office and gener
291
  But before making the sharing option available you can configure the labels according to the theme and font size you want. It is also possible to make visible or hide the number of shares you have had so far. Finally, you are able to share your material with all the social media given or only the ones you prefer.
292
  The dismissal, display, colour and location of the social popup can be easily regulated as well by making use of both basic and advanced options. The popup may appear at the top right/left corner, at the bottom or in the centre. You can choose to show the popup whenever the user scrolls the page or disable popup closing thus ensuring its permanent occurrence. Meanwhile, the popup can be arranged to close automatically, be dismissed when the user clicks inside or beyond the popup area. Also, you have the possibility to decide on your popup accessibility on different devices ( PC, mobile, etc.).
293
 
 
 
 
 
294
  More popup descriptions coming soon.
295
 
296
  Popup Builder Team.
3
  Contributors: Popup By Sygnoos
4
  Author: Sygnoos
5
  Donate link: http://sygnoos.com/wordpress-popup/
6
+ Tags: popup,popup promote,promotional popup,popup ads, popup advertising, popup box, popup form, popup message, popup window, popups, wordpress popup, simple popup, modal window, responsive popup, fancybox, fancy popup, lightbox, automatic popup, custom popup,popup message, youtube popup, video popup, iframe popup, vimeo popup, popup contact form, dialog box, fancy box popup, wordpress popup plugin, targetting popup, popup builder, wordpress popup builder, html popup, onclick popup, shortcode popup, colorbox popup, social popup, age restriction popup, countdown popup, facebook popup, facebook like popup, age restriction, subsription popup, contact popup, marketing popup, fancy popup, vimeo popup, video popup, exit popup, targeting popup
7
  Requires at least: 3.8
8
+ Tested up to: 4.4.2
9
  Stable tag: trunk
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
47
  **Popup Builder - PRO features:**
48
 
49
  * Iframe popup - you can set the URL you want to load within an iframe and the popup will load that iframe
50
+
51
  * Video popup - embed YouTube and Vimeo videos inside your popup.
52
+
53
  * Social popup - this is a great type of a popup if you need to share/like your site. In social popup we have added all popular social networks like Facebook, Linkedin, Twitter, Google Plus etc.
54
+
55
  * Age restriction popup - sometimes the site content may not be appropriate for all audiences. In these cases, users may not be able to view the content until they pass age confirmation popup.
56
+
57
  * Create countdown popup - your site is under construction and you are planing to open it in some amount of time, in this case countdown popup exactly for you.
58
 
59
  * Exit Intent popup - catch your users attention when they decides to leave your site without doing any of the things you want them to do. Exit Intent popup can briefly interrupt them with a popup message, steering them towards a singular call to action.
60
+
61
  * Subsription popup - this kind of popup provides the easiest way to create an efficient connection between users and your website through subscription popup. With this simple popup solution you can quickly collect subscribers in a very pleasant and elegant way.
62
+
63
  * Create contact form popup - contact popup will allows your clients to write you a message right from the popup.
64
+
65
  * Show popup only when user is scrolling - sometimes you don't want to show the popup right away, it's a good idea to set this option so the popup will be shown to the visitor only when he scrolls.
66
+
67
  * Show popup once per visitor - useful when you don't want to show the popup to the same visitor more than once.
68
+
69
  * Don't show popup on mobile devices - after activating this option, popup won't be shown in mobile devices.
70
+
71
  * Show popup only on mobile devices - after activating this option, popup will be shown only on mobile devices.
72
+
73
  * Disable popup closing - after activating this option, user won't be able to close the popup in any possible way.
74
+
75
  * Auto close popup after X seconds - useful when activated together with the previous option, you can disable manual popup closing but close it after certain time.
76
 
77
+ * Targetting popup - This popup allows you to show popup depending user location. This kind of popup is useful if your product or service is created for a specifig region.
78
+
79
+
80
  <a href="http://sygnoos.com/wordpress-popup/" target="_blank">Get Popup Builder PRO package</a>
81
  <div>
82
  Customizing the look and feel of the popup is as important as the content itself. That's why Popup Builder gives you the ability tu customize the timings, effects, position and size of the popup to your needs.
83
  </div>
84
 
85
 
86
+ Popup Builder team constantly works on upgrades and improvements. With our upcoming updates we are planning to add more types of popups.
 
 
87
 
88
  Thank you for using our popup plugin.
89
 
126
 
127
  == Changelog ==
128
 
129
+ = Version 2.1.6 =
130
+ * Page scrolling issue fixed
131
+
132
  = Version 2.1.5 =
133
  * Compatible with Black Studio TinyMCE
134
 
135
  = Version 2.1.4 =
136
+ * Short code popup added.
137
  * Bug fixed.
138
 
139
  = Version 2.1.3 =
273
 
274
  You are writing about an awesome topic and want your ideas to stand out in the crowd? Well, you can easily do it by making use of an image popup thus adding a topic image to the plot.
275
  The installed image popup allows to determine the image dimensions, which, in its turn, are resized/repositioned automatically when the window is being resized. This popup provides options for choosing the image frame theme and effects that vary in the duration of the popup animation as well. There is also the possibility to specify how long the ready-made popup appearance should be delayed after loading the page (in sec).
276
+ With the help of both basic and advanced options, you are able to freely regulate the dismissal, display, colour and location of the image popup. It can appear at the top right/left corner, at the bottom or in the centre. You can choose to show the popup whenever the user scrolls the page or ensure its permanent occurrence by disabling popup closing in any possible way. On the other hand, the popup can be chosen to close automatically, be dismissed when the user clicks inside or beyond of the popup area. Also, it's up to you to decide on your popup accessibility on different devices (PC, mobile, etc.).
277
 
278
 
279
  = ShortCode Popup =
307
  But before making the sharing option available you can configure the labels according to the theme and font size you want. It is also possible to make visible or hide the number of shares you have had so far. Finally, you are able to share your material with all the social media given or only the ones you prefer.
308
  The dismissal, display, colour and location of the social popup can be easily regulated as well by making use of both basic and advanced options. The popup may appear at the top right/left corner, at the bottom or in the centre. You can choose to show the popup whenever the user scrolls the page or disable popup closing thus ensuring its permanent occurrence. Meanwhile, the popup can be arranged to close automatically, be dismissed when the user clicks inside or beyond the popup area. Also, you have the possibility to decide on your popup accessibility on different devices ( PC, mobile, etc.).
309
 
310
+ = Exit-Intent Popup =
311
+
312
+ The exit-intent popup technologies we offer can detect when your visitors are about to push the back button, close their browser, or navigate away and they can appear as a popup addressed to them. These popups are "overlay popups", and cannot be blocked by popup blockers. Also, they are the most customer-friendly approach to communicate a special message to your visitors, as they don’t interrupt your visitors while browsing or scanning your site. Thus, you will be able to easily draw their attention to sales, special offers and contests. If you decide to make use of targeted audience, you'd better consider those of a particular social network you get a lot of traffic from. Another thing you will be able to do is to grab email addresses by offering an incentive to subscribe.
313
+
314
  More popup descriptions coming soon.
315
 
316
  Popup Builder Team.