• Cant see the website after deactivate and delete plugin. It shows a blank ppage with the following code:

    <!DOCTYPE html>
    		<script language="JavaScript">
    		TargetDate = "//";
    		CountActive = true;
    		CountStepper = -1;
    		LeadingZero = true;
    		DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds ";
    		FinishMessage = "It is finally here!";
    		</script>
    
    		<script src="//code.jquery.com/jquery-latest.min.js"></script>
    
    		<script src="https://carat.rhprive.com/wp-content/plugins/ultimate-under-construction/includes/js/base.js"></script><script src="https://carat.rhprive.com/wp-content/plugins/ultimate-under-construction/includes/js/flipclock.js"></script><script src="https://carat.rhprive.com/wp-content/plugins/ultimate-under-construction/includes/js/dailycounter.js"></script><link rel="stylesheet" href="https://carat.rhprive.com/wp-content/plugins/ultimate-under-construction/includes/css/flipclock.css"> 
    
    		<script type="text/javascript">
    			var clock;
    
    			$(document).ready(function() {
    
    				// Grab the current date
    				var currentDate = new Date();
    
    				// Set some date in the future.
    				var selecteddate  = new Date("//");
    
    				// Calculate the difference in seconds between the future and current date
    				var diff1 = selecteddate.getTime() / 1000 - currentDate.getTime() / 1000;
    
    				var diff = (diff1 <= 0) ? "0": diff1;
    
    				// Instantiate a coutdown FlipClock
    
    				clock = $('.clock').FlipClock(diff, {
    					clockFace: 'DailyCounter',
    					countdown: true
    				});
    			});	
    		</script>	
    		<div class="uuc-holdingpage"></div>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author HappyKite

    (@happykite)

    Hello rhprive,

    If you have deactivated, and deleted the plugin then there is no way that it would be interacting with your site anymore.

    Can I just ask if you have any caching plugins activated, or if you have server level caching set up? If so can you please clear your cache.

Viewing 1 replies (of 1 total)
  • The topic ‘Cant visit website after deactivate plugin’ is closed to new replies.