Popup Maker – Popup Forms, Optins & More - Version 1.7.11

Version Description

Download this release

Release Info

Developer danieliser
Plugin Icon 128x128 Popup Maker – Popup Forms, Optins & More
Version 1.7.11
Comparing to
See all releases

Code changes from version 1.7.10 to 1.7.11

classes/Admin/Popups.php CHANGED
@@ -443,7 +443,6 @@ class PUM_Admin_Popups {
443
  'label' => __( 'Auto Adjusted Height', 'popup-maker' ),
444
  'desc' => __( 'Checking this option will set height to fit the content.', 'popup-maker' ),
445
  'type' => 'checkbox',
446
- 'std' => false,
447
  'priority' => 50,
448
  'dependencies' => array(
449
  'size' => 'custom',
@@ -457,7 +456,7 @@ class PUM_Admin_Popups {
457
  'priority' => 60,
458
  'dependencies' => array(
459
  'size' => 'custom',
460
- 'custom_height_auto' => true,
461
  ),
462
  ),
463
  'scrollable_content' => array(
@@ -468,7 +467,7 @@ class PUM_Admin_Popups {
468
  'priority' => 70,
469
  'dependencies' => array(
470
  'size' => 'custom',
471
- 'custom_height_auto' => true,
472
  ),
473
  ),
474
  ),
@@ -540,7 +539,7 @@ class PUM_Admin_Popups {
540
  'center top' => __( 'Top Center', 'popup-maker' ),
541
  'right top' => __( 'Top Right', 'popup-maker' ),
542
  'left center' => __( 'Middle Left', 'popup-maker' ),
543
- 'center ' => __( 'Middle Center', 'popup-maker' ),
544
  'right center' => __( 'Middle Right', 'popup-maker' ),
545
  'left bottom' => __( 'Bottom Left', 'popup-maker' ),
546
  'center bottom' => __( 'Bottom Center', 'popup-maker' ),
443
  'label' => __( 'Auto Adjusted Height', 'popup-maker' ),
444
  'desc' => __( 'Checking this option will set height to fit the content.', 'popup-maker' ),
445
  'type' => 'checkbox',
 
446
  'priority' => 50,
447
  'dependencies' => array(
448
  'size' => 'custom',
456
  'priority' => 60,
457
  'dependencies' => array(
458
  'size' => 'custom',
459
+ 'custom_height_auto' => false,
460
  ),
461
  ),
462
  'scrollable_content' => array(
467
  'priority' => 70,
468
  'dependencies' => array(
469
  'size' => 'custom',
470
+ 'custom_height_auto' => false,
471
  ),
472
  ),
473
  ),
539
  'center top' => __( 'Top Center', 'popup-maker' ),
540
  'right top' => __( 'Top Right', 'popup-maker' ),
541
  'left center' => __( 'Middle Left', 'popup-maker' ),
542
+ 'center' => __( 'Middle Center', 'popup-maker' ),
543
  'right center' => __( 'Middle Right', 'popup-maker' ),
544
  'left bottom' => __( 'Bottom Left', 'popup-maker' ),
545
  'center bottom' => __( 'Bottom Center', 'popup-maker' ),
includes/class-pum.php CHANGED
@@ -7,7 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
7
 
8
  class PUM {
9
 
10
- const VER = '1.7.10';
11
 
12
  const DB_VER = 8;
13
 
7
 
8
  class PUM {
9
 
10
+ const VER = '1.7.11';
11
 
12
  const DB_VER = 8;
13
 
includes/input-options.php CHANGED
@@ -151,7 +151,7 @@ function popmake_core_popup_display_location_options( $options ) {
151
  __( 'Top Center', 'popup-maker' ) => 'center top',
152
  __( 'Top Right', 'popup-maker' ) => 'right top',
153
  __( 'Middle Left', 'popup-maker' ) => 'left center',
154
- __( 'Middle Center', 'popup-maker' ) => 'center ',
155
  __( 'Middle Right', 'popup-maker' ) => 'right center',
156
  __( 'Bottom Left', 'popup-maker' ) => 'left bottom',
157
  __( 'Bottom Center', 'popup-maker' ) => 'center bottom',
151
  __( 'Top Center', 'popup-maker' ) => 'center top',
152
  __( 'Top Right', 'popup-maker' ) => 'right top',
153
  __( 'Middle Left', 'popup-maker' ) => 'left center',
154
+ __( 'Middle Center', 'popup-maker' ) => 'center',
155
  __( 'Middle Right', 'popup-maker' ) => 'right center',
156
  __( 'Bottom Left', 'popup-maker' ) => 'left bottom',
157
  __( 'Bottom Center', 'popup-maker' ) => 'center bottom',
languages/popup-maker.pot CHANGED
@@ -126,7 +126,7 @@ msgstr ""
126
  msgid "Are you sure you want to delete this cookie?"
127
  msgstr ""
128
 
129
- #: classes/Admin/Assets.php:74, classes/Admin/Popups.php:483, classes/Admin/Settings.php:249, classes/Shortcode/Subscribe.php:113, classes/Shortcode/Subscribe.php:124, classes/Shortcode/Subscribe.php:280, includes/input-options.php:26, includes/input-options.php:115
130
  msgid "None"
131
  msgstr ""
132
 
@@ -150,11 +150,11 @@ msgstr ""
150
  msgid "We are sorry but your browser is not compatible with this kind of file upload. Please upgrade your browser."
151
  msgstr ""
152
 
153
- #: classes/Admin/Helpers.php:199, classes/Admin/Popups.php:499, classes/Admin/Popups.php:667, classes/Admin/Popups.php:749, classes/Shortcode/Popup.php:240, includes/class-popmake-fields.php:175, includes/integrations/class-pum-cf7.php:168
154
  msgid "ms"
155
  msgstr ""
156
 
157
- #: classes/Admin/Helpers.php:387, classes/Admin/Popups.php:290, classes/Admin/Popups.php:654, classes/Admin/Templates.php:334, classes/Shortcode/Popup.php:55, classes/Shortcode/Popup.php:77, templates/popup.php:44
158
  msgid "Close"
159
  msgstr ""
160
 
@@ -194,11 +194,11 @@ msgstr ""
194
  msgid "All Themes"
195
  msgstr ""
196
 
197
- #: classes/Admin/Pages.php:144, classes/Admin/Popups.php:989, classes/Conditions.php:110
198
  msgid "Categories"
199
  msgstr ""
200
 
201
- #: classes/Admin/Pages.php:145, classes/Admin/Popups.php:985, classes/Conditions.php:111
202
  msgid "Tags"
203
  msgstr ""
204
 
@@ -398,276 +398,276 @@ msgstr ""
398
  msgid "Checking this option will set height to fit the content."
399
  msgstr ""
400
 
401
- #: classes/Admin/Popups.php:453, classes/Shortcode/Popup.php:153, includes/admin/themes/metabox-close-fields.php:62, includes/class-popmake-popup-theme-fields.php:311
402
  msgid "Height"
403
  msgstr ""
404
 
405
- #: classes/Admin/Popups.php:454
406
  msgid "Set a custom height for the popup."
407
  msgstr ""
408
 
409
- #: classes/Admin/Popups.php:464
410
  msgid "Scrollable Content"
411
  msgstr ""
412
 
413
- #: classes/Admin/Popups.php:465
414
  msgid "Checking this option will add a scroll bar to your content."
415
  msgstr ""
416
 
417
- #: classes/Admin/Popups.php:477, classes/Shortcode/Popup.php:224
418
  msgid "Animation Type"
419
  msgstr ""
420
 
421
- #: classes/Admin/Popups.php:478, classes/Shortcode/Popup.php:225
422
  msgid "Select an animation type for your popup."
423
  msgstr ""
424
 
425
- #: classes/Admin/Popups.php:484, includes/input-options.php:116
426
  msgid "Slide"
427
  msgstr ""
428
 
429
- #: classes/Admin/Popups.php:485, includes/input-options.php:117
430
  msgid "Fade"
431
  msgstr ""
432
 
433
- #: classes/Admin/Popups.php:486, includes/input-options.php:118
434
  msgid "Fade and Slide"
435
  msgstr ""
436
 
437
- #: classes/Admin/Popups.php:487, includes/input-options.php:119
438
  msgid "Grow"
439
  msgstr ""
440
 
441
- #: classes/Admin/Popups.php:488, includes/input-options.php:120
442
  msgid "Grow and Slide"
443
  msgstr ""
444
 
445
- #: classes/Admin/Popups.php:492, classes/Shortcode/Popup.php:232
446
  msgid "Animation Speed"
447
  msgstr ""
448
 
449
- #: classes/Admin/Popups.php:493, classes/Shortcode/Popup.php:233
450
  msgid "Set the animation speed for the popup."
451
  msgstr ""
452
 
453
- #: classes/Admin/Popups.php:506, classes/Shortcode/Popup.php:243
454
  msgid "Animation Origin"
455
  msgstr ""
456
 
457
- #: classes/Admin/Popups.php:507, classes/Shortcode/Popup.php:244
458
  msgid "Choose where the animation will begin."
459
  msgstr ""
460
 
461
- #: classes/Admin/Popups.php:511, classes/Admin/Popups.php:551, classes/Admin/Popups.php:552, classes/Shortcode/Popup.php:176, classes/Shortcode/Popup.php:177, includes/admin/themes/metabox-close-fields.php:103, includes/class-popmake-popup-theme-fields.php:339, includes/input-options.php:129
462
  msgid "Top"
463
  msgstr ""
464
 
465
- #: classes/Admin/Popups.php:512, classes/Admin/Popups.php:579, classes/Admin/Popups.php:580, classes/Shortcode/Popup.php:198, classes/Shortcode/Popup.php:199, classes/Shortcode/Subscribe.php:268, includes/admin/themes/metabox-close-fields.php:112, includes/class-popmake-popup-theme-fields.php:349, includes/input-options.php:85, includes/input-options.php:130
466
  msgid "Left"
467
  msgstr ""
468
 
469
- #: classes/Admin/Popups.php:513, classes/Admin/Popups.php:565, classes/Admin/Popups.php:566, classes/Shortcode/Popup.php:187, classes/Shortcode/Popup.php:188, includes/admin/themes/metabox-close-fields.php:121, includes/class-popmake-popup-theme-fields.php:359, includes/input-options.php:131
470
  msgid "Bottom"
471
  msgstr ""
472
 
473
- #: classes/Admin/Popups.php:514, classes/Admin/Popups.php:593, classes/Admin/Popups.php:594, classes/Shortcode/Popup.php:209, classes/Shortcode/Popup.php:210, classes/Shortcode/Subscribe.php:270, includes/admin/themes/metabox-close-fields.php:130, includes/class-popmake-popup-theme-fields.php:369, includes/input-options.php:87, includes/input-options.php:132
474
  msgid "Right"
475
  msgstr ""
476
 
477
- #: classes/Admin/Popups.php:515, classes/Admin/Popups.php:539, includes/input-options.php:133, includes/input-options.php:150, includes/input-options.php:167
478
  msgid "Top Left"
479
  msgstr ""
480
 
481
- #: classes/Admin/Popups.php:516, classes/Admin/Popups.php:540, includes/input-options.php:134, includes/input-options.php:151
482
  msgid "Top Center"
483
  msgstr ""
484
 
485
- #: classes/Admin/Popups.php:517, classes/Admin/Popups.php:541, includes/input-options.php:135, includes/input-options.php:152, includes/input-options.php:168
486
  msgid "Top Right"
487
  msgstr ""
488
 
489
- #: classes/Admin/Popups.php:518, classes/Admin/Popups.php:542, includes/input-options.php:136, includes/input-options.php:153
490
  msgid "Middle Left"
491
  msgstr ""
492
 
493
- #: classes/Admin/Popups.php:519, classes/Admin/Popups.php:543, includes/input-options.php:137, includes/input-options.php:154
494
  msgid "Middle Center"
495
  msgstr ""
496
 
497
- #: classes/Admin/Popups.php:520, classes/Admin/Popups.php:544, includes/input-options.php:138, includes/input-options.php:155
498
  msgid "Middle Right"
499
  msgstr ""
500
 
501
- #: classes/Admin/Popups.php:521, classes/Admin/Popups.php:545, includes/input-options.php:139, includes/input-options.php:156, includes/input-options.php:169
502
  msgid "Bottom Left"
503
  msgstr ""
504
 
505
- #: classes/Admin/Popups.php:522, classes/Admin/Popups.php:546, includes/input-options.php:140, includes/input-options.php:157
506
  msgid "Bottom Center"
507
  msgstr ""
508
 
509
- #: classes/Admin/Popups.php:523, classes/Admin/Popups.php:547, includes/input-options.php:141, includes/input-options.php:158, includes/input-options.php:170
510
  msgid "Bottom Right"
511
  msgstr ""
512
 
513
- #: classes/Admin/Popups.php:533, classes/Shortcode/Popup.php:168, includes/admin/themes/metabox-close-fields.php:85, includes/class-popmake-popup-theme-fields.php:331
514
  msgid "Location"
515
  msgstr ""
516
 
517
- #: classes/Admin/Popups.php:534, classes/Shortcode/Popup.php:169
518
  msgid "Choose where the popup will be displayed."
519
  msgstr ""
520
 
521
- #: classes/Admin/Popups.php:552, classes/Admin/Popups.php:566, classes/Admin/Popups.php:580, classes/Admin/Popups.php:594, classes/Shortcode/Popup.php:177, classes/Shortcode/Popup.php:188, classes/Shortcode/Popup.php:199, classes/Shortcode/Popup.php:210
522
  msgctxt "Screen Edge: top, bottom"
523
  msgid "Distance from the %s edge of the screen."
524
  msgstr ""
525
 
526
- #: classes/Admin/Popups.php:607
527
  msgid "Position from Trigger"
528
  msgstr ""
529
 
530
- #: classes/Admin/Popups.php:608
531
  msgid "This will position the popup in relation to the %sClick Trigger%s."
532
  msgstr ""
533
 
534
- #: classes/Admin/Popups.php:614
535
  msgid "Fixed Postioning"
536
  msgstr ""
537
 
538
- #: classes/Admin/Popups.php:615
539
  msgid "Checking this sets the positioning of the popup to fixed."
540
  msgstr ""
541
 
542
- #: classes/Admin/Popups.php:622, classes/Shortcode/Popup.php:127
543
  msgid "Disable Overlay"
544
  msgstr ""
545
 
546
- #: classes/Admin/Popups.php:623, classes/Shortcode/Popup.php:128
547
  msgid "Checking this will disable and hide the overlay for this popup."
548
  msgstr ""
549
 
550
- #: classes/Admin/Popups.php:628
551
  msgid "Stackable"
552
  msgstr ""
553
 
554
- #: classes/Admin/Popups.php:629
555
  msgid "This enables other popups to remain open."
556
  msgstr ""
557
 
558
- #: classes/Admin/Popups.php:634
559
  msgid "Disable Repositioning"
560
  msgstr ""
561
 
562
- #: classes/Admin/Popups.php:635
563
  msgid "This will disable automatic repositioning of the popup on window resizing."
564
  msgstr ""
565
 
566
- #: classes/Admin/Popups.php:640
567
  msgid "Popup Z-Index"
568
  msgstr ""
569
 
570
- #: classes/Admin/Popups.php:641
571
  msgid "Change the z-index layer level for the popup."
572
  msgstr ""
573
 
574
- #: classes/Admin/Popups.php:653
575
  msgid "Close Text"
576
  msgstr ""
577
 
578
- #: classes/Admin/Popups.php:655
579
  msgid "Override the default close text."
580
  msgstr ""
581
 
582
- #: classes/Admin/Popups.php:660
583
  msgid "Close Button Delay"
584
  msgstr ""
585
 
586
- #: classes/Admin/Popups.php:661
587
  msgid "This delays the display of the close button."
588
  msgstr ""
589
 
590
- #: classes/Admin/Popups.php:673, classes/Shortcode/Popup.php:255
591
  msgid "Click Overlay to Close"
592
  msgstr ""
593
 
594
- #: classes/Admin/Popups.php:674, classes/Shortcode/Popup.php:256
595
  msgid "Checking this will cause popup to close when user clicks on overlay."
596
  msgstr ""
597
 
598
- #: classes/Admin/Popups.php:679
599
  msgid "Press ESC to Close"
600
  msgstr ""
601
 
602
- #: classes/Admin/Popups.php:680
603
  msgid "Checking this will cause popup to close when user presses ESC key."
604
  msgstr ""
605
 
606
- #: classes/Admin/Popups.php:685
607
  msgid "Press F4 to Close"
608
  msgstr ""
609
 
610
- #: classes/Admin/Popups.php:686
611
  msgid "Checking this will cause popup to close when user presses F4 key."
612
  msgstr ""
613
 
614
- #: classes/Admin/Popups.php:869, classes/Admin/Popups.php:974
615
  msgid "Opens"
616
  msgstr ""
617
 
618
- #: classes/Admin/Popups.php:873, classes/Admin/Popups.php:975
619
  msgid "Conversions"
620
  msgstr ""
621
 
622
- #: classes/Admin/Popups.php:878, classes/Admin/Popups.php:976
623
  msgid "Conversion Rate"
624
  msgstr ""
625
 
626
- #: classes/Admin/Popups.php:886
627
  msgid "Reset Counts"
628
  msgstr ""
629
 
630
- #: classes/Admin/Popups.php:890
631
  msgid "Last Reset"
632
  msgstr ""
633
 
634
- #: classes/Admin/Popups.php:892
635
  msgid "Previous Opens"
636
  msgstr ""
637
 
638
- #: classes/Admin/Popups.php:894
639
  msgid "Previous Conversions"
640
  msgstr ""
641
 
642
- #: classes/Admin/Popups.php:896
643
  msgid "Lifetime Opens"
644
  msgstr ""
645
 
646
- #: classes/Admin/Popups.php:898
647
  msgid "Lifetime Conversions"
648
  msgstr ""
649
 
650
- #: classes/Admin/Popups.php:971, classes/Admin/Templates.php:642, classes/Shortcode/Subscribe.php:171, classes/Shortcode/Subscribe.php:225
651
  msgid "Name"
652
  msgstr ""
653
 
654
- #: classes/Admin/Popups.php:972
655
  msgid "Title"
656
  msgstr ""
657
 
658
- #: classes/Admin/Popups.php:973
659
  msgid "CSS Classes"
660
  msgstr ""
661
 
662
- #: classes/Admin/Popups.php:1048, classes/Admin/Subscribers/Table.php:281
663
  msgid "N/A"
664
  msgstr ""
665
 
666
- #: classes/Admin/Popups.php:1134
667
  msgid "Show all categories"
668
  msgstr ""
669
 
670
- #: classes/Admin/Popups.php:1147
671
  msgid "Show all tags"
672
  msgstr ""
673
 
126
  msgid "Are you sure you want to delete this cookie?"
127
  msgstr ""
128
 
129
+ #: classes/Admin/Assets.php:74, classes/Admin/Popups.php:482, classes/Admin/Settings.php:249, classes/Shortcode/Subscribe.php:113, classes/Shortcode/Subscribe.php:124, classes/Shortcode/Subscribe.php:280, includes/input-options.php:26, includes/input-options.php:115
130
  msgid "None"
131
  msgstr ""
132
 
150
  msgid "We are sorry but your browser is not compatible with this kind of file upload. Please upgrade your browser."
151
  msgstr ""
152
 
153
+ #: classes/Admin/Helpers.php:199, classes/Admin/Popups.php:498, classes/Admin/Popups.php:666, classes/Admin/Popups.php:748, classes/Shortcode/Popup.php:240, includes/class-popmake-fields.php:175, includes/integrations/class-pum-cf7.php:168
154
  msgid "ms"
155
  msgstr ""
156
 
157
+ #: classes/Admin/Helpers.php:387, classes/Admin/Popups.php:290, classes/Admin/Popups.php:653, classes/Admin/Templates.php:334, classes/Shortcode/Popup.php:55, classes/Shortcode/Popup.php:77, templates/popup.php:44
158
  msgid "Close"
159
  msgstr ""
160
 
194
  msgid "All Themes"
195
  msgstr ""
196
 
197
+ #: classes/Admin/Pages.php:144, classes/Admin/Popups.php:988, classes/Conditions.php:110
198
  msgid "Categories"
199
  msgstr ""
200
 
201
+ #: classes/Admin/Pages.php:145, classes/Admin/Popups.php:984, classes/Conditions.php:111
202
  msgid "Tags"
203
  msgstr ""
204
 
398
  msgid "Checking this option will set height to fit the content."
399
  msgstr ""
400
 
401
+ #: classes/Admin/Popups.php:452, classes/Shortcode/Popup.php:153, includes/admin/themes/metabox-close-fields.php:62, includes/class-popmake-popup-theme-fields.php:311
402
  msgid "Height"
403
  msgstr ""
404
 
405
+ #: classes/Admin/Popups.php:453
406
  msgid "Set a custom height for the popup."
407
  msgstr ""
408
 
409
+ #: classes/Admin/Popups.php:463
410
  msgid "Scrollable Content"
411
  msgstr ""
412
 
413
+ #: classes/Admin/Popups.php:464
414
  msgid "Checking this option will add a scroll bar to your content."
415
  msgstr ""
416
 
417
+ #: classes/Admin/Popups.php:476, classes/Shortcode/Popup.php:224
418
  msgid "Animation Type"
419
  msgstr ""
420
 
421
+ #: classes/Admin/Popups.php:477, classes/Shortcode/Popup.php:225
422
  msgid "Select an animation type for your popup."
423
  msgstr ""
424
 
425
+ #: classes/Admin/Popups.php:483, includes/input-options.php:116
426
  msgid "Slide"
427
  msgstr ""
428
 
429
+ #: classes/Admin/Popups.php:484, includes/input-options.php:117
430
  msgid "Fade"
431
  msgstr ""
432
 
433
+ #: classes/Admin/Popups.php:485, includes/input-options.php:118
434
  msgid "Fade and Slide"
435
  msgstr ""
436
 
437
+ #: classes/Admin/Popups.php:486, includes/input-options.php:119
438
  msgid "Grow"
439
  msgstr ""
440
 
441
+ #: classes/Admin/Popups.php:487, includes/input-options.php:120
442
  msgid "Grow and Slide"
443
  msgstr ""
444
 
445
+ #: classes/Admin/Popups.php:491, classes/Shortcode/Popup.php:232
446
  msgid "Animation Speed"
447
  msgstr ""
448
 
449
+ #: classes/Admin/Popups.php:492, classes/Shortcode/Popup.php:233
450
  msgid "Set the animation speed for the popup."
451
  msgstr ""
452
 
453
+ #: classes/Admin/Popups.php:505, classes/Shortcode/Popup.php:243
454
  msgid "Animation Origin"
455
  msgstr ""
456
 
457
+ #: classes/Admin/Popups.php:506, classes/Shortcode/Popup.php:244
458
  msgid "Choose where the animation will begin."
459
  msgstr ""
460
 
461
+ #: classes/Admin/Popups.php:510, classes/Admin/Popups.php:550, classes/Admin/Popups.php:551, classes/Shortcode/Popup.php:176, classes/Shortcode/Popup.php:177, includes/admin/themes/metabox-close-fields.php:103, includes/class-popmake-popup-theme-fields.php:339, includes/input-options.php:129
462
  msgid "Top"
463
  msgstr ""
464
 
465
+ #: classes/Admin/Popups.php:511, classes/Admin/Popups.php:578, classes/Admin/Popups.php:579, classes/Shortcode/Popup.php:198, classes/Shortcode/Popup.php:199, classes/Shortcode/Subscribe.php:268, includes/admin/themes/metabox-close-fields.php:112, includes/class-popmake-popup-theme-fields.php:349, includes/input-options.php:85, includes/input-options.php:130
466
  msgid "Left"
467
  msgstr ""
468
 
469
+ #: classes/Admin/Popups.php:512, classes/Admin/Popups.php:564, classes/Admin/Popups.php:565, classes/Shortcode/Popup.php:187, classes/Shortcode/Popup.php:188, includes/admin/themes/metabox-close-fields.php:121, includes/class-popmake-popup-theme-fields.php:359, includes/input-options.php:131
470
  msgid "Bottom"
471
  msgstr ""
472
 
473
+ #: classes/Admin/Popups.php:513, classes/Admin/Popups.php:592, classes/Admin/Popups.php:593, classes/Shortcode/Popup.php:209, classes/Shortcode/Popup.php:210, classes/Shortcode/Subscribe.php:270, includes/admin/themes/metabox-close-fields.php:130, includes/class-popmake-popup-theme-fields.php:369, includes/input-options.php:87, includes/input-options.php:132
474
  msgid "Right"
475
  msgstr ""
476
 
477
+ #: classes/Admin/Popups.php:514, classes/Admin/Popups.php:538, includes/input-options.php:133, includes/input-options.php:150, includes/input-options.php:167
478
  msgid "Top Left"
479
  msgstr ""
480
 
481
+ #: classes/Admin/Popups.php:515, classes/Admin/Popups.php:539, includes/input-options.php:134, includes/input-options.php:151
482
  msgid "Top Center"
483
  msgstr ""
484
 
485
+ #: classes/Admin/Popups.php:516, classes/Admin/Popups.php:540, includes/input-options.php:135, includes/input-options.php:152, includes/input-options.php:168
486
  msgid "Top Right"
487
  msgstr ""
488
 
489
+ #: classes/Admin/Popups.php:517, classes/Admin/Popups.php:541, includes/input-options.php:136, includes/input-options.php:153
490
  msgid "Middle Left"
491
  msgstr ""
492
 
493
+ #: classes/Admin/Popups.php:518, classes/Admin/Popups.php:542, includes/input-options.php:137, includes/input-options.php:154
494
  msgid "Middle Center"
495
  msgstr ""
496
 
497
+ #: classes/Admin/Popups.php:519, classes/Admin/Popups.php:543, includes/input-options.php:138, includes/input-options.php:155
498
  msgid "Middle Right"
499
  msgstr ""
500
 
501
+ #: classes/Admin/Popups.php:520, classes/Admin/Popups.php:544, includes/input-options.php:139, includes/input-options.php:156, includes/input-options.php:169
502
  msgid "Bottom Left"
503
  msgstr ""
504
 
505
+ #: classes/Admin/Popups.php:521, classes/Admin/Popups.php:545, includes/input-options.php:140, includes/input-options.php:157
506
  msgid "Bottom Center"
507
  msgstr ""
508
 
509
+ #: classes/Admin/Popups.php:522, classes/Admin/Popups.php:546, includes/input-options.php:141, includes/input-options.php:158, includes/input-options.php:170
510
  msgid "Bottom Right"
511
  msgstr ""
512
 
513
+ #: classes/Admin/Popups.php:532, classes/Shortcode/Popup.php:168, includes/admin/themes/metabox-close-fields.php:85, includes/class-popmake-popup-theme-fields.php:331
514
  msgid "Location"
515
  msgstr ""
516
 
517
+ #: classes/Admin/Popups.php:533, classes/Shortcode/Popup.php:169
518
  msgid "Choose where the popup will be displayed."
519
  msgstr ""
520
 
521
+ #: classes/Admin/Popups.php:551, classes/Admin/Popups.php:565, classes/Admin/Popups.php:579, classes/Admin/Popups.php:593, classes/Shortcode/Popup.php:177, classes/Shortcode/Popup.php:188, classes/Shortcode/Popup.php:199, classes/Shortcode/Popup.php:210
522
  msgctxt "Screen Edge: top, bottom"
523
  msgid "Distance from the %s edge of the screen."
524
  msgstr ""
525
 
526
+ #: classes/Admin/Popups.php:606
527
  msgid "Position from Trigger"
528
  msgstr ""
529
 
530
+ #: classes/Admin/Popups.php:607
531
  msgid "This will position the popup in relation to the %sClick Trigger%s."
532
  msgstr ""
533
 
534
+ #: classes/Admin/Popups.php:613
535
  msgid "Fixed Postioning"
536
  msgstr ""
537
 
538
+ #: classes/Admin/Popups.php:614
539
  msgid "Checking this sets the positioning of the popup to fixed."
540
  msgstr ""
541
 
542
+ #: classes/Admin/Popups.php:621, classes/Shortcode/Popup.php:127
543
  msgid "Disable Overlay"
544
  msgstr ""
545
 
546
+ #: classes/Admin/Popups.php:622, classes/Shortcode/Popup.php:128
547
  msgid "Checking this will disable and hide the overlay for this popup."
548
  msgstr ""
549
 
550
+ #: classes/Admin/Popups.php:627
551
  msgid "Stackable"
552
  msgstr ""
553
 
554
+ #: classes/Admin/Popups.php:628
555
  msgid "This enables other popups to remain open."
556
  msgstr ""
557
 
558
+ #: classes/Admin/Popups.php:633
559
  msgid "Disable Repositioning"
560
  msgstr ""
561
 
562
+ #: classes/Admin/Popups.php:634
563
  msgid "This will disable automatic repositioning of the popup on window resizing."
564
  msgstr ""
565
 
566
+ #: classes/Admin/Popups.php:639
567
  msgid "Popup Z-Index"
568
  msgstr ""
569
 
570
+ #: classes/Admin/Popups.php:640
571
  msgid "Change the z-index layer level for the popup."
572
  msgstr ""
573
 
574
+ #: classes/Admin/Popups.php:652
575
  msgid "Close Text"
576
  msgstr ""
577
 
578
+ #: classes/Admin/Popups.php:654
579
  msgid "Override the default close text."
580
  msgstr ""
581
 
582
+ #: classes/Admin/Popups.php:659
583
  msgid "Close Button Delay"
584
  msgstr ""
585
 
586
+ #: classes/Admin/Popups.php:660
587
  msgid "This delays the display of the close button."
588
  msgstr ""
589
 
590
+ #: classes/Admin/Popups.php:672, classes/Shortcode/Popup.php:255
591
  msgid "Click Overlay to Close"
592
  msgstr ""
593
 
594
+ #: classes/Admin/Popups.php:673, classes/Shortcode/Popup.php:256
595
  msgid "Checking this will cause popup to close when user clicks on overlay."
596
  msgstr ""
597
 
598
+ #: classes/Admin/Popups.php:678
599
  msgid "Press ESC to Close"
600
  msgstr ""
601
 
602
+ #: classes/Admin/Popups.php:679
603
  msgid "Checking this will cause popup to close when user presses ESC key."
604
  msgstr ""
605
 
606
+ #: classes/Admin/Popups.php:684
607
  msgid "Press F4 to Close"
608
  msgstr ""
609
 
610
+ #: classes/Admin/Popups.php:685
611
  msgid "Checking this will cause popup to close when user presses F4 key."
612
  msgstr ""
613
 
614
+ #: classes/Admin/Popups.php:868, classes/Admin/Popups.php:973
615
  msgid "Opens"
616
  msgstr ""
617
 
618
+ #: classes/Admin/Popups.php:872, classes/Admin/Popups.php:974
619
  msgid "Conversions"
620
  msgstr ""
621
 
622
+ #: classes/Admin/Popups.php:877, classes/Admin/Popups.php:975
623
  msgid "Conversion Rate"
624
  msgstr ""
625
 
626
+ #: classes/Admin/Popups.php:885
627
  msgid "Reset Counts"
628
  msgstr ""
629
 
630
+ #: classes/Admin/Popups.php:889
631
  msgid "Last Reset"
632
  msgstr ""
633
 
634
+ #: classes/Admin/Popups.php:891
635
  msgid "Previous Opens"
636
  msgstr ""
637
 
638
+ #: classes/Admin/Popups.php:893
639
  msgid "Previous Conversions"
640
  msgstr ""
641
 
642
+ #: classes/Admin/Popups.php:895
643
  msgid "Lifetime Opens"
644
  msgstr ""
645
 
646
+ #: classes/Admin/Popups.php:897
647
  msgid "Lifetime Conversions"
648
  msgstr ""
649
 
650
+ #: classes/Admin/Popups.php:970, classes/Admin/Templates.php:642, classes/Shortcode/Subscribe.php:171, classes/Shortcode/Subscribe.php:225
651
  msgid "Name"
652
  msgstr ""
653
 
654
+ #: classes/Admin/Popups.php:971
655
  msgid "Title"
656
  msgstr ""
657
 
658
+ #: classes/Admin/Popups.php:972
659
  msgid "CSS Classes"
660
  msgstr ""
661
 
662
+ #: classes/Admin/Popups.php:1047, classes/Admin/Subscribers/Table.php:281
663
  msgid "N/A"
664
  msgstr ""
665
 
666
+ #: classes/Admin/Popups.php:1133
667
  msgid "Show all categories"
668
  msgstr ""
669
 
670
+ #: classes/Admin/Popups.php:1146
671
  msgid "Show all tags"
672
  msgstr ""
673
 
popup-maker.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=plugin-uri
5
  * Description: Easily create & style popups with any content. Theme editor to quickly style your popups. Add forms, social media boxes, videos & more.
6
  * Author: WP Popup Maker
7
- * Version: 1.7.10
8
  * Author URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=author-uri
9
  * Text Domain: popup-maker
10
  *
@@ -93,7 +93,7 @@ class Popup_Maker {
93
  /**
94
  * @var string Plugin Version
95
  */
96
- public static $VER = '1.7.10';
97
 
98
  /**
99
  * @var int DB Version
4
  * Plugin URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=plugin-uri
5
  * Description: Easily create & style popups with any content. Theme editor to quickly style your popups. Add forms, social media boxes, videos & more.
6
  * Author: WP Popup Maker
7
+ * Version: 1.7.11
8
  * Author URI: https://wppopupmaker.com/?utm_campaign=PluginInfo&utm_source=plugin-header&utm_medium=author-uri
9
  * Text Domain: popup-maker
10
  *
93
  /**
94
  * @var string Plugin Version
95
  */
96
+ public static $VER = '1.7.11';
97
 
98
  /**
99
  * @var int DB Version
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link:
6
  Tags: marketing, popup, popups, optin, advertising, conversion, responsive popups, promotion, popover, pop-up, pop over, lightbox, conversion, modal
7
  Requires at least: 3.6
8
  Tested up to: 4.9.4
9
- Stable tag: 1.7.10
10
  License: GNU Version 3 or Any Later Version
11
 
12
  Everything you need to create unique user experiences. Insert forms & other content from your favorite plugins to create custom responsive popups.
@@ -100,6 +100,10 @@ There are several common causes for this which include:
100
  9. Create any popup imaginable using our color pickers and sliders!
101
 
102
  == Changelog ==
 
 
 
 
103
  = v1.7.10 - 03/14/2018 =
104
  * Improvement: Further improved compatibility with shortcodes that echo/print rather than return content.
105
  * Fix: Bug where cookies wouldn't always be set in Edge & Safari due to cookie path including the root url.
6
  Tags: marketing, popup, popups, optin, advertising, conversion, responsive popups, promotion, popover, pop-up, pop over, lightbox, conversion, modal
7
  Requires at least: 3.6
8
  Tested up to: 4.9.4
9
+ Stable tag: 1.7.11
10
  License: GNU Version 3 or Any Later Version
11
 
12
  Everything you need to create unique user experiences. Insert forms & other content from your favorite plugins to create custom responsive popups.
100
  9. Create any popup imaginable using our color pickers and sliders!
101
 
102
  == Changelog ==
103
+ = v1.7.11 - 03/14/2018 =
104
+ * Fix: Bug where Middle Center option wouldn't stay selected after saving.
105
+ * Fix: Bug with incorrect field dependency for custom height & scrollable options.
106
+
107
  = v1.7.10 - 03/14/2018 =
108
  * Improvement: Further improved compatibility with shortcodes that echo/print rather than return content.
109
  * Fix: Bug where cookies wouldn't always be set in Edge & Safari due to cookie path including the root url.