Skip to content

Commit

Permalink
Merge pull request #51 from WPDevelopers/rupok-dev
Browse files Browse the repository at this point in the history
Update to v1.1.3
  • Loading branch information
rupok authored Jul 24, 2019
2 parents ce6aae8 + d0a74ce commit 10c7234
Show file tree
Hide file tree
Showing 20 changed files with 347 additions and 179 deletions.
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: sales notification, fomo, social proof, live sales feed, recent sales noti
Requires at least: 4.0
Tested up to: 5.2
Requires PHP: 5.4
Stable tag: 1.1.2
Stable tag: 1.1.3
License: GPLv3
License URI: https://opensource.org/licenses/GPL-3.0

Expand Down Expand Up @@ -106,6 +106,11 @@ Yes. Your data is legally safe and we guarantee to not make use of your data und

== Changelog ==

= 1.1.3 - 24/07/2019 =

- Improved : Multiple cron issue
- Few minor bugfix and improvement

= 1.1.2 - 21/07/2019 =

- Fixed : White Blank Page issue
Expand Down
126 changes: 76 additions & 50 deletions admin/assets/css/notificationx-admin-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
padding: 0 !important;
}

.menu-icon-notificationx + .wp-menu-separator {
.menu-icon-notificationx+.wp-menu-separator {
display: none;
}

Expand Down Expand Up @@ -42,6 +42,7 @@
opacity: .85;
transition: all .3s;
}

.wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img {
width: 50px;
padding: 10px;
Expand Down Expand Up @@ -94,24 +95,29 @@
.wpdeveloper-notice-message {
padding: 10px 0;
}

.wpdeveloper-upsale-notice .wpdeveloper-notice-message {
display: flex;
align-items: center;
padding: 10px 0;
}
.wpdeveloper-upsale-notice .wpdeveloper-notice-message + .notice-dismiss {

.wpdeveloper-upsale-notice .wpdeveloper-notice-message+.notice-dismiss {
top: 18px;
}

.wpdeveloper-upsale-notice #plugin-install-core {
margin-left: 10px;
}

.notice.notice-has-thumbnail {
padding-left: 0px;
}

.wpdeveloper-upsale-notice {
display: flex;
}

.wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail {
padding: 0;
width: 80px;
Expand All @@ -121,10 +127,12 @@
.nx-admin-wrapper {
padding: 30px 15px;
}

.nx-admin-header {
display: flex;
align-items: center;
}

.nx-admin-header a.nx-add-new-btn {
margin-left: 40px;
background-color: #fff;
Expand Down Expand Up @@ -152,12 +160,15 @@
margin-top: 30px;
margin-bottom: 0px;
}

.nx-admin-menu ul {
margin-bottom: 0px;
}

.nx-admin-menu ul li {
display: inline-block;
}

.nx-admin-menu ul li a {
margin-right: 25px;
text-decoration: none;
Expand All @@ -181,87 +192,99 @@
.nx-admin-items {
font-family: Roboto;
}

.nx-admin-items table {
border-spacing: 0 20px;
border: 0px;
background: none;
box-shadow: none;
}

.nx-admin-items table thead {
background-color: #fafafa;
}

.nx-admin-items table tbody {
transform: translateY(-20px);
}

.nx-admin-items table thead td,
.nx-admin-items table tbody td {
padding: 15px 25px;
font-size: 15px;
}

.nx-admin-items table tbody tr {
border-spacing:0 30px;
.nx-admin-items table tbody tr {
border-spacing: 0 30px;
box-shadow: 0px 10px 22px 0px rgba(0, 4, 32, 0.05);
vertical-align: middle;
}
.nx-admin-items table tbody tr > td {

.nx-admin-items table tbody tr>td {
margin-bottom: 20px;
background-color: #fff;
vertical-align: middle;
color: #313236;
}

.nx-admin-type,
.nx-admin-date .nx-admin-publish-status,
.nx-admin-title > strong {
.nx-admin-type,
.nx-admin-date .nx-admin-publish-status,
.nx-admin-title>strong {
font-size: 16px;
}

.nx-admin-date .nx-admin-publish-date,
.nx-admin-title .nx-admin-title-actions > a {
.nx-admin-title .nx-admin-title-actions>a {
font-size: 14px;
}

.nx-admin-title > strong,
.nx-admin-title > strong a {
.nx-admin-title>strong,
.nx-admin-title>strong a,
.nx-admin-stats>a {
color: #5614d5;
font-weight: 400;
}

.nx-admin-title-actions {
margin-top: 15px;
}
.nx-admin-title-actions > a {

.nx-admin-title-actions>a {
background-repeat: no-repeat;
background-size: 13px 15px;
padding-left: 20px;
margin-right: 20px;
margin-right: 10px;
color: #555555;
}

.nx-admin-title .nx-admin-title-edit {
background-image: url('../img/icons/edit.png');
}

.nx-admin-title .nx-admin-title-duplicate {
background-image: url('../img/icons/duplicate.png');
}

.nx-admin-title .nx-admin-title-restore {
background-size: 16px 16px;
padding-left: 22px;
background-image: url('../img/icons/restore.png');
}

.nx-admin-title .nx-admin-title-trash {
color: #c4434e;
background-image: url('../img/icons/trash.png');
}

.nx-admin-preview > img {
.nx-admin-preview>img {
display: inline-block;
}

.nx-admin-status label {
width: 2em;
height: 1em;
position: relative;
cursor: pointer;
width: 2em;
height: 1em;
position: relative;
cursor: pointer;
display: block;
font-size: 24px;
margin-left: -3px;
Expand All @@ -285,46 +308,49 @@
}

.nx-admin-status input[type="checkbox"] {
visibility: hidden;
display: none;
visibility: hidden;
display: none;
}

.nx-admin-status input[type="checkbox"]:checked + label::before {
background: #5614d5;
border: 1px solid #5614d5;
.nx-admin-status input[type="checkbox"]:checked+label::before {
background: #5614d5;
border: 1px solid #5614d5;
}

.nx-admin-status label:before {}

.nx-admin-status label:before {
content: "";
position: absolute;
width: 2em;
height: 1em;
left: 0.1em;
transition: background 0.1s 0.1s ease;
background: #cbcfd0;
border: 1px solid #cbcfd0;
border-radius: 50px;
content: "";
position: absolute;
width: 2em;
height: 1em;
left: 0.1em;
transition: background 0.1s 0.1s ease;
background: #cbcfd0;
border: 1px solid #cbcfd0;
border-radius: 50px;
}

.nx-admin-status input[type="checkbox"]:checked + label::after {
left: 1.2em;
background: #ffffff;
animation: switch-on 0.3s ease-out;
.nx-admin-status input[type="checkbox"]:checked+label::after {
left: 1.2em;
background: #ffffff;
animation: switch-on 0.3s ease-out;
}

.nx-admin-status label:after {
content: "";
position: absolute;
width: 0.8em;
height: 0.8em;
border-radius: 100%;
left: 0.2em;
top: 0.14em;
transition: all 0.2s ease;
box-shadow: 0 0 0 5px #fcfff4 inset;
background: #fff;
z-index: 2;
animation: switch-off 0.3s ease-out;
content: "";
position: absolute;
width: 0.8em;
height: 0.8em;
border-radius: 100%;
left: 0.2em;
top: 0.14em;
transition: all 0.2s ease;
box-shadow: 0 0 0 5px #fcfff4 inset;
background: #fff;
z-index: 2;
animation: switch-off 0.3s ease-out;
}

.nx-stats-tease {
color: #888888;
cursor: pointer;
}
4 changes: 4 additions & 0 deletions admin/assets/css/notificationx-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,10 @@ body.post-type-notificationx .select2-container--default .select2-search--dropdo
margin: 30px 15px 0 0;
}

.nx-settings-section>table {
border-spacing: 0px 10px;
}

.nx-settings-section table {
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion admin/assets/css/nx-admin-global.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin/assets/css/nx-admin.min.css

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions admin/assets/img/pro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion admin/assets/js/nx-admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
});

//Advance Checkbox with SweetAlear
$('body').on('click', '.nx-adv-checkbox-wrap label, #nx_sound_checkbox', function (e) {
$('body').on('click', '.nx-adv-checkbox-wrap label, #nx_sound_checkbox, .nx-stats-tease', function (e) {
if (typeof $(this)[0].dataset.swal == 'undefined') {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion admin/assets/js/nx-admin.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 10c7234

Please sign in to comment.