PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / 3.2.9
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar v3.2.9
3.3.1 3.3.0 3.2.14 3.2.13 3.2.12 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 trunk 0.2.5.5 0.2.5.6 0.2.5.7 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 All 156 releases
notificationx / includes / Admin / views / main.views.php

main.views.php in NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar 3.2.9, at includes/Admin/views/main.views.php

28 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <style>
2 .notificationx-disabled-javascript-notice {
3 font-size: 20px;
4 width: 700px;
5 border: 1px solid #ffcece;
6 padding: 30px;
7 background: #fff;
8 }
9 </style>
10 <hr class="wp-header-end"/>
11 <div class="wrap">
12 <div class="notificationx-admin">
13 <noscript>
14 <p class="notificationx-disabled-javascript-notice">
15 <?php
16 echo
17 // translators: html tags
18 __( 'To work <strong><em>NotificationX</em></strong> properly you need to <strong>Enable JavaScript</strong> in your browser or make sure you have installed updated browser in your device.', 'notificationx' );
19 ?>
20 </p>
21 </noscript>
22 <div id="notificationx">
23 <div style="display: flex;align-items: center;justify-content: center;height: 60vh;">
24 <img src="<?php echo esc_url( self::ASSET_URL . 'images/logos/logo-preloader.gif' ); ?>" alt="">
25 </div>
26 </div>
27 </div>
28 </div>