Discussion on FOREVER - Responsive HTML Wedding Template

Discussion on FOREVER - Responsive HTML Wedding Template

Cart 1,961 sales
Well Documented

DoubleEight supports this item

Supported

57 comments found.

The countdown does not seem to be working correctly. In script.js, I have “theday = new Date(2016, 2, 15);”, and the countdown is showing me 7W 2D (and some hours, min, sec). It should be showing me 3W (and some days hours and min). Is there something else that needs to be changed too ??

Never Mind, I got it.

Hi

I would like to grab the images from an images folder rather than an external url, while the image is stil remains a background image. What would I need to change this code to?

Hi,

It can be done by change the background url. For example if you have image in images folder then it will look like this

background-image:url(images/your-image.jpg).

Hello,

The RSVP feature fails constantly for me. I have updated the rsvp.php file with a domain email address, and it is running on a brand new LAMPP installation. All I ever see is the red Failed bar when trying to submit an RSVP. I even tried with the bone stock template and just the email address field updated.

Any ideas?

Seems to fail after ” all_id.push(element.id);” in rsvp.js has ran through all the rsvp fields.

Hi,

It failed because the php mail function in rsvp.php is not sending. Is it on your localhost? Try to upload it to your web hosting.

Had to install ssmtp on my server and configure that to use my personal email. Also had to allow less secure apps on my gmail account Security and Sign-In Settings. Works well now.

Thanks for the quick reply.

Hello, I changed the email receipt of the file rsvp.php but I do not receive anything in my mail, both in spam that in the regular mail. I have a GMAIL account

The problem seems to appear only with GMAIL, using an account Otlook seems to work all right. Any suggestions?

Hi,

This template use scripted php mail for the rsvp to submit the form to the email, it will not work for some hosting if we use other email (not from the hosting). We recommend to use your domain email from your web hosting.

Is there a way to change the icons used in the “location” page ?

Yes. See documentation – page element – icon for more detail about icon. For location map, it can be changed from map-script.js

Hello! What is the js file where I put my wedding date? The documentation does not specify the file and which line is. Thank you!

Hi, for countdown, the date can be set in “script.js”, find “countdown” section. For homepage, it can be set in “index.html”, find “main slider” section.

If it still can’t be found, feel free to contact us from profile page. We will reply more detail with screenshot by using email.

Thank you

Looks like the countdown js part is off. I had to set this for January 23rd and the format had to be 2016, 0, 23 instead of 2016, 1, 23 – 1 being the first month of january

Yes, for the countdown it will start from 0 for January. We already provide that in documentation.

Great template! How do I change the initials in the white circle with the heart in the menu header?

Thank you. It can be changed in each html file, find “CSS LOGO” section and then find this line:
<strong>G</strong><i class="de-icon-heart-1" /><strong>D</strong>

Ok awesome! Thanks for the info. Really appreciate it.

Hi, I am deciding to purchase your template. Please, does the gift registry sent an email or do I need to add some php script for it?

Hi, we just provide the layout for the gift registry, so you have to add your own link to direct them to other website or add your own script to do some action like sending email or others.

I am finding it hard to set the timer, Can you help me in that ?

I actually have a bunch of questions, 1) I am trying to set the countdown and dont know where I can enter my wedding date to set the counter 2) Where do I enter the RSVP email, so .the whenever people enter the RSVP information, it will sent to an email? 3) Also can you tell me where I can insert the Google Map information to embed it on the page?

Also, I bought the HTML theme, can I use it on a Wordpress site?

1. The step to set the countdown can be found in documentation. 2. Yes, rsvp will send to your email. The step to set the email also can be found in documentation. 3. We also provide some documentation for the google map.

If you still have a problem later after using the documentation, feel free to contact us.

This is HTML template, so you cannot use it on wordpress.

Nice Work and GLWS

Thank you :)

Hi, Great template and excellent documentation! I have the site almost ready now but when I shrink the browser to view the site on a smaller screen the bottom banner image disappears and only a grey box is shown. Is this a responsive bug or have I missed something? Thanks

Hi, thanks for this report. Yes, it is a bug. It can be fixed by add responsive: true below horizontalScrolling: false for the stellar option in script.js (Stellar Parallax section).

Thank you for the report.

Hello, This is an HTML template right? Where should I host the website?

Yes, It is HTML template. Our demo site works well on bluehost. You can also search and use other similar hosting.

Hi! Great template, Is Wordpress version available to cooperate?
Thanks!

Hi,

Apologies, We still focus on the HTML version first. So it is not ready for Wordpress at this time.

Thank you

Ok, let me know when you want to create WP version for this template.
Thanks!

I love this template. :grin:

And I have some questions.

  • How to make a contact form that can only be filled by numbers? such as the email column which can only be filled email address.
  • How to combine Contact Form with Google Captcha? I’ve tried to put a script from Google, but without having checked captcha can still click ‘submit’.
  • Can i have message box with character count?
  • How to make a Footer bagde? You can see on my site, under the Footer area I want to put a line of text that I hope to have a black background and white font color. And i have no idea for that.

My site is goo.gl/K2RHTy.

Thanks for your purchasing.

Please contact us from our profle page. So we can reply more detail by email.

Thank you

Hi, I realized that the stellar background images don’t work in webkit browsers. In the script.js on line 302 there is the following condition: if( !device.tablet() && !device.mobile() && !isIE9() && !isIE10() && !isSafari() ) {

isSafari() also disables Chrome. I removed it and it seems to work fine now.

Yes, isSafari() will check if the browser is safari/chrome on Mac. We include it to disable the stellar background for a better performance, because some time it is not smooth. Did you get it smooth when scrolling?

Yes, it is very smooth, not problems at all.

Great to hear that. Thanks for this report.

While I ran Google PageSpeed on http://demo.dethemes.com/forever/versions/onepage/index.html The rating is 54/100 of PC version & 46/100 on mobile version. Some of my friend can not access through mobile phone. Is there direct instruction from your guys that I can tune the performance?

Thanks for this report. We will check it first and come back to you later.

Thank you

Hi,

We found three main suggestion from Google Pagespeed report: leverage browser caching, image optimizing and render-blocking JavaScript and CSS. Actually, we are not sure this is the main problem that make the user cannot access the site. But we believe it can increase the site performance. See below for more information about it.

- For leverage browser caching, try to enable caching by using .htaccess. See this article for more information about it https://varvy.com/pagespeed/leverage-browser-caching.html

- For image optimizing, the common way is using photoshop, save for web and choose the best optimized quality.

- For render-blocking JavaScript and CSS, this template use the common rule to call / load script and css. So to eliminate render-blocking JavaScript and CSS in above-the-fold content like the Google Pagespeed suggestion, we need to check more and make sure all features will work after we change the way to call / load all of the script and CSS, so we cannot provide any update for this at this time. See this article for more information about it https://varvy.com/pagespeed/render-blocking.html

In regards to some of your friend cannot access the site, we think maybe the problem is because of this template use google fonts. Some time, the server is busy and make the site just loading in the preloader page. Maybe you can try to download and embed the font.

Let me know if you have any question about it.

Thank you

Thanks for the prompt response

hello, I am wary about spam, would you be able to add a captcha to the RSVP page?

Hi, we still don’t have a great captcha feature for the RSVP page at this time. But we can add a simple one by updating the rsvp script. Please contact us from profile page, so we can send it to you by email.

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