126 comments found.
Just purchased this and when I upload it says fail
Hi, this is exactly what i need and liked can same design and is available for wordpress? do you have this template as wordpress theme?
Hi,
Nice Theme.
How do you get the subscriber function to work?
Regards, Motion
Hello I never get my messages in the contact form,
Asked my hosting company if it had something to do with the server and they answerd :
I have reviewed the mail service logs and noticed that the mail sending is indeed failing due to the following error
Hi,
How I can see the “subscribers.db” file?
I have no clue..
It doesn’t seems to support mobile nor high resolution devices. If this 2 are be done, it would be a purchase. It should be updated in this day and age of mobile devices. http://res.ponsive.com/?resize=minimalcomingsoon.equiet.sk%2F&iphone=on&ipad=on&android=on
Your demo page on loading Twitter tweets also doesn’t seem to work.
Would it be possible to add kenburn effect or continuous fade effect for the backgrounds? I have a set of backgrounds that I would like to keep fading every x seconds. It would be good to add them in for extra features.
great page. any idea how to add a counter to the page? thanks in advance Pedro
Hi.
In the files you have downloaded, there are many .html files. Take a look at countdown.html.
oh of course, no – i was not referring to the countdown of time/hours – i was referring to a counter that counts the visits (impressions, ..). any idea?
Oh, sorry. I’m not sure, I haven’t done such thing yet. Nor do I have any recommendation for some script, of which I’m sure there are plenty.
no problem. keep up the good work!
Great template. Any updates on fetching tweets?
Hi. Sorry, still nothing.
So… no plans to update to Twitter? I mean, I know it’s a $5 template but come on… it’s still advertised as having Twitter integration.
Hi,
My subscription mail used to work. now I’m getting this error “Subscription is not available.” The Last time it worked was September 10, 2013. Any suggestions? Here is the website that is currently installed to. www.RomeoSantosOnline.com
Hi, sorry for the delay.
I have tried it and it looks like it’s working. Did you already fix it?
yes i fixed it.
First off, I love this page! Even the predefined colors go perfectly with my departments website 
I do have a question. If I type in random letters and select “Notify Me” in the Subscription, I get a message sliding down as a response. But, if I want to type something else in right after that, I need to refresh the page first or the message will stay there and a new one won’t be generated. Is there a way to do this without users having to refresh the page? Thank you.
<script>, look for
.slideDown();Replace this with
.slideUp().slideDown();This simply hides the message and shows it again (since the form has been resent).
But of course! Thank you
Good luck with sales.
Which script do you use to download this template?
Hi. I’m not sure what you mean…
Whenever I go and download a script, through bluehost control panel, that message pops up every time. I am not sure either, which is why I decided to contact you guys.
Which platform or script is the most popular when it comes to adding/using you guys template? What are people generally using in addition to uploading the template? Maybe that’s a better way to start since im not sure how to explain
I’m sorry, I’m not familiar with Bluehost. Minimal Coming Soon is just a simple HTML template, so there probably isn’t any script for that – you just need to copy these files to your server.
The Twitter Widget, doesn’t work :-/ ?
No, it doesn’t. 
Twitter no longer provides an API to fetch tweets with JavaScript.
How can I redirect users after they subscribe to another page?
Hello,
I use the site to redirect other site in construction. I set up this site http://emconstrucao.net.br/, but the email the from and the email in the page…. http://emconstrucao.net.br/# I have followed install methods to make the email work. Can you give me an in site…..
Thanks
Hello,
I am using this template on my site but cant seem to get it centered. Could you please help me with this.
www.minoryetmajor.com
Hi.
Looks like there is a missing style for <section> element. Go to css/style.css and add display: block; between lines 101 and 105.
Why does this theme keep failing to install?
Hi.
Do you want to install this into WordPress? Unfortunately, this is not a WordPress theme.
trying to purchase tab is not working
Problem resolved
Just change sqllite for mysql… everything is ok!
Hello, i send you message via e-mail about subscription. on my page i can open website.pl/subscribe.php
it’s clear site, white bg. That’s good?
But when add mail to subscribe – someting going wrong 
Hello again,
I want to set 2013/2/14 for countdown. But I can’t do this.
I set like this http://d.pr/i/2NvY and get this http://d.pr/i/cg11
The result ok right now. But something wrong?
Hm, that’s weird. Is your site online? I would like to take a look at the code.
Yes. acentelerinsesi.com/all.html
Hm, that’s weird. Everything looks correct. Could you please use another date (i.e. 2013/1/24) and see what happens?
launchTime = new Date(2013, 1, 24, 9); -> http://d.pr/i/iBel
Oh, sorry. JavaScript indexes months from 0 (January) to 11 (December).
You can also use
launchTime = new Date("February 24, 2013 09:00:00")