golden hour
/home/godaofbq/hardchambers.com/wp-content/plugins/notificationx/includes/Admin/views
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
127 B
Del
OK
analytics.views.php
2.25 KB
Del
OK
main.views.php
1 KB
Del
OK
Edit: main.views.php
<style> .notificationx-disabled-javascript-notice { font-size: 20px; width: 700px; border: 1px solid #ffcece; padding: 30px; background: #fff; } </style> <hr class="wp-header-end"/> <div class="wrap"> <div class="notificationx-admin"> <noscript> <p class="notificationx-disabled-javascript-notice"> <?php echo // translators: html tags __( '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' ); ?> </p> </noscript> <div id="notificationx"> <div style="display: flex;align-items: center;justify-content: center;height: 60vh;"> <img src="<?php echo esc_url( self::ASSET_URL . 'images/logos/logo-preloader.gif' ); ?>" alt=""> </div> </div> </div> </div>
Save