38 comments found.
Hi, the ‘save the date’ loader the animation is not working…
Hello. Thank you for purchase. Can you give me the screenshot on the email. Thanks.
ya sure.
Can you sand me the email address..
sure hartryfock@gmail.com
Hi,
I purchased your FairyTheme Wedding Template and I have a few questions:
1. How do I change the loader text on every page which says “save the date”?
2. If someone adds a comment to the Blog page, how do I edit or delete that comment?
3. Where do I add details of the MailTo email address for the forms?
Many thanks
Jay
Hello, Jay. Sorry for this delay. All my team currently are on vacation. 1. This text is the animated SVG. You can’t change it. You need to upload the new one. 2. Since this is the HTML template you probably will add some script for comments of add the CMS. Here you will have the possibility to edit or delete the comments. 3. In the root folder should be the form.php file. Here you can change the email address.
Let me know, if you still have some issues. I am here.
Thank you
Hi,
I was trying to install the theme onto WordPress. But I’m getting this error. Can you help, please?
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
Thanks & Regards
Hello, this is not the WordPress theme. This is the html template. If you need the WP theme you can buy it directly on my site with the discount price https://pavlyukpetr.com/product/queenflowers-wordpress-wedding-theme/
Hey there, I’ve just purchased your nice queen flowers template and want to extend it for my own use. Therefore I’m interested in which setup you used for development. Which engine did you use to include the html templates with ”//=” when building? Which engine did you use to build the sass files? I am used to gulp but keen to learn new stuff. Greetings Daniel
Hello, I also used gulp and npm modules for compilations. For html it’s gulp-rigger.
Thanks for your quick reply! I will definitly try gulp-rigger! Is there a possibility to also get the gulpfile?
Hello, give me your email I will send it to you.
Thanks, I sent you my E-Mail in a private message.
Sent it to you. Thank you
Hello,
I’m sorry I just understood my error, I did not download a version for wordpress …
is it possible to make me refund, so that I can take the wordpress version?
Thanks. Vincent
Sure, you can ask for refund
Hello,
the theme does not work, when I add it to Wordpress, I always have the message “style.css missing” I don’t understand why … could you help me ?
Thanks you very much. Vincent
Hello. I know that my support is expired but please can you help me with php form? I want to configure subject instead of numberprefix. Both fields should be name and name instead of name and number. And as sender i want my email adress. So email from and email to should be my email adress.
<?php // Configure your number Prefix and Recipient here //$numberPrefix = ‘RSVP’; $subject = ‘RSVP’; $emailTo = ‘myemail@myemail.com’; // change to your email $errors = array(); // array to hold validation errors $data = array(); // array to pass back data if($_SERVER[‘REQUEST_METHOD’] === ‘POST’) { $name = stripslashes(trim($_POST[‘name’])); $number = stripslashes(trim($_POST[‘number’])); }
if (empty($name)) {
$errors['name'] = 'Vyplňte jméno';
}
if (empty($number)) {
$errors['number'] = 'S kým příjdete?';
}
// if there are any errors in our errors array, return a success boolean or false
if (!empty($errors)) {
$data['success'] = false;
$data['errors'] = $errors;
} else {
$name2 = "$number";
$body = '
Jméno: '.$name.'
Příjde s: '.$name2.'
';
$headers = 'MIME-Version: 1.1' . PHP_EOL;
$headers .= 'Content-type: text/html; charset=utf-8' . PHP_EOL;
$headers .= 'Content-Transfer-Encoding: 8bit' . PHP_EOL;
$headers .= 'Date: ' . date('r', $_SERVER['REQUEST_TIME']) . PHP_EOL;
$headers .= 'Message-ID: <myemail@myemail.com>' . PHP_EOL;
$headers .= 'From: $name ' . PHP_EOL ;
$headers .= "Return-Path: $emailTo" . PHP_EOL;
$headers .= 'X-Mailer: PHP/'. phpversion() . PHP_EOL;
$headers .= "X-Originating-IP: " . $_SERVER['SERVER_ADDR'] . PHP_EOL;
mail($emailTo,$subject,$body,$headers);
$data['success'] = true;
// Change the Success message here
$data['message'] = 'Děkujeme, ' . $name . '! Budeme tě očekávat na svatbě.';
}
// return all our data to an AJAX call
echo json_encode($data);
Hello. Can you still download the template? If yes, I can update it. If no, send me your email, please. I will contact you directly and help you.
Hello. yes i can download it. And do you understand how i meant it? i need input like name and name instead name and number.. And subject i will configure in form.php and i want to also configure sender that should be me instead of server name and time or something like that. You can paste it here if you dont want to update whole theme.
in mailbox it should be like that https://clip2net.com/s/46qHOzk
If you want to do serious update then you could add 1 more field and it will be like this
1) guest name – required field
2) names of people who will come with guest (girlfriend or someone) – required field
3) contact field (email or phone) – optional field
I think that could be the best RSVP form
Yes, I will update the form. I can do it in the way you suggested. But I am not sure that I can configure the “From” part. Looks like it always will be the server info. But I will check. I am going to update it today maybe tomorrow. Thanks
Source: https://www.php.net/manual/en/function.mail.php
Maybe “From” is possible? <?php $to = ‘nobody@example.com’; $subject = ‘the subject’; $message = ‘hello’; $headers = ‘From: webmaster@example.com’ . ”\r\n” . ‘Reply-To: webmaster@example.com’ . ”\r\n” . ‘X-Mailer: PHP/’ . phpversion();
mail($to, $subject, $message, $headers); ?>
If not possible what if we send “From email adress” from html file to form.php.. maybe hidden field with email or something? not visible on frontend
I dont know PHP that much like html and css so i cant help you. You are awesome and the theme is awesome too.. Thanks
Yeah, I will try to implement it. Let you know later. Thank you)
Hello. Already uploaded. Please, take a look. Thanks
It’s awesome. Really awesome. Thanks
Nice, that you like it. Could you, please, give me 5stars rating? ☺️ Thanks
I already did that.. look for my name in reviews.. you should have better rating..awesome template
Yes, see your review. Thank you a lot. Have a great time!
Hello. What the pictures are not working?
The main pictures with IE strech when resized.
Oh, I see. This issue was fixed in one of the last update. Please, download the new version of the template. The main change was in the main.js file. Thank you
Just download the last template, and replace the old banner.jpg with mine, still not working on IE. cf screeshot: https://i.postimg.cc/8zGvZMmK/Sans-titre.png I precise again, it’s the last template.
You need to replace the main.js file.
It s the last main.js file, it s the last template i just put my picture to make the screen. I told you this like 5 times already.
Sorry, but I still see the old version of the file on your site. In the new file you should have the /* IE detect */ block. Do you see it in the file? It should be in the bottom, line 314.
If somehow you don’t have it in the new file, please, send me your email and I will send you the file directly. Thank you
Dear Fairy Theme, I am experiencing serveral issues with the gallery\slider. Many pictures looks rotated on a wrong side while browsing the site with Safari. The site looks perfect from PCs and Android devices with Chrome, Firefox and Opera, but I can’t figure out why I am experiencing such problems with Safari. I purchased the extended support, is this kind of question included?
P.s.: obviously I did not altered the CSS torotate the pictures. I uploaded some photos which are properly oriented “file-side”.
Best regards, GP
I solved by myself. There was a “not so obvious” problem with the metadata in the photos. The problem was “reproducible” on a PC opening the images with XnViewMP. Via this software it’s also possibile to remove the metadata so Safari will be forced to keep the “source” orientation.
Thanks, GP
Hello. Interesting. Great, that everything works fine now. Anyway write to us, if you need any other help. Thank you, have a great time
Hi, would it be possible to get the logo and logo/small psd or any other format, so I can edit the names? It would be really appreciated.
Hello. I will check with my designer and will back to you tomorrow.
Hello, give me your Email, please. I will send you the logo PSD.
Hi !
Got a weird behavior for the banner in IE, the picture stretch when resize. Here a screenshot : https://imgshare.io/image/sans-titre.GR3de
Any idea ?
Ty.
Hello. Will take a look and fix it today. Thank you
Hi !
Any news ?
Thanks.
Hello, did you get the notification? We updated the template with the new IE fix.
No i didn’t but it’s a great news. Can you just post here the modification or should i check in the template ?
EDIT : Just download the template, but it seems to be the same (Last update 26 April 2019).
it wasn’t updated somehow. Doing this right now. I will come back to you when its done.
You can download it now.
Hello. Are you sure that you update the files? It looks fine on my side https://imgshare.io/image/GDKiO
Hello again ! Just download the files another time. Maybe another upload problem ?
https://imgshare.io/image/sans-titre.GV9ZeHello again, sorry to bother you but it’s been a week and the i still don’t have the fix.
Hello, sorry for that. I am checking what is the problem. Its strange but it works fine for me https://imgshare.io/image/LcLLy What version of IE do you use?
Hi, RSVP form not working for me ;( on www.dianaycesar.com, can you help me?
PHP CODE form.php:
<?php
// Configure your number Prefix and Recipient here
$numberPrefix = '[Contact via website]';
$emailTo = 'djcesar@gmail.com'; // change to your email
$errors = array(); // array to hold validation errors
$data = array(); // array to pass back data
if($_SERVER['REQUEST_METHOD'] === 'POST') {
$name = stripslashes(trim($_POST['name']));
$number = stripslashes(trim($_POST['number']));
$number = stripslashes(trim($_POST['code']));
$number = stripslashes(trim($_POST['plate']));
if (empty($name)) {
$errors['name'] = 'Nombre requerido.';
}
if (empty($number)) {
$errors['number'] = 'Numero requerido.';
}
if (empty($number)) {
$errors['code'] = 'Codigo requerido.';
}
// if there are any errors in our errors array, return a success boolean or false
if (!empty($errors)) {
$data['success'] = false;
$data['errors'] = $errors;
} else {
$number = "$numberPrefix $number";
$body = '
<strong>Name: </strong>'.$name.'<br />
<strong>Phone number: </strong>'.$number.'<br />
<strong>Code number: </strong>'.$code.'<br />
<strong>Plate number: </strong>'.$plate.'<br />
';
$headers = "MIME-Version: 1.1" . PHP_EOL;
$headers .= "Content-type: text/html; charset=utf-8" . PHP_EOL;
$headers .= "Content-Transfer-Encoding: 8bit" . PHP_EOL;
$headers .= "Date: " . date('r', $_SERVER['REQUEST_TIME']) . PHP_EOL;
$headers .= "Message-ID: <" . $_SERVER['REQUEST_TIME'] . md5($_SERVER['REQUEST_TIME']) . '@' . $_SERVER['SERVER_NAME'] . '>' . PHP_EOL;
$headers .= "From: " . "=?UTF-8?B?".base64_encode($name)."?=" . PHP_EOL;
$headers .= "Return-Path: $emailTo" . PHP_EOL;
$headers .= "X-Mailer: PHP/". phpversion() . PHP_EOL;
$headers .= "X-Originating-IP: " . $_SERVER['SERVER_ADDR'] . PHP_EOL;
mail($emailTo, "=?utf-8?B?" . base64_encode($number) . "?=", $body, $headers);
$data['success'] = true;
// Change the Success message here
$data['message'] = 'Gracias, ' . $name . '! Te esperamos en nuestra boda!';
}
// return all our data to an AJAX call
echo json_encode($data);
}
HTML index.html Form Code:
<h2 class="title">Confirma tu asistencia</h2>
<!-- <h6 class="text-uppercase font-weight-bold mb-0">Queremos contar con tu asistencia y atenderte de la mejor forma.</h6> -->
<form id="rsvp-form" action="form.php" method="post">
<div class="row">
<div class="col-md-8 mb-3 m-md-0">
<div class="form-group">
<label class="control-label" for="inputName">Tu Nombre.</label>
<input type="text" class="form-control" id="inputName" required>
</div>
<div class="form-group">
<label class="control-label" for="inputNumber">Número de contacto.</label>
<input type="tel" class="form-control" id="inputNumber" required>
</div>
<div class="form-group">
<label class="control-label" for="inputCode">Código de confirmación en la tarjeta.</label>
<input type="text" class="form-control" id="inputCode" required>
</div>
<div class="form-group">
<label class="control-label" for="inputPlate">Placa de tu vehículo (si aplica).</label>
<input type="text" class="form-control" id="inputPlate" required>
</div>
</div>
<div class="col-md-4 align-self-end">
<button type="submit" class="btn btn-outline-dark rounded-0 px-3 py-1 font-weight-bold">Enviar</button>
</div>
</div>
<p class="col-md-8">Aunque amamos los niños, esta será una celebración sólo para adultos. Si tienes alguna pregunta o comentario adicional no dudes en escribirnos a <a href="mailto:info@dianaycesar.com" target="_blank">info@dianaycesar.com</a><a></a></p>
<div class="row">
<div class="col">
<div class="success-msg" />
</div>
</div>
</form>
Main JS Form Code:
/* 8. Form
====================*/
function filledLabels() {
var inputFields = $('.control-label').next();
inputFields.each(function(){
var singleInput = $(this);
singleInput.on('focus blur', function(event){
checkVal(singleInput);
});
});
}
function checkVal(inputField) {
if (inputField.val() === '') {
if (event.type === "focus") {
inputField.prev('.control-label').addClass('filled')
} else if (event.type === "blur") {
inputField.prev('.control-label').removeClass('filled')
}
}
}
function submitForm() {
var $form = $('#rsvp-form');
$form.submit(function (e) {
$form.find('.error-msg').remove();
$form.find('input').removeClass('error');
var formData = {
'name': $form.find('input#inputName').val(),
'number': $form.find('input#inputNumber').val(),
'code': $form.find('input#inputCode').val(),
'plate': $form.find('input#inputPlate').val()
};
$.ajax({
type: 'POST',
url: 'form.php',
data: formData,
dataType: 'json',
encode: true,
}).done(function(data) {
console.log(data);
if (data.success) {
$('.success-msg').html('');
$('.success-msg').html(data.message);
} else {
if (data.errors.name) {
$('#inputName').addClass('error').after('<span class="error-msg">'+data.errors.name+'</span>');
} else if (data.errors.number) {
$('#inputNumber').addClass('error').after('<span class="error-msg">'+data.errors.number+'</span>');
}
}
});
e.preventDefault();
});
};
Hello, sure I will help you. What exactly is not working? I checked and it showed the success message for me.
thanks, the email never has been sent, even when the confirmation on the form has been show
solved sending the data to a google spreadsheet Fyi https://railsrescue.com/blog/2015-05-28-step-by-step-setup-to-send-form-data-to-google-sheets/
Good. Maybe something wrong with the server. Let me know, if you need something else.
Dear Sirs,
I just bought the Queen Flowers – Wedding Template from you.
While trying to deploy the website I started missing the following things presented on the demo site: - “Save the date” text on the loader screen. Please let me know where I can enable it? - background patterns on the background of each screen. Please let me know how to add it and achieve the same feeling as on your demo.
Thank you and kind regards.
Hello, I will check this and come back to you soon. Thanks
1. About the loader text. It’s blocked by the library on the local machine because of the CORS policy. It should be fine when you upload the files on the hosting. 2. We recently updated the template and removed the background but forgot to update the demo site. If you still want it, please, write to me on hartryfock@gmail.com and will provide you the version with the background.
Sorry for misunderstanding. Thank you
Hello,
Looks like the icomoon fonts are missing.
src:url('../fonts/icomoon/icomoon.eot?srf3rx');
src:url('../fonts/icomoon/icomoon.eot?srf3rx#iefix') format('embedded-opentype'),
url('../fonts/icomoon/icomoon.ttf?srf3rx') format('truetype'),
url('../fonts/icomoon/icomoon.woff?srf3rx') format('woff'),
url('../fonts/icomoon/icomoon.svg?srf3rx#icomoon') format('svg');
I know I could download them, but shouldnt they be included?
Hello. Thank you for your message. I will update the template. This font is not used, so I will remove it from the CSS. We are using Fontawesome instead.
How to make the reservation form work? Because mine doesn’t work.
http://www.guswib.com/pawiwahan/Hello. I can’t open this site. It says “This site can’t be reached”. Can you, please, check and come back to me?
Looks great, however the ‘wall’ or ‘texture’ images are not displayed, making the background white! Are we missing something?
Hello. Check if you have the background image on the body. And let me know please.
Yeah the css tag was missing the background image. Included it and it worked. PS also needed to change the mast to use the texture of the background, otherwise it was just white
Hi there!
Happy Thursday.
Please tell me how this works?
Will you give me a backend to work on or will you do it all for me?
Also can the background colour be changes to navy/cobalt blue, referring to this theme: Queen Flowers – Wedding Template
Hello. Its only the HTML template. If you need backend you need to create it. You can change anything you want in the template.
Hi, it look really great, does it include psd files for the logo and home image?
Hello. We don’t include the psd in the template. But there is the logo inside.
I am having trouble getting the RSVP form to email me.
Hello. What is the problem you have?
Hi, We really like this theme. but we’d like to repurpose it. how can we customise the preloader? we’d like to change it from “Save the date” to Beauty Box.
Thanks in advance!
Hello. In the html code you can find the div with id loader. Inside you will find the svg. You need to create the new svg for your phrase and replace it.