25 comments found.
Hi
I think I found a bug in your template (Bigfoto parallax version). When I open it on a phone, main photo doesn’t load, so basically it’s all empty space down to “Bride & Groom” header. Tested it on your demo page to rule out the possibility that I broke something during deployment and the it’s not working properly either. Checked on 3 devices (All 3 with Android): LG G4, Huawei Honor 6, Xiaomi Redmi 4 Pro.
Please help
Hello. Thank you for your information. I will take a look on it and fix ASAP.
dear what i have to do after downloading the template?
Hello. You need to unzip the archive. Inside you can find the documentation for this template. You can change the info (text, images and so on) and upload it into your hosting/server.
If you still have some questions, please, ask me. Thanks, your FairyTheme
1- do you support all locations ? my location will be in Amman-Jordan 2- can i change in the desing, have no cermony, and wanna add another event title!
Hello. Yes we support all locations. And yes, you can change whatever you want in the template. In the zip with the template you will find the documentation for it. And if you still have questions after all you can ask us, we will help.
Thank you
thanks Fairy Theme for your reply, one more question, i need to change (add, delete) menus so i can have my own navigation, can i ?
Hello, sure you can.
Hi, I try to deploy your theme on wordpress but I have an error because there is no style.css and index.php file. Can you help me?
Hello, I’ve already sent you an email. But I say it again. This is not a Wordpress Theme, this is html/css template. So you are not able to upload it on Wordpress.
Hi,
I want to add information popup when I clicked marker on map. How can I do this? this:
var beachMarker = new google.maps.Marker({ position: {lat: 51.53120947, lng: 20.00878707}, map: map, icon: image, html: ’<head></head>test’ });
doesn’t work. Could you help me how I can put some information when user click on marker on map?
Thanks,
Hello, add this code after all this block var beachMarker = new google.maps.Marker(...).
var contentString = ‘ test ‘ var infowindow = new google.maps.InfoWindow({ content: contentString }); beachMarker.addListener(‘click’, function() { infowindow.open(map, beachMarker); });
It should work. For more information, you can take a look on this docs: https://developers.google.com/maps/documentation/javascript/examples/infowindow-simple Let me know, if it works for you. On my side it works fine. http://c2n.me/3J4hicPYes, it’s working fine, THANKS!
Your welcome. Glad to help you))
Hello, I´ve already purchased your template (19f1ac9a-9b1a-44f2-8532-aa4639de62b0). Everything is fine, but I´ve got a problem with accent letters in IE browser. Chrome/Mozilla is OK. IE doesnt show accent letters properly, It seems to bee something like Ariel and not font used on website. I have charset=utf-8 and dont know what to do. Dont you know any solution (for example use another font)? Thank you very much for your help. Kamil
Hello, Kamil. Please, tell me what version of IE do you use?
Hello, IE 11. You can try it by your self: http://nasesvatbamalevil.cz/, thank you for your help.
Hello, I will take a look and come back to you later. Thank you.
Hello, Kamil. I was researching for your problem. And for me it works fine in IE. Please, provide me your email and we will discuss it on private. Thank you.
Hello, I´m really sure about it, trying IE or Edge, same problem. My email is kamil.hnatek@gmail.com, I will send you printscreens where you can compare those wrong letters. Thank you for your help
Hello. I sent you an email.
Hello, pls check my response from last week, thank you
Hello. I remember about you)) Please, don’t worry. In fact, we are looking for a new font for you.
Hello again. We updated the template. We added the support for Latin Extended for Google Fonts. Now you can update your website. PS. See the <link> with fonts in header.
Oh thank you, now it is working. Awesome.
Your welcome))
Doesn’t work on Kentico CMS, for example styling form element is a bad idea .
Hello. This is not a CMS theme, it’s HTML template. How do you implement it in CMS?
Hi,
I am having problems with the map. It worked well locally but does not show up when I put up in the server. Do I need to configure anything?
Hello. Please, give me a link to take a look. Our demo site also is on the server and it works fine.
Thank you. We will search for the problem and inform you ASAP.
Hello. I see that you have some warnings on your website in console related to ajax.cloudflare. Maybe, something with your hosting settings.
But anyway, I recommend you to create a new API key for Google maps and then put it here <script async defer src=”https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap”> </script>
You can find this script on the bottom of the page where we added all scripts.
The link to get a new key https://developers.google.com/maps/documentation/javascript/get-api-key
Google docs about the map https://developers.google.com/maps/documentation/javascript/tutorial?hl=engIf you still have questions, please, write to us.
Thank you))
Hello,
It seems that the download is not working for this item, please let me know when this issue is resolved.
Thanks in advance
Hello. From my side everything is ok. Maybe something on Envato server. Please, let me know if you cannot download it after sometime. Thank you.
I see that something wrong with envato sites – the search doesn’t work and some pages either.
Hi, your documentation doesn’t explain how to change the gallery section. I would like to know how to change the #hastag reference and understand how the carousel in the index page working.
Hello, Mlevesk. Please, don’t worry. Now we spend all our time to create a new template. Give us, please, one day to update the documentation for you about the gallery section. We willl inform you about the update. Thank you.
Hi. We updated the documentation. Now there is a section about the Gallery.
Hi, I am trying to update the photo gallery with my information, but did not found any information about it in the documentation.
First, I would like to change the hashtag reference but did not find where to change it. Also, currently, the photo gallery have 4 sections (All, Ceremony, Party and #hashtag). How in the bigfoto-gallery.html, can I specify in which section the photo suppose to go?
Thanks for your help.
Hello, Mlevesk. How are you? Hope, you are doing great))
Open the file bigfoto-gallery.html in the file editor (for example, Sublime Text). Here you can find buttons for filter, like this ”<button data-filter=”.insta”>#ourWedding</button>”. So, the filter is the CSS class “insta” (you can use your filter class). Now, find a divs with class “grid-item”. They are items in the gallery grid. You also can notice that these divs have other classes (“ceremony”, “party”, “insta”). The classes from the filter. Now for item that you need (div with class “grid-item”) add your class from the filter button.
We will update the documentation with this info soon.
And if you will need more detailed description let us now.
Thank you and have a good day))
Yes, I changed the hastag inside the <button> tags, but after that… Does any documentation available explaining the carousel and the bigfoto-gallery.html?
Photos seem to be store inside an album, but I do not understand that photos from instagram are stored too since they should come from instagram.

Also, in the index page, I do not understand how 3 random pictures are taken from the bigfoto-gallery.html since again, photos are in an album.

Really not clear!!!
Does any documentation about the carousel and bigfoto-gallery available? Your directives are not clear!
How photos section in the index.html are linked bigfoto-gallery.html? How to display pictures from instagram in the bigphoto-gallery?
The photos from index.html and the gallery page are not linked. On index.html we use OWL carousel and images for this are in img/carousel/ folder. And images for bigphoto-gallery are in img/albom/ folder.
And the #hashtag is just a hashtag. Without linked to the instargram.
Hello, does this template support Windows-1250 text? I need to use words with accents. thanks a lot
Hello. You can use your words with accents. For example http://clip2net.com/s/3GLianM
PS. You can change charset in <meta charset=”your-charset-here”>
nice work Fairy Theme, i have two questions; 1- do i have the ablitlity to change menue order, such as removings gifts or adding some other sub menue ? 2- dose the invited people can write a post or leave a comment ?
thanks
Hello. Thank you for your comment. Yes, you can change the menu using html editor. Now we don’t have a section with comments.
Very Nice Work
Thanks))
Hi.
Is it possible for guests to login in the web and submit photos they take with mobilephones or cameras and submit them? As far as i know the couples use to ask for photos to their guests. It would be awesome to allow guests to share all photos through the web.
Thanks.
Hello. HTML templates don’t provide such feature. If you want this you need to use some php (or other server side language) script. In our template we created this section http://c2n.me/3GqQg0u As you can see there is a tag, so couples can ask their guests to upload photos on instagram with this tag. But its just a feature))
Good work Fairy Theme. I want to confirm one thing before suggest my client to buy this theme. In Big Foto Layout, there is a big banner on the top. Is this banner changeable? Can my client use their own photo at the place of this big banner? What format of image will they require?
Hello. Yes, you can change the photo with your own. Its png image. All photos that you see are demo photos
Ok, thanks for your reply. I recommended this theme to my client. And when he tried to do the payment, his account got locked. I have raised the ticket regarding same. I hope the issue will get resolved soon and we will buy the theme.
I hope so. Let me know if you have more questions.
I don’t receive emails through the form. The success-message does show up though.
I had inserted my address into form.php and checked my spam after sending. Nothing there. Even tried different addresses, but no success.
Anything else I can try?
Cheers, Dorian
Hello, Dorian. Tell me, please, do you upload your files to the server or you use it on your local machine?
Hi, the files are running on a webserver.
Can you give me a link to the website?
Also, while we’re at it
I would also like to know if I can easily delete the “all events” field in the form. We don’t need that.
Well, I see that this page got a success response http://c2n.me/3Ews50E thats why you see a success message on your page and it means that message was sent. You need to check or ask your system administrator if your server can work with PHP and maybe there is some filter on the server.
PS. You both are looking great on the photo!))
I have several WordPress running on there, I’m sure PHP is not a problem. What kind of “filter on the server” could this be?
Did you try to ask about this your hosting administrator?
OK I just tested and it worked. This is probably spam prevention by the hoster.
Hello, Dorian. I am glad that everything is ok. For me it works even without this setting, but it depends on hosting.
Hello,
in my schedule section, the font awesome icons don’t show up. Anything I can check to make them work?
Chheers, Dorian
Hello. Thank you for your comment. I will fix this and write to you☺
We fixed this issue and updated Font Awesome to the latest version. Please, download new version. And if you have any questions just write to us)) Have a nice day!
Hello, thanks but your documentation does not say how to update..?
Hello, download new version and replace folder css/fonts with new one.
OK. But in head I also noticed a change from <link rel=”stylesheet” type=”text/css” href=”css/fonts/font-awesome-4.7.0/css/font-awesome.min.css”> to <link rel=”stylesheet” type=”text/css” href=”css/vendor/font-awesome.min.css”> ?
No, exactly the other way around, sorry. But there was a change.
Yes, you have right, link to new font awesome was changed. I think that after update you got a message from themeforest with changes. Next time I will write in documentation what exactly we changed. Is everything now alright?
Yes, thank you, a changelog qould be good. Have a nice day!
Hello,
very nice theme. Thx. I have one question. How can I leave the countdown down at a certain time?
Thank you for your support.
Cheers from Germany Andreas
Hello, Andreas. It’s nice that you like this template. In zip you have a documentation folder. Open the index.html file in this folder in your browser and find a section “JS guide”. There you will find how to set up the countdown. Or you can open the main.js file and find this:
// set your wedding date here var deadline = ‘July 30 2016’;
and change the date in quotes.
If you have any questions write to me))
Hi. Thx for the quick answer. I have changed the date. But it would be nice, the countdown could be count down to a specific time. Like “December 03 2016 16:00 PM”
Is this possible?
Thx
I am glad to help)) Do you mean that you want to set up not only “December 03 2016” but with the time, I mean hours and minutes?
Correct
You can set up a certain time, for example “December 03 2016 18:00:00 GMT+0300”
Great. It works. Many thanks.
Nice!
Congratulations! Excellent Work, GLWS
thank you))