7 comments found.
Hi Stephino,
could you please tell me how i can set the countdown to a specific time of the launch day? I gess its set to midnight
Thank you
Hello,
Edit the js/functions.js file, line 241, replace the line:
date = new Date(intval(date[0]), intval(date[1]) - 1, intval(date[2]));
with
// Desired launch hour, minute and second
var dateHour = 12, dateMinute = 30, dateSecond = 0;
// Format the Date object
date = new Date(intval(date[0]), intval(date[1]) - 1, intval(date[2]), dateHour , dateMinute, dateSecond );
This functionality is not part of the base template; it will be added to a future release.
Thank you and have a great launch!
Hi Stephino,
thank you so much. One last Question: The form already ran correctly, but now I get MESSAGE_COULD_NOT_SAVE. I compared every line to your php but I cant find the error. Do you have an idea what are the most frequently errors?
Hello,
Please edit contact.php, line 19.
Use any of the other 2 methods, SAVE_EMAIL or SAVE_DATABASE to save your messages.
Make sure that the $_saveConfiguration on line 27 is set correctly; for SAVE_EMAIL user your real e-mail address instead of contact@example.com
A reason your local save may have failed is a file or folder permission change i.e. you don’t longer have write permissions on the “contacts.txt” file.
This is all that I can do at this point.
Thank you!
Hi Stephino,
thank you very much for this stunning countdown page.
I can’t find the support form, so I use this comment form, sorry. This is my purchase-code: 8359aa82-f205-4c7e-b259-e3b1a7bc835e
Could you please tell me, how I can set the background image fixing to the top and not to the bottom (like it’s set by you)? Or where I can set it like in the small-width mobile-settings (there it is fixed to the top)?
Thanks a lot.
Best Regards, wedde
Hello,
You will need to make the following replacement:
- file js/functions.js, line 574:
yPercent = yPercent / 100 * 20;
The code made the background position shift from between 80% and 100% vertically – fixing the image to the bottom; the new version creates a vertical shift between 0% and 20%, fixing the image to the top.
It was not fixed to the top in the mobile layout, it just seemed that way.
I hope you enjoy this template.
Thank you for your business!
Thank you very much for this quick support!
Could you please tell me, how I can set in the mobile view, that there are two hourglasses in a row (not only one)? Thank you!
Hello,
Setting 2 hourglasses per line in mobile view is not as easy as the above fix.
The 4 elements are appended using javascript. Each has a class ”.span2”. The fix would mean wrapping the hourglasses in ”.span4”, two-by-two; this might also lead to some spacing issues.
I am sorry, but this is the best I can do at this point.
Hi Stephino,
thank you. I tried to change the spans, but as you said it, there are spacing issues I cant fix. Perhaps it’s possible in the (vertical) mobile view, to minimize the hourglasses to four tiny ones in a row? Or could you tell me where I can set the breakpoint from four to one? I would try to insert shorter widths.
Thank you very much! Best Regards, Wedde
Hello!
I am sorry to tell you that the breaking point is defined by the Bootstrap CSS framework with ”@media” rules. It would be very hard to find and fix – without breaking something else.
The philosophy behind responsive design is to ease readability on all screen types, including vertical, hand-held devices. That means removing the horizontal scroll in favor of the vertical scroll.
Thank you.
PRE-SALE QUESTION: Can i change the background image and add/social media links?
Hello. Sure you can.
Hi! I need to use this theme in spanish ¿how i can change the text “hours. minutes, etc? Thanks!
We have integrated a preview control panel in all our themes. You can now play with it to customize the design live!
Please make sure to clear out your cache before checking out the preview if you are a recurrent visitor!
Thank you.
This is a really cool design. great work
Thanks!