This item is by an Elite Author
UDTHEMES
- Author was Featured
- Bought between 100 and 499 items
- Elite Author
- Exclusive Author
- Has been a member for 4-5 years
- Referred between 1 and 9 users
- Sold between 250 000 and 1 000 000 dollars
1,159
Purchases
Buyer Rating:
4.39 stars
4.39 average based on 148 ratings.
(more information)
-
5 Star
10570%
-
4 Star
2013%
-
3 Star
96%
-
2 Star
42%
-
1 Star
106%
| Created | 12 July 11 |
| Last Update | 29 September 12 |
| Columns | 1 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Some Help |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- ajax
- animated
- beautiful
- clean
- coming soon
- contact form
- fullscreen background
- holding page
- jquery
- modern
- notification
- slick
- social network
- under construction
© All Rights Reserved UDTHEMES -
Contact Envato Support


Hi , When i used in my website http://www.tsaparidis.gr in IE 8 .0 i get the following message
Details of errors website user agent: Mozilla/4.0 (compatible; MSIE 8 .0; Windows NT 5 .1; Trident/4.0; .NET CLR 2 .0.50727; .NET CLR 3 .0.4506.2152; .NET CLR 3 .5.30729; .NET CLR 1 .1.4322; InfoPath.3; AskTbPTV/5.13.2.19379) timestamp: Tue, 27 Dec 2011 23:21:05 UTC
Message: The ‘slides[...].url’ is zero or not an object Line: 102 Character: 4 code: 0 URI : http://tsaparidis.gr/js/supersized.3.1.3.js
Can you help me
Thank you
Mike Sofianos
Hi there,
i checked your website but it does not throw an error for me. Please email your files to udfrance@gmail.com and we’ll have a look.
best
Hello,
I am new to Wordpress and ThemeForest. I am having problems uploading the zipped file to the Wordpress dashboard. I get an “upload failed” message. I have read multiple forums, and have tried a few things, but no luck.
I would give you the web address, but it wouldn’t help…
Thanks, Brian
Hi there,
thanks for the purchase.
The reason that you are getting this error is because the underconstruction page is an html template and not a wp template. You’ll have to modify the setup.js and the index.html.
Hope this helps,
Best
Christian
Hi – Just purchased theme and the only thing that seems to work is just the message board. Where do I edit the background image, %complete, email notifications, and time ? Is there a non-html instructional document ?
Hi there,
you set these elements in the setup.js file.
Best
Hi!
I would like to temporarily remove the progress bar, how can I do this?
I cannot send you a link yet, it is still not online.
Thanks!
Josée
Hi there,
1. uncomment line 26-31 in jScript.js 2. uncoment line 109-122 in the html
Best
Hi again,
so now I’ve uploaded it, and I tested my contact and registration forms, which work fine except for the character encoding…. Any way to solve that? Here is what I got:
Name: Josée Email: xxxx@xxxxxxx.xxx Subject: Vérificaiton Message: bonjour!
Thanks,
Josée
Hello, just purchased the theme, and i gotta say it beautiful.
I need help changing the XYLON logo at the top of the countdown….i just can’t seem to find it in the set up.
can you please help me
Thank you
Hi there,
the logo is an image, you just replace it with yours in the images folder.
Best,
Christian
Hi udfrance,
How do I change the background on the template?
Thanks,
Tosin
Hi illagraphics,
you set them in the header of the html document.
best
Never mind I figured it out!
Cheers,
Tosin
Just realized you had solved it : )
Hi,
My installed theme is not working on IE8 nor on Firefox 9, are they not compatible?
I can see your demo and it is working fine in both browsers, but mine opens for a second then it goes back to grey with a black box in the middle.
Please help because I’d like to make it work asap since the launch will be in less than a weeks time.
Thankful for fast answer,
Fitnes
http://super-deal.se is where the script is located.Hi there,
I checked you site and you are ,right it does not load in IE8 , but for me it does in FF9 . Have you modified any code in the jScript.js code? Ill need to know what has been modified to be able to identify the problem
best,
Hello
I used it on my website http://www.theartisticallure.com/index/index.html and for some reason the loading time takes forever!
Please help, I’d like to make it work properly asap for my launch.
Hi there,
make sure that:
1. images are added in the head of the document, for it to load you need images 2. if added, that the images are not too big, aim for around 200kb
best
The images were too big oops. Thanks a bunch!! Now all fixed http://www.theartisticallure.com/
How do you fix the facebook link? It keep directing to https://www.facebook.com/pages/theartisticallure instead of https://www.facebook.com/theartisticallure
Hi there,
Please head over to our forum where we’ll help you out.Note that all discussions are hidden until you login.Sign up is quoick and easy. The support forum is located here:<a href=”http://support.udfrance.com/ ”>http://support.udfrance.com/
To access the forum you will need your Item Purchase Code. Need help finding your item purchase code? Click here
Best
Hello Creator,
I seem to have read all messages, but no one seems to have asked…
How do you change the colours from pink?
Urgently needed, the instructions not that clear on this as well.
Hi there,
the theme comes with 4 color variations, so to change it you simply load a different stylesheet.
best
Hi,
I have figured it out it took me a whole day, but at last it was just about the images titels and the amount of images for the background.
However I do have some other questions that I’d like to ask about the script.
1. How do I change the word complete in the loading bar?
2. How do I change the black space between the Get noticed… and the timer underneath?
3. How do I change the message the visitor gets after opting in for the pre-launch notification?
4. And last how do I make the input fields go blank when clicked upon? I have tried the code that you have provided in a prior comment but this only makes the contact us page not working at all. I does not redirect to the page at all when implementing the code. Please specify exact line if possible and before what word in the code I should past the code.
Thank you,
fitnes
Hi there,
1. open jScript.js and look to line: 29
2. open the stylesheet of the color you are using and look to lin:36
3. this is set in the setup.js
4. this code
//field values on focus,on focus out $('#selectors' ).focus(function(){ var initVal = $(this).val(); $(this).val( initVal === this.defaultValue ? '' : initVal ); }).blur(function(){ var initVal = $(this).val(); $(this).val( initVal.match(/^\s+$|^$/) ? this.defaultValue : initVal ); });does work, keep in mind to change the #selector to the field ids and paste in on line 90 of the jScript.js file.
best
i would like to have an information.. i’m new to this website.. i would like to purchase this theme for my new upcoming webiste but i would like also to find a theme that will follow the same style that i like also after the countdown is over.. do you have also a moral website theme or you can advice me one? thank you very much!
Fabio
Hi there,
please check our portfolio for our other themes. We have a couple of new themes coming out in the next week.
best
It’s funny but I can’t edit the word “complete”. I tried modifying jScript.js on line: 29 but the word remains the same (even if I delete the whole string or whatever) It must be pulling the word from somewhere else, right? I also found the same word in the other files, but it doesn’t seem to change either way. I must be missing something, right?
Hi there,
make sure to remove it also in the html, which is the fall back in case js isnt activated.
hope this helps,
best
Nop… No luck editing the HTML , nor the jScript.js. This word comes automatically from somewhere else. You should check it out yourself. The fallback works ok. The problem is when JS is activated. It suddenly shows up and I don’t know where it comes from.
Thanks for helping. BTW great product.
$(".counter").html(percentComplete +"? En proceso");And this is how HTML looks like towards line 131:Either way I’m still getting the word “complete” in the final render :$
Hello! Letters with accents disappear from the index. How to fix? Thank you.
Hi there,
could you drop us al ink to your uploaded theme.
best
All words within the tags H1 lose their accents.
Where is the phrase “Go Back” in html?
I can not change the word “complete”.
The e-mail messages arrive with problems of accent.
Thank you.
@SokiDokiBr: accents disappear because coufon-font is using a QuickSand Book font and it does not support characters with accents. You have switch to another font with broader character support.
And I don’t understand why the word “complete” remains the same even if I edit it