Discussion on Gravity // Coming Soon - Under Construction

Discussion on Gravity // Coming Soon - Under Construction

Cart 4,958 sales
Well Documented

Avanzare supports this item

Supported

This author's response time can be up to 2 business days.

201 comments found.

Dear Seller

How is it possible to change the parallax way to zoom in on the background, how can I avoid my background is zoomed as much into?

Thanks in advance

If you want a “fadeIn” effect instead of “fadeInUp/fadeInDown” effect do the following:

1. Open up your script.js file.
2. Find section “1. LOADING”.
3. Find the following code:

$("#intro .container-mid").fadeIn("slow");
$('#intro.intro-1 img.logo').addClass('animated fadeInDown);

setTimeout(function() {
$('#intro.intro-1 h1').addClass('animated fadeInUp');    

setTimeout(function() {
$('#intro.intro-1 p').addClass('animated fadeInUp');

setTimeout(function() {
$('#intro.intro-1 .arrow-wrap').addClass('animated fadeInUp');

setTimeout(function() {
$('#bg-effect-1 canvas').addClass('animated fadeInUp');  

setTimeout(function() {
activeOverlays = 1;
$('#bg-effect-1 canvas').css('opacity','1');  
$('#intro.intro-1 .arrow-wrap').css('opacity','1');
$('#intro.intro-1 p').css('opacity','1');
$('#home-screen .content-block h1').css('opacity','1');
$('#intro.intro-1 img.logo').css('opacity','1');

}, 1000); 

}, 500);

}, 500);

}, 500);

}, 500);

4. Update it to:

$("#intro .container-mid").fadeIn("slow");
$('#intro.intro-1 img.logo').addClass('animated fadeIn');

setTimeout(function() {
$('#intro.intro-1 h1').addClass('animated fadeIn');    

setTimeout(function() {
$('#intro.intro-1 p').addClass('animated fadeIn');

setTimeout(function() {
$('#intro.intro-1 .arrow-wrap').addClass('animated fadeIn');

setTimeout(function() {
$('#bg-effect-1 canvas').addClass('animated fadeIn');  

setTimeout(function() {
activeOverlays = 1;
$('#bg-effect-1 canvas').css('opacity','1');  
$('#intro.intro-1 .arrow-wrap').css('opacity','1');
$('#intro.intro-1 p').css('opacity','1');
$('#home-screen .content-block h1').css('opacity','1');
$('#intro.intro-1 img.logo').css('opacity','1');

}, 1000); 

}, 500);

}, 500);

}, 500);

}, 500);

5. That’s it.

Thank you very much for the fast support it is a pleasure! :) Thanks

Thank you for your feedback. We try to do the best for our customers. :)

Hey Avanzare!

I was just curious, I am trying to separate the background constellation overlay on the welcome page.

Where exactly is that defined / created in the css? js? Is there a tutorial on using that overlay effect somewhere?

Thanks in advance! :)

Hi

Do you want to move the effect to another place or do you want to hide it as long as the overlays are active / visible?

You need html,css and js to run it.

html – to define the “canvas” element
css – to make canvas element fullscreen
js – to run the canvas constellation effect

There is no real tutorial but a lot of code snippets just google “canvas constellation effect”.

I would like to move the effect to another place, correct!

I am currently checking out this link: http://codepen.io/acauamontiel/pen/mJdnw

If you have any other suggestions for moving it, please let me know :) (For example, say I wanted to transfer your exact constellation canvas effect to a plain black page).

Thanks again!

Ok, if you want to move / customize the effect I can’t help you anyways because this would not fit my support terms.

http://themeforest.net/item/gravity-coming-soon-under-construction/8875822/support

But I strongly recommend to use some code from codepen or rip gravity down to the constellation effect and update the background to “color” and make it black via config.js file if you want a plain black page.

Hi there

Great template thank you very much. Im just having issues getting the php subscribe and contact forms to work. When I click on the submit buttons nothing happens. Any ideas? I tested a different form on the server and it worked, so it’s not a server side issue.

Hi,

please send me your files in zip via mail I will try to find the problem asap.

What kind of hosting do you use (provider,hosting kit name)?

What other form you tested?

Kind regards

Avanzare

Hello, this is a pre-sale question, when i bought it, can i use the reel on this example? Do i get the rights to do it just like you show it?

Hi,

I didn’t hold the rights and I don’t sell them with the template.

Kind regards

Avanzare

What’s the difference between the Extended Edition vs. the Launch Edition? I viewed both HTML and couldn’t tell the difference. Thanks.

The problem is that it’s to much content for panorama view the only thing you can do is to allow the container to overflow.

You can do this with following code:

#intro .container-mid {
    left: 0;
    overflow: auto;
    width: 100%;
    top: 0;
    transform: translate(0);
}

Add it in the media query.

I’ll just leave it as is, the full website will be up soon anyhow. Thanks for your prompt response and excellent customer support.

Thanks a lot for your feedback.

I’ve just downloaded the zip, but its missing the jquery.mb… file & I can only hear the video against a black screen http://vanderlyle-geek.co.uk/

Sorry must have been a caching issue, as it’s all working now!

Alright if you have something else feel free to contact me via my contact form on my profile.

hello, how can I change the loading? where the gif?

Hi,

Gravity is using a loading plugin without gifs.

http://github.hubspot.com/pace/docs/welcome/

But you can overwrite the css spinner with for example your gif.

How to find the css spinner class:

1.Open layout.css

2. Search for the “2. LOADING” section

3. Find the following code

.pace .pace-activity
{
    position: fixed;
    z-index: 2000;
    top: 50%;
    right: 50%;

    display: block;

    width: 36px;
    height: 36px;

    -webkit-animation: pace-spinner 400ms linear infinite;
       -moz-animation: pace-spinner 400ms linear infinite;
        -ms-animation: pace-spinner 400ms linear infinite;
         -o-animation: pace-spinner 400ms linear infinite;
            animation: pace-spinner 400ms linear infinite;

    border: solid 2px transparent;
    border-top-color: #1fb8b2;
    border-left-color: #1fb8b2;
    border-radius: 100%;
}

4. Edit it

That’s it but if your image is to large and not centered correctly add following css rule:
transform: translate(50%,-50%);

I put the youtube link in the config file and it’s still not working, how do i get it to work ?

I answered your mail.

Just change the background option from image to youtube.

That’s it.

Hi, Just bought it, and it’s drives my 13” i7 MB pro crazy http://websolutis.com/ticket/pictures/2016-02-04_14-12-05.jpeg

I’m sorry I have currently only a small amount of test devices…

Can you confirm that it’s looking similar to this:

http://quirktools.com/screenfly/#u=http%3A//creazione.avanzare.co/gravity/demo/image/black/index.html&w=568&h=320&a=37&s=1

And again thanks for helping to improve Gravity. :)

Here is the problem to be more clear :) I couldn’t scroll up and down http://www.screencast.com/t/BZqySOqGwGHt thanks

OK, I will put a fix for this issue in the next update.

Even I put Youtube video URL in config.js does not display as a background. NOT WORKING AT ALL!!!

Please send me your files in .zip/.rar via mail that I can fix this issue as soon as possible.

Hi, Please add a version with a big logo and smaller byline. J

What do you think about a logo version without byline but with an arrow boxed pointing down?

Ey! Thanks for the update!!

Thank you for the great feedback.

Can this template be used as a landing page for my WordPress site while I work it? Does it come with instructions on how to set it up?

You can’t use the html template directly because it isn’t a wordpress plugin but you can upload it for example manuel on a web space and then you can set it as main page for the time you work on your wordpress.

Image and Slide index.html files are wrong—they are all the same as the YouTube one, so the only kind of site you get is the YouTube background version. The files in the download do not match the ones in the demo.

I download them to check them but all are working as they should please check them again.

I just wanted to ask how exactly you can add more overlay sections to the site…. GREAT WORK! by the way

I am sorry but you can’t add more overlays and thank you.

template looks amazing once i got it all together. beautiful work, everyone loves my site

Thanks a lot for your feedback.

HI There Can anyone tell me how to integrate the email form with Mail Chimp? Thanks Abhy

I answerd your mail.

The package could not be installed. The theme is missing the style.css stylesheet.

Theme install failed.

The template is not working/made with/for wordpress you have to upload it manuel on your webspace…

Pre-sale question

Congrats on this template. it looks great! May I ask if it is possible to add a link to my blog once I set up the template? e.g. I would like the blog link to appear next to social media icons. Thanks

It’s very easy you have just to copy and update the link and if you want you can use another icon from iconfont.

Hey there, is there a way I can apply your CSS Animation (Stars Floating, etc.) to a WordPress Post Page? is there a Plugin I can buy from a 3rd Party or from you to incorporate this into one of my WP Post Page? I think you use a JQuery for this animation right? It would add some real razzle & dazzle to my WP page if this is doable. Let me know. Thanks.

My is not based on it.I am sorry but i am not available for custom work.

No worries, I manage to create what I needed and it’s working fine. Thanks. Hey, you had mentioned awhile back that you’ll be provide a Template Update on this soon? Since there was a bug on some of the browser where the Coming Soon page doesn’t display properly or something like that. As I recall from our preview forum discussion. Thanks.

The update is finished but its not even a update it a complet new template but I currently work on a config file setup type and after I finished the feature I will upload it.

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