Big Problem after uninstall, help appreciated
-
Hi guys, this plugin is causing me an odd problem.
I had it installed on site and it is now totally uninstalled. Yet sometimes, when I change something on site like a menu or featured content, the whole thing breaks on some browsers and shows an almost safe-mode-like page and the seedprod logo comes up witha broken x, missing all the images ( because the plugin is uninstalled).
i know very little about javascript but it looks like your plugin maybe left something bad behind that is popping up every now and then. Last night it happened again and I managed to pull the code off the page source before it went away again;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Just fixing some stuff, be back in an hour</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="https://dropkickrugby.com/wp-includes/js/jquery/jquery.js"></script> <script src="https://dropkickrugby.com/wp-content/plugins/ultimate-maintenance-mode/template/script.js"></script> <script src="https://dropkickrugby.com/wp-content/plugins/ultimate-maintenance-mode/template/bootstrap/js/bootstrap.js"></script> <link rel="stylesheet" href="https://dropkickrugby.com/wp-content/plugins/ultimate-maintenance-mode/template/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="https://dropkickrugby.com/wp-content/plugins/ultimate-maintenance-mode/template/bootstrap/css/bootstrap-responsive.min.css"> <style> body{ background-color: #000; background-image: url('https://s.wordpress.com/mshots/v1/http%3A%2F%2Fdropkickrugby.com%2F%3Fmshot%3Dtrue?w=1600'); background-repeat: no-repeat; background-attachment: fixed; background-position: top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; text-align: center; } body p{ font-size:14px; } </style> </head> <body> <div id="mmModal" class="modal hide fade"> <div class="modal-header"> <h1>Just fixing some stuff, be back in an hour</h1> </div> <div class="modal-body"> <p>Just updating some stuff, be back in an hour</p> </div> <div class="modal-footer"> <a href="https://www.seedprod.com/"> <img id="credit" src="https://dropkickrugby.com/wp-content/plugins/ultimate-maintenance-mode/framework/seedprod-footer-logo-gray.png" alt="Powered by SeedProd" /></a> </div><!-- .modal-footer --> </div> <script> jQuery(document).ready(function($){ $('#mmModal').modal({ keyboard: false }) $('#mmModal').on('shown', function () { $('body,.modal-backdrop').unbind(); }); }); </script> <!--[if lt IE 9]> <script> jQuery(document).ready(function($){ $.supersized({ slides:[ {image : 'https://s.wordpress.com/mshots/v1/http%3A%2F%2Fdropkickrugby.com%2F%3Fmshot%3Dtrue?w=1600'} ] }); }); </script> <![endif]--> </body> </html>
[Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged/corrupted by the forum’s parser.]
Like I said, it comes and goes – and the plugin is definitely uninstalled (I dont know much about this stuff, but you can slso see it is uninstalled because none of the images referenced in teh code above ever show, jsut a weird old version of the home page when it was uninstalled).
Do you have any suggestions as to what has remained and where i can find it to fix this? Many Thanks
https://www.ads-software.com/extend/plugins/ultimate-maintenance-mode/
- The topic ‘Big Problem after uninstall, help appreciated’ is closed to new replies.