Version Description
Download this release
Release Info
Developer | Sygnoos |
Plugin | Popup Builder – Responsive WordPress Pop up |
Version | 2.1.5 |
Comparing to | |
See all releases |
Code changes from version 2.1.4 to 2.1.5
- files/sg_popup_create.php +0 -0
- files/sg_popup_main.php +0 -0
- files/sg_popup_media_button.php +5 -3
- files/sg_popup_page_selection.php +0 -0
- img/default-image.png +0 -0
- img/down_arrow-2x.gif +0 -0
- img/info.png +0 -0
- img/theme1.jpg +0 -0
- img/theme2.jpg +0 -0
- img/theme3.jpg +0 -0
- img/theme4.jpg +0 -0
- img/theme5.jpg +0 -0
- img/wpspin_light.gif +0 -0
- javascript/sg_popup_backend.js +0 -0
- javascript/sg_popup_frontend.js +0 -0
- javascript/sg_popup_javascript.php +0 -0
- javascript/sg_popup_rangeslider.js +0 -0
- popup-builder.php +2 -2
- readme.txt +21 -7
- style/animate.css +0 -0
- style/sg_popup_rangeslider.css +0 -0
- style/sg_popup_style.css +0 -0
- style/sg_popup_style.php +0 -0
- style/sgcolorbox/colorbox1.css +0 -0
- style/sgcolorbox/colorbox2.css +0 -0
- style/sgcolorbox/colorbox3.css +0 -0
- style/sgcolorbox/colorbox4.css +0 -0
- style/sgcolorbox/colorbox5.css +0 -0
files/sg_popup_create.php
CHANGED
File without changes
|
files/sg_popup_main.php
CHANGED
File without changes
|
files/sg_popup_media_button.php
CHANGED
@@ -10,7 +10,8 @@ function sgPopupMediaButton()
|
|
10 |
'post.php',
|
11 |
'page.php',
|
12 |
'post-new.php',
|
13 |
-
'post-edit.php'
|
|
|
14 |
);
|
15 |
|
16 |
$checkPage = in_array(
|
@@ -35,7 +36,8 @@ function sgPopupMediaButtonThickboxs()
|
|
35 |
'post.php',
|
36 |
'page.php',
|
37 |
'post-new.php',
|
38 |
-
'post-edit.php'
|
|
|
39 |
);
|
40 |
|
41 |
$checkPage = in_array(
|
@@ -86,4 +88,4 @@ function sgPopupMediaButtonThickboxs()
|
|
86 |
<?php endif;
|
87 |
}
|
88 |
|
89 |
-
add_action('admin_footer', 'sgPopupMediaButtonThickboxs');
|
10 |
'post.php',
|
11 |
'page.php',
|
12 |
'post-new.php',
|
13 |
+
'post-edit.php',
|
14 |
+
'widgets.php'
|
15 |
);
|
16 |
|
17 |
$checkPage = in_array(
|
36 |
'post.php',
|
37 |
'page.php',
|
38 |
'post-new.php',
|
39 |
+
'post-edit.php',
|
40 |
+
'widgets.php'
|
41 |
);
|
42 |
|
43 |
$checkPage = in_array(
|
88 |
<?php endif;
|
89 |
}
|
90 |
|
91 |
+
add_action('admin_footer', 'sgPopupMediaButtonThickboxs');
|
files/sg_popup_page_selection.php
CHANGED
File without changes
|
img/default-image.png
CHANGED
File without changes
|
img/down_arrow-2x.gif
CHANGED
File without changes
|
img/info.png
CHANGED
File without changes
|
img/theme1.jpg
CHANGED
File without changes
|
img/theme2.jpg
CHANGED
File without changes
|
img/theme3.jpg
CHANGED
File without changes
|
img/theme4.jpg
CHANGED
File without changes
|
img/theme5.jpg
CHANGED
File without changes
|
img/wpspin_light.gif
CHANGED
File without changes
|
javascript/sg_popup_backend.js
CHANGED
File without changes
|
javascript/sg_popup_frontend.js
CHANGED
File without changes
|
javascript/sg_popup_javascript.php
CHANGED
File without changes
|
javascript/sg_popup_rangeslider.js
CHANGED
File without changes
|
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.
|
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.
|
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.5
|
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.15);
|
22 |
define('SG_POPUP_PRO', 0);
|
23 |
define('SG_POPUP_PRO_URL', 'http://sygnoos.com/wordpress-popup/');
|
24 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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,
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 4.4.1
|
9 |
Stable tag: trunk
|
@@ -37,6 +37,7 @@ With popup builder plugin you can insert any type of content, right into your Po
|
|
37 |
* Customize popup overlay color and opacity - Popup Builder
|
38 |
* Responsive popup - Popup Builder
|
39 |
* Network/Multisite popup - Popup Builder
|
|
|
40 |
* Html popup - Popup Builder
|
41 |
* Image popup - Popup Builder
|
42 |
* Facebook popup - Popup Builder
|
@@ -49,7 +50,8 @@ With popup builder plugin you can insert any type of content, right into your Po
|
|
49 |
* Video popup - embed YouTube and Vimeo videos inside your popup.
|
50 |
* 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.
|
51 |
* 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.
|
52 |
-
* 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.
|
|
|
53 |
* 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.
|
54 |
* 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.
|
55 |
* Create contact form popup - contact popup will allows your clients to write you a message right from the popup.
|
@@ -103,13 +105,17 @@ Go to the Popup Builder settings and set your desired options.
|
|
103 |
4. Advanced options (PRO options) metabox screen
|
104 |
5. Include popup into the page screen
|
105 |
6. Insert shortcode popup screen
|
106 |
-
7.
|
107 |
-
8.
|
108 |
-
9.
|
109 |
-
10.
|
|
|
110 |
|
111 |
== Changelog ==
|
112 |
|
|
|
|
|
|
|
113 |
= Version 2.1.4 =
|
114 |
* Short code popup added
|
115 |
* Bug fixed.
|
@@ -232,9 +238,13 @@ The Free version of Popup Builder gives you anything you need for creating unlim
|
|
232 |
|
233 |
Contact us! Depending on your server configuration something may go wrong, please don't hesitate on contacting us, we are here to help you! Our support email is: wp-popup@sygnoos.com
|
234 |
|
|
|
|
|
|
|
|
|
235 |
== Other Notes ==
|
236 |
|
237 |
-
Current Version of Popup Builder is 2.1.
|
238 |
|
239 |
= HTML Popup =
|
240 |
|
@@ -281,3 +291,7 @@ Having added this popup, you will be provided with a variety of office and gener
|
|
281 |
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.
|
282 |
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.).
|
283 |
|
|
|
|
|
|
|
|
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
|
37 |
* Customize popup overlay color and opacity - Popup Builder
|
38 |
* Responsive popup - Popup Builder
|
39 |
* Network/Multisite popup - Popup Builder
|
40 |
+
* On click popup - Popup Builder
|
41 |
* Html popup - Popup Builder
|
42 |
* Image popup - Popup Builder
|
43 |
* Facebook popup - Popup Builder
|
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.
|
105 |
4. Advanced options (PRO options) metabox screen
|
106 |
5. Include popup into the page screen
|
107 |
6. Insert shortcode popup screen
|
108 |
+
7. Video popup
|
109 |
+
8. Social popup
|
110 |
+
9. Content restriction popup
|
111 |
+
10. Subscription popup
|
112 |
+
11. Image popup
|
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.
|
238 |
|
239 |
Contact us! Depending on your server configuration something may go wrong, please don't hesitate on contacting us, we are here to help you! Our support email is: wp-popup@sygnoos.com
|
240 |
|
241 |
+
**Everything works PERFECT. What do I do?**
|
242 |
+
|
243 |
+
Leave us a good review :)
|
244 |
+
|
245 |
== Other Notes ==
|
246 |
|
247 |
+
Current Version of Popup Builder is 2.1.5
|
248 |
|
249 |
= HTML Popup =
|
250 |
|
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.
|
297 |
+
|
style/animate.css
CHANGED
File without changes
|
style/sg_popup_rangeslider.css
CHANGED
File without changes
|
style/sg_popup_style.css
CHANGED
File without changes
|
style/sg_popup_style.php
CHANGED
File without changes
|
style/sgcolorbox/colorbox1.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox2.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox3.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox4.css
CHANGED
File without changes
|
style/sgcolorbox/colorbox5.css
CHANGED
File without changes
|