Skip to content

Commit

Permalink
Version 5.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwpdeveloper committed Nov 20, 2023
1 parent 7db0e4a commit 974ef83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/admin/css/notice.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
padding: 0 !important;
}
#wpnotice-essential-addons-for-elementor-black_friday_notice .wpnotice-content-wrapper p {
margin-bottom: 0;
margin: 0;
}

.wpnotice-content-wrapper .button {
Expand Down
2 changes: 1 addition & 1 deletion includes/Traits/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function admin_notice() {
]
);

$b_message = '<p style="margin: 0;">Black Friday Sale: Unlock access to <strong>90+ advanced Elementor widgets</strong> with up to 40% discounts <span class="gift-icon">🎁</span></p><p><a class="button button-primary" href="https://wpdeveloper.com/upgrade/ea-bfcm" target="_blank">Upgrade to pro</a> <button data-dismiss="true" class="dismiss-btn button button-link">I don’t want to save money</button></p>';
$b_message = '<p>Black Friday Sale: Unlock access to <strong>90+ advanced Elementor widgets</strong> with up to 40% discounts <span class="gift-icon">🎁</span></p><p><a class="button button-primary" href="https://wpdeveloper.com/upgrade/ea-bfcm" target="_blank">Upgrade to pro</a> <button data-dismiss="true" class="dismiss-btn button button-link">I don’t want to save money</button></p>';
$_black_friday_notice = [
'thumbnail' => plugins_url( 'assets/admin/images/full-logo.svg', EAEL_PLUGIN_BASENAME ),
'html' => $b_message,
Expand Down

0 comments on commit 974ef83

Please sign in to comment.