ThemeForest

Eleganttwo - Animation responsive coming soon page

  • Exclusive Author
  • Has been a member for 0-1 years
  • Indonesia
  • Bought between 1 and 9 items
  • Sold between 100 and 1 000 dollars

awesome work buddy! Good luck with sales :D

G_4
G_4 Author

Thanks

  • Bought between 100 and 499 items
  • Has been a member for 3-4 years

wish it had Mailchimp API support so it could save subscribers directly to lists… also a check if email already exists with appropriate error message so it does not imply or actually save the email twice.

G_4
G_4 Author

Mailchimp API support maybe in next update

G_4
G_4 Author

Version 1.01 Added Mailchimp subscribe

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 0-1 years

G_4, priv! Nice work. Good luck with sales!

G_4
G_4 Author

Thank you

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 1-2 years

I cant get it to open. I have tried IE, FF, Opera, an Chrome.

G_4
G_4 Author

You can not open a demo, what you see?

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

I’m new to this, and I need HELP Bad!!! lol, hey how do I make the email submitting work?

G_4
G_4 Author

Hello. Thank you for your purchase. Worked to subscribe need hosting with php. Just copy the contents of a folder elegant_two http directory. If user click Subscribe beside the index.html will mails_**.csv file with emails.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hello. This works great in Google Chrome (25.0.1364.172 m, Windows), Mozilla Firefox (19.0.2, Windows), Opera (12.14, Windows), Safari (6.0.2, Mac) and IE (v9 only – v8, v7 & v6 things just look odd). I cannot get it to work in IE10 that comes with Windows 8. Any ideas? Thanks.

G_4
G_4 Author

Thank you for your purchase and feedback.
Template supports only IE10, 9 and part 8 (IE6-7 version does not supports). Bug IE 10 I will correct as quickly as possible.

G_4
G_4 Author

Bug fix in IE10

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hi, great design. I’d like to add a logo above the window, centered. How can I do that?

G_4
G_4 Author

The file index.html change

<div class="pre-floater" />
to
<div class="pre-floater text-center">
    <div class="floater" />
    <div class="logo"><img src="assets/img/icon/touch-icon-ipad.png" alt="logo" /></div>
</div>
The file style.css change
.pre-pre-container,
.section-count,
.section-name,
.dig-hours span, 
.dig-mins span, 
.dig-sec span,
.pre-footer,
.subscribe,
.desc-time,
.header,
.soon,
.desc
{
    opacity:0;
}
to
.pre-pre-container,
.section-count,
.section-name,
.dig-hours span, 
.dig-mins span, 
.dig-sec span,
.pre-footer,
.subscribe,
.desc-time,
.header,
.soon,
.desc,
.logo
{
    opacity:0;
}
The file custom.js change
$('.section-name,.section-count').delay(100).animate({opacity: '1'});
to
$('.section-name,.section-count,.logo').delay(100).animate({opacity: '1'});
G_4
G_4 Author
The file style.css
in the @media (max-width: 767px) delete
.floater{height:10%;}
in the @media (max-width: 480px) delete
.floater{height:0px;}
Default-user

Thank you so much for the detailed description. One last thing. The logo is very high above the window. What can I change to lower it? Thanks

G_4
G_4 Author
The file index.html change class=”floater” to class=”floater2”
<div class="pre-floater text-center">
    <div class="floater2" />
    <div class="logo"><img src="assets/img/icon/touch-icon-ipad.png" alt="logo" /></div>
</div>
The file style.css add style
.floater2{
    height: 50%; /*changing can be moved up and down*/
}
  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

Hi, when loading the demo on Google Chrome on Windows, the pre-container to container phase animates a little towards the left, then jerks back to centre, presumably because of the scrollbar width. It works fine on Safari on Mac because the browser scrollbar is overlay.

Can this be fixed on Google Chrome for Windows?

G_4
G_4 Author

Thank you for your purchase.
This bug i will correct as quickly as possible.

Default-user

Thanks for the help, but it is not possible for me. My website has many content which requires scrolling, so I am unable to use overflow:hidden;

Is there any better workaround?

G_4
G_4 Author

This bug i will correct as quickly as possible.

G_4
G_4 Author
The file style.css delete overflow:hidden;
.pre-container{
    margin:0 auto 10px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    overflow:hidden;             <--------------
    height: 2px;
    opacity:1;    
}
Default-user

Thank you!

Default-user

Is there any alternative to this? I have images that are opacity:1 while animating, so the overflow is visible as it animates from pre-container to container/container to pre-container.

G_4
G_4 Author

May be the appearance of your images to animated from opacity:0 to opacity:1. Or add images to a opacity:0 div

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

i would like to add a logo right above coming soon where the template says Eleganttwo.

G_4
G_4 Author

Please enter your email or send me a geivvl@gmail.com

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi Have a problem with this theme. When I try to upload to wordpress I get a missing style.css error. Can anyone help please?

G_4
G_4 Author

This theme is not for wordpress it’s just html theme.

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 0-1 years
orontes Purchased

Hi there, first of all i have to admit you, it is pretty awsome work, well done and thank you for it. I have a little problem, i couldn’t find solution :(. I have included a “Tooltip” class with a question icon by using this code;

class= “tooltip” title=”Here is the info text”> On the main page (index.html) works fine just like i want but i want also to include the same option to the other languages, how can i do that? I will be very happy for a quick answer because i am totally blocked now :( Thanks a lot and i wish you a good day Orontes
G_4
G_4 Author
Hello, thank you for purchase. If you want to translate “title”: in file index.html
<footer class="row show4">
  <div class="nine columns push-three icon text-right">
    <a href="#" class="tooltip" data-localize="foot.icon.twitter" title="Twitter"><span class="icon-twitter-3" /></a>
    <a href="#" class="tooltip" data-localize="foot.icon.google" title="Google"><span class="icon-google__x2B_" /></a>
    <a href="#" class="tooltip" data-localize="foot.icon.facebook" title="Facebook"><span class="icon-facebook" /></a>
  ....
  ....
</div>    
</footer>
in file lang-ru.json
"foot": {
    "l": "????: ???????",
    "icon":{
        "twitter":{
        "title": "???????" 
    },
        "google":{
        "title": "Google" 
    },
        "facebook":{
        "title": "???????" 
    }
    }
},
orontes
orontes Purchased

Thak you for the answer,

but i am not trying to translate the file, with the translation i don’t have a problem, but my problem is; i am trying to include a “TOOLTIP” next to the welcome text in the /*main area.

In index.html, i have already included and it is working fine, but i want to include the same option to the other languages at the same place.

www.halal-tours.net if you check the link, you can see it better what i mean. Please check the english version first. Because the TOOLTIP is working only in the English version(because it is in the index.html)

G_4
G_4 Author

I can not see www.halal-tours.net index.html i not found

G_4
G_4 Author

In the code above, I showed you an example if you want to translate a hint TOOLTIP welcome text, see

in file index.html
<div class="tooltip" title="Info text" data-localize="welcome">Welcome</div>
in file lang/lang-XX.json
"welcome": {
    "title":"translate Info text",
    "text":"translate Welcome" 
}
orontes
orontes Purchased

Now i understand it better, but where it says “Welcome” i dont want to have TEXT i want to have a icon or a png picture like “Help” or “Question mark” and i want to have this picture also in the other languages.

I had a liitle problem with the server, but now everything is fine and you should be able to reach the page, can you please take a look at the link above.

Thank you!

G_4
G_4 Author
for image in file index.html
<img src="assets/img/icon/tooltip.png" class="tooltip" title="Info text" data-localize="image" />
in file lang/lang-XX.json
"image": {
      "src": "assets/img/icon/tooltip-fr.png",
      "alt": "alt-image",
      "title": "Title-image" 
}
p.s. change your error code
<article class="light desc show3" data-localize="name.desc">
  Soon you will be able to book your halal-holiday at chosen travel partners in Germany.
<class="tooltip" title="Halal-holiday offers you an islamic conform environment where you can carry out your religious duties carefreely even when on vacations."><img src="assets/img/icon/tooltip.png" />                    
</article>
on
<article class="light desc show3" data-localize="name.desc">
  Soon you will be able to book your halal-holiday at chosen travel partners in Germany. 
<img src="assets/img/icon/tooltip.png" class="tooltip" title="Halal-holiday offers you an islamic conform environment where you can carry out your religious duties carefreely even when on vacations." />
</article>                
orontes
orontes Purchased

I have already changed it, but it wont work :( i am trying to include it to the “lang/lang-de.json”. Here is the code how i am doing it:

"name": {
        "name_light": "Willkommen bei",
        "name_dark": "Halal Tours",
        "desc": "Hier entsteht demnächst eine Seite auf der Sie bei ausgewählten Reisepartnern Ihren Halal-Urlaub in Deutschland genießen können.",
        "image": {
            "src": "assets/img/icon/tooltip.png",
            "alt": "Beim Halal-Urlaub wird Ihnen eine islam-konforme Umgebung geschaffen, in der Sie Ihren religiösen Pflichten sorglos während Ihrer Ferien nachgehen können.",
            "title": "Title-image" 
    },
G_4
G_4 Author
Paste the new code:
<article class="light desc show3">
  <span data-localize="name.desc">Soon you will be able to book your halal-holiday at chosen travel partners in Germany. </span>
  <img src="assets/img/icon/tooltip.png" class="tooltip" title="Halal-holiday offers you an islamic conform environment where you can carry out your religious duties carefreely even when on vacations." data-localize="name.image" />
</article>
orontes
orontes Purchased

Excellent!... Now it is working fine… Thank you for your cooperation.

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years
  • Microlancer Beta Tester

Do all subscriber emails go into the same .csv file or does each subscriber have their own .csv file?

G_4
G_4 Author

Yes all subscriber emails go into the same .csv file

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
psychicme Purchased

Hi,

First of all a Huge thanks for creating an awesome landing page. I am trying to add LinkedIn as a Icon at the bottom for social media. But unable to do so. Can you please help?

Regards, Vinod

G_4
G_4 Author

Hello, thank you for your purchase. I added the 45 social icons (including LinkedIn). After checking you can download.

Uncomment in the file index.html
<a href="#"><span class="icon-linkedin" /></a>
G_4
G_4 Author

Available new version 1.05

Default-user

Thanks! I am having a problem with Mail Chimp API also. After giving the API Key and List ID Correctly. The entered E-mail address is not showing up in the Subscribers list. It just says e-mail address is already signed up. Please Help.

Default-user

Now I am getting the error Message when everytime someone enters the e-mail address.

Can you help me with the code for CSV again?

Thanks a lot for your help.


by
by
by
by
by