Discussion on Minimal Coming Soon

Discussion on Minimal Coming Soon

By
Cart 2,444 sales
Well Documented

Equiet does not currently provide support for this item.

126 comments found.

“You will need subscribers.php file in the same directory as the other HTML files.”

Where can i take this file from?

and i cant find the header.php

Hi,

Just bought and uploaded the theme to wordpress. For some reason, i can see it it in appearance – themes. It is as it is not there, but i double checked it and the path is correct.

Ideas

Hi,

I’m sorry, this is not a WordPress theme. It is a simple HTML template.

Equiet

Hello,

I can’t get the “Your e-mail” promting message to appear on the contact form in the top box using IE 9 ? Shows is FireFox no problem.

Any suggestions?

Thanks, Max

Hi,

unfortunately IE9 doesn’t support placeholders for inputs. You can use value attribute instead.

Equiet

Hey the map placeholder isn’t working can you please check http://www.genie8.com and see what’s wrong? Thanks. It just shows up a red x on a small image of a map.

Hi,

everything looks fine for me. Do you use Internet Explorer? Check your JavaScript if it throws any error.

Equiet

Hi, There is nothing in the documentation about the countdown. Can you be more specific?

Sorry, I meant comments in the code.

In the HTML file, there is a piece of code:
$(function() {
  launchTime = new Date(); // Set launch: [year], [month], [day], [hour]...
  launchTime.setDate(launchTime.getDate() + 15); // Add 15 days
  $("#countdown").countdown({until: launchTime, format: "odHMS"});
});
If you want to set this day in the counter, change this code to:
$(function() {
  launchTime = new Date(2012, 5, 15); // Set launch: [year], [month], [day], [hour]...
  $("#countdown").countdown({until: launchTime, format: "odHMS"});
});

How do I set the date for the countdown?

You need to set the date in JavaScript block inside the HTML file. Take a look into documentation for more info.

Hey I’m looking to have the content section at the very left or right of the page in the centre. How do I do this please? I can only find margins for individual widgets.

Hi,

you can use position: absolute; and left: 0; or right: 0; for the elements you want to align left or right.

Equiet

There are two little problem with contact form:

- email received are empty (I’ve already read the post before where you said to change <textarea name=”text”></textarea> but in my case is already done in index.html) - if you try to resize the text area (try to maximaze it) the aligment of background does not work (see the image http://i40.tinypic.com/34e3jox.png )

Thanks.

Ok first problem is solved: in contact.php we need to change

mail($your_email, ‘Message sent from coming soon site’, $_POST[‘message’], $headers);

with

mail($your_email, ‘Message sent from coming soon site’, $_POST[‘text’], $headers);

Thanks for identifying the problem.

Unfortunately, the textarea was designed not to be resized. You can set the background alignment to the left, but it probably won’t solve your problem. :-/

On firefox 10.0.3 I see the CSS always green (the coulor does not change – I’ve tried with blue and black without lucky), in Chrome and IE, works great. Thanks.

Great theme!!

I’m noticed that my subcribe feild is blank. It’s not showing the “Your e-mail address…” I’ve opened all of the different html pages and all of them are showing blank. What am I doing wrong?

Thanks

Just replace

<input name="email" placeholder="Your e-mail address...">
with
<input name="email" placeholder="Your e-mail address...">
. If you want to use jQuery Placeholder instead (recommended), you don’t need to modify subscribe.html, just insert the code from the website into script.js file.

Is it just me or are the replace “this” with “that” the exact same?

Oh, sorry. It should have been

<input name="email" value="Your e-mail address...">

Hello :) Really nice counter :) but..I have a problem: why the counter restart from the beginning each time? I mean: I set it to 90 days: every time I visit the page I see 2 mounth 28 days 23 hours 53 minutes 3 second Now I press F5 I see again 2 mounts 28 days 59 minutes 59 seconds Could you please give me a suggest on howto fix this? Another things: is possibile to translate ‘days’ , ‘mounts’ , ‘hours’ and ‘seconds’ ?

Thank you

Ok, thanks. Now works. How to translate ? Thank you.

Look at js/jquery.countdown.min.js. It is minimized, but at the beginning of the line you will see labels you need to translate.

Works perfectly, thank you.

Hi there!

My contact form is not working properly. It does send the email, but the inputed text doesn’t go with the message.

The email received only contains subject and nothing else, it’s blank!

Thank you!

Hi!

If you check my website (www.demetercofrecceiro.adv.br) you will understand.

It’s in portuguese, but just click on “Mais Informações”, means More Information, and on the next page on the bottom left side it’s written “Formulário de Contato”, means contact form… so there is on eon your theme :)

Oh, I am sorry. I forgot about adding this feature. There is a problem with textarea name, just change

<textarea name="message"></textarea>
to
<textarea name="text"></textarea>

Once again, I’m sorry I’ve forgotten about it.

It’s ok!

Yes what you pointed was me who changed trying to solve the problem, but the easiest way to do that is to make a small change in the contact.php file.

change: mail($your_email, ‘Message sent from coming soon site’, $_POST[‘message’], $headers);

to: mail($your_email, ‘Message sent from coming soon site’, $_POST[‘text’], $headers);

No change has to be done on index.html, as the original file already tells: <textarea name=”text”></textarea>

Thank you very much!

Emilio

hi! please let me know if possible: - to change the background color to a very light one: white-grey; - to replace “minimal coming soon” text with company logo;

thx in advance!

Hi,

it is possible. Change the color to white, then disable gradient or pattern in CSS . You can include the logo simply by inserting the into heading.

Equiet

Hi! I like your template, looking forward to buy it. Just please let me know if I can change the background color to a very bright/light one?

Thx!

You can set the color to whatever you like. But the shadows look quite bad when too bright color is set.

You can set the color to whatever you like. But the shadows look quite bad when too bright color is set.

Done, but it doesn’t work :?

I meant without the <code> and </code>.

sorry, now its paste without the

Hi I have bought your file. The mailchimp subscribe.php show a blank page. I have paste my api key and the list id but when i will subscribe the form say ” Something went wrong. Please try again.” . The standard email notification works fine.

http://www.digitalfruits.de/muellmos/

Please help.

Hi, could you please add line

alert(data);
right above the
if (data == "successful") {
line in index.html and repeat the process of subscribing? You should see an error or some notice.

Equiet

Thanks for creating such a great template.

There seems to always be a scroll bar on the right. (It appears in the Live Preview also.) Any idea what’s causing that and how to remove it? I see it in Firefox, Safari, and Chrome on the Mac.

Daniel

Hi,

you can remove the scroll bar by adding
html { overflow-y: auto; }
at the end of style.css file.

Equiet

Last thing, can you send good instructions in order to change the background image to a custom backgound? Thanks

Hi,

take a look into documentation. There is a short info about using image as a background.

Equiet

Hello! I also bought the issue, but need the file to use mysql, if you can send me: yuricampos@me.com Thank you!
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey