The counter isn’t working and default text is black but the writing is also black.
display-functions.php line 15, 16, 17 & 19
formatting.php 1108
]]>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>
]]>
I have installed it and used the custom build with default values. I cannot get a replacement Home page. https://www.survivalist-library.com/
Thanks,
Jasmine
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>*FIXED* by deleting it.
]]>I suggest in custom mode put options for style:
BODY:
background-color
background-image
background-repeat
background-attachment
background-position
TEXT
color
font
It will do a great improvement with few code. Thanks
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>A WPTables developer pointed out an error in a file that was making their plugin fail. I hope it will be useful for everyone.
The file is:
…/plugins/ultimate-under-construction/includes/js/uuc-script.js
<>
Line 10 add “var” in front of variable “background_color”, so it looks like this:
var background_color = $(‘#background-color’);
<>
That modification fixed a javascript error…
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>I like the plugin. Thanks.
Today I noticed that the Page Builder in Divi would not open. I disabled all plugins and one by one tried them. UUC was the one that was blocking this. No idea why. Just wanted to let you know.
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>How do i go about changing the font on the construction page? I think the default i think is Times new roman, is there any way to change it to something else?
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>On about line 19 of uuc-script.js inside of function toggle_text(), you need to declare the variable background_color with var and after that, you need to check if the .val() value of the object exists before checking for what it contains. With one of my clients I am using the Avada theme along with this plugin until launch and this plugin’s javascript is breaking the js in the Avada edit page. I replaced the code around line 19, start of toggle_text() with this:
var background_color = $(‘#background-color’);
if(background_color.val() == undefined || ” === background_color.val().replace(‘#’, ”)) {
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>I’ve set up a 404 page that emails me each time it’s triggered and this is working great.
The problem I’m having is that II’m getting a 404 error and an email on every page load in the backend while navigating the admin panels.
It appears to come from this line in the <head>
<link rel=”stylesheet” type=”text/css” href=”https://www.SITENAME/wp-content/plugins/includescss/plugin_styles.css”>
I couldn’t find where this was being added in from (any ideas on doing that would be appreciated!?) but the error disappears when your plugin is disabled, so I’m guessing it might look familiar to you?
Possibly a missing forward slash after ‘includes’? I don’t know…
Please let me know if I’m looking in completely the wrong place!
Thanks,
David
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>Hi there, I’ve got the plugin installed and it’s correctly displaying the under construction page on my wordpress site.
Unfortunately the browser’s URL bar is showing the webhost’s url, not the Domain name I am using.
Perhaps the plugin is using some sort of reference to localhost or somesuch to generate it’s html?
Edit:
Played around with the settings, and the issue appears to have resolved itself in the meantime. Wish I could tell what changed to fix it though! Oh well.
]]>Hi the ultimate under construction plugin is still displaying a coming soon page on my site after i deactivated and deleted the plug could you guys help me to resolve this issue thank you
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>In what file is the “Days” “Months” etc written? I just wanted to translate these words above the flip counter.
I’m only using this for a couple of days.
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>Just upgraded the plugin to version 1.6 and the countdown timer doesn’t work.
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>Your plugin was working perfectly for my site as I developed it – https://www.thepigbarn.co.uk – however when i disable the plugin some links are broken, they take me to a 404 page, attempting to reach a page with the same id as the holding page we were using.
When I’m logged in however, the site is functioning perfectly – fully showing all content. Its only for end users (not logged in) that this problem manifests – which leads me to believe it may be a problem with the plugin? Is there anything you can suggest – time is quite the issue i’m afraid as this last bug is the only thing between now and putting the site live.
Thanks,
Henry
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>Hi, I was looking for a maintenance/holding page plugin within which I could use my own custom html page. After many attempts with other plugins which did not allow this, your plugin appeared to be the one. However it was not working at all, my homepage was still the default page. I assume this is because it has not yet been updated for WP 4.0. Is this the case? If so, can you tell me when it will be updated? Many thanks, Kay
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>Hi.
I activated the plugin and entered the site title and text – but when I saved the options – I can now no longer change them, and also https://www.beautyandtattoo.com.au/ is now a white screen (of death).
Just wondering what is happening.
Thanks
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>Hi there
I have deactivated the ultimate under construction page as i am launching my site today. However the page is not removing from the site and the site is not accessible.
I urgently need help with this please. I am a beginner at wordpress so please let me know feedback that is easily understood.
Thanks!
Jenna
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>I am helping a mate out to set up his wordpress and for lots of different behind the scenes reasons he can’t go live yet, but needs to have something branded.
Is there a way to get a logo to show in the custom build?
Thanks in advance and I reckon this is the best option out there.
Fred
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>Thanks very much for this plugin! It’s very handy!
I do find, though, that if I switch to using “Custom Build,” I get a series of PHP notices, as follows:
Undefined index: cdenable
wp-content/plugins/ultimate-under-construction/includes/uucadmin.php:51
Undefined index: background_styling
wp-content/plugins/ultimate-under-construction/includes/uucadmin.php:100
Undefined index: background_styling
wp-content/plugins/ultimate-under-construction/includes/uucadmin.php:103
Undefined index: background_styling
wp-content/plugins/ultimate-under-construction/includes/uucadmin.php:106
Undefined index: background_styling
wp-content/plugins/ultimate-under-construction/includes/uucadmin.php:109
Undefined index: background_styling
wp-content/plugins/ultimate-under-construction/includes/uucadmin.php:112
Undefined index: background_styling
wp-content/plugins/ultimate-under-construction/includes/uucadmin.php:115
Undefined index: background_styling
wp-content/plugins/ultimate-under-construction/includes/uucadmin.php:118
Undefined index: background_styling
wp-content/plugins/ultimate-under-construction/includes/uucadmin.php:121
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>wordpress 4.0
michaelstedman.com
too much space between the top of the page and the first text.
I’ve added a bit of text so not all shows without having
to scroll down.
Any way to limit the space above?
thanks,
mike
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>Using UUC V1.4, and I can’t seem to get it to work; an unauthorized visitor sees the same page as someone logged in as Admin.
I have tried several different possible solutions, but it seems to me that perhaps UUC doesn’t work when installed on a subdomain (e.g., https://mysubdomain.mydomain.com)?
I tried the original “Under Construction” plugin, but it isn’t qualified for WP 3.9. However, it gives the same results.
Can you help?
Thanks in advance,
-Don
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>We’ve installed the latest (1.4) version of your plugin, and now we cannot log in as admin to work on the site. I had to rename the plugins directory in order to access the login.
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>I downloaded this plugin before downloading our premium Theme and when I purchased and installed the Theme the Theme Panel did not work properly. What fixed it was to disable Ultimate Under Construction Plugin.
I would like to use your Plug in, but need to know how to make it work with the theme. Our premium Theme is ProStore
https://www.ads-software.com/plugins/ultimate-under-construction/
]]>