41 comments found.
I need to map the survey → https://footprint.wwf.org.uk/questionnaire. Can your plugin do this?
Is this product till in available?
Hello, yes it is but here my portfolio on Themeforest with similar items more updated and more powerfull
https://codecanyon.net/collections/shared/eb65024c95258061ec9e6b21e7d2a69fc3cf388c3e54cc93d8cf48eb5f3e02bcor
https://themeforest.net/user/ansonika/portfolioI want to ask something, once a review is made, is it possible to edit it? and also how will i edit the review website since there is no backend. For example, the questions and answers on the website, About Us etc
Hello, the review comes via email. The item is html based so you have to use an html editor following the comments on code and the documentation for common settings. all the best
hello do you have any rating or reviews system for google play ?
Hello. I am interested in buying this script. It has been 5 years since the last update. Is this script still being supported? Thanks for your response.
How much for a MySQL version? And I’m didn’t see any updates in April !
Thanks !
hi i am sorry but i can not provide this service, i am not a backend developer. You can purchase the item and implement by yourself or hire a developer on Envato Studio. all the best
Good morning. We would like to acquire this PLUGIN and therefore we would like to have some answers for the following doubts:
1. Is it necessary to register the qualifications in Mysql database table? 2. Can we associate the qualifications, for instance to an ID on our database? 3. All the information that is handled in the qualification process is kept on any database table (comments, names, mails, etc)?
Thank you very much and we stay pending on your answer to proceed with our development.
Hi, the item is mainly an html site template + a php script that send the review via email. if you need database integration + php you should implement alone the html. all the best
Hi,
We are considering purchasing the REVIEWER and have some questions:
1. Can the reviews be held until approved and not be posted if they are not approved?
2. Can we do away with the email to the reviewer so they don’t get an email?
3. Can the REVIEWER be easily implemented into an existing website so it matches the existing design/look?
4. Above, you mention an April update, what date in April?
Thanks.
hi, the reviews comes via email then you have to place it manually. it works only via email. to integrate into an existing website you need to have sufficient knowledge of html/css to custom it in order to match it with your site design/look. this is not a plugin or widget. about the release date i can not be more accurate due to time approval, etc…i think in the end of april. all the best
Hi,
This looks like a great template but Last Update is done on the 12th of September 2015. Hmmm. Will there be updates?
I’m very interested to buy but not with so few updates. Can you let me know if the template is still maintained. Any new versions in the future?
Cheers, Marc
thank you, yes the item is still maintained. any more updates because the item does not have bugs or bugs reported from buyers. i will update the item in april, i will update the js libraries and some minor css improvements
Hello, thanks for the form, its really handy… Is there anyway of removing all the steps and having the submit button on first step.
hi, it’s a bit long. it need to remove the wizard system and transform the template in a simple email form.
Hi Im getting a Internal Server Error when I hit the final submit button. website http://customerservice.thenairobihosp.org/
Hi..for this type of error/issue you should contact your hosting provider.all the best
which confirmed reviews? comments do not appear. where it is possible to remove reviews?
hello…i am sorry i did not understand your question
1. reviews will not appear on the main page after publication(after publishing) 2. where administrator is appoving the publication? либо in which section administrator approves the publication?
Hi 1) + 2) reviews comes by email and then you have to put them manually on the html page
it’ because this page i full of unclosed tags….in particular the first wizard step where you add the review. i suggest to start from scratch with a new clean index and copy and paste the code from index_2 step by step. all the best
Is this a fully functional script? How does it work? Thanks
Hi, I couldnt define my gmail mail adress in order to recieve review results into my Gmail mailbox. Can you please tell me which codes must I add to define mail user, mail password into the review_send.PHP file? I couldnt find anything describing this in the document files on the “Reviewer”. Thanks in advance for a quick reply.
I have 2 problems:
In this form, the required fields are not working properly on the steps: 2/3
In the step 5, where users must select one of the required options: 1) / 2) / 3) in order to open a form), can I put the class “required”? and how and where?
Thank you!
<input id="website" name="website" type="text" value="">
3) step 5
an example how must to be
<input type="text" name="nome e cognome" id="fullname" class="form-control required" placeholder="Nome e cognome*">
then
<ul class="data-list">
<li><input type="text" name="Collo1" id="Collo1" class="form-control required" placeholder="Collo"></li>
<li><input type="text" name="Polso1" id="Polso1" class="form-control required" placeholder="Polso"></li>
<li><input type="text" name="Spalle1" id="Spalle1" class="form-control required" placeholder="Spalle"></li>
.....
</ul>
and then
<tr>
<td style="position:relative"><strong>seleziona la misura </strong>>></td>
<td style="position:relative"><input name="misura" type="radio" value="37"></td>
<td style="position:relative"><input class="required" name="misura1" type="radio" value="38"></td>
<td style="position:relative"><input class="required" name="misura1" type="radio" value="39"></td>
<td style="position:relative"><input class="required" name="misura1" type="radio" value="40"></td>
....
</tr>
then create a class for the label error for the inputs above
td label.error {
top:-15px;
left:-90px;
}
Please take a moment to rate the item in your Themeforest downloads page. How to rate: http://ansonika.com/profile/how-to-rate-themeforest-item.jpg
You are great! Thank you!
every time i click an avatar it scrolls page to top. Anyway to do with without it scrolling to the top?
hello…try to add these lines of code at the bottom of your page before the body tag close
<script>
$('.data-list-2 label').click(function(e) {
e.preventDefault();
var For = $(this).attr('for');
$('#' + For).trigger('click');
});
</script>
Hey,
Nice work im using it but ive got a problem with it. When im trying to put a form in the wizzard the “next” & “previous” buttons doesn’t work anymore..?
Any ideas?
please provide a demo link in order to check your code
<div class="step">
<div class="row">
<div class="col-md-3">
<p class="lead">
Betalen Middels IDEAL
</p>
<p>
Hier rechts ziet u een overzicht van onze prijzen bla di bla.
</p>
</div>
<div class="col-md-8 col-md-offset-1">
<h4>AFREKENEN - IDEAL</h4>
<br />
<?php
include('config/config.php');
include('controllers/idealController.php');
$ideal = new idealController();
$issuers = $ideal->getIssuers();
?>
<p>
Normally, when you've selected iDEAL as a payment method then you should be able to select the iDEAL issuer during the checkout process.
This page simulates that page and would normally be the payment selection or checkout page.
</p>
<br />
<br />
<img src="" />
<p>You have selected iDEAL, please select your issuer and start your transaction</p>
<form action="<?php echo BASE_URL ?>controllers/idealController.php?task=directTransaction" method="GET">
<?php echo $issuers; ?>
<br />
<br />
<input type="submit" value="Start transaction" class="submitbutton"/>
</form>
<br />
</div>
</div><!-- end row -->
</div><!-- end step-->
If i comment the <form></form> then the wizzard will work …
<form name="example-1" id="wrapped" method="POST">
2) or maybe the problem is because the form action link is passed via js to avoid spam…open js/functions.js and try to remove this line (line 60 aprox)
$('form#wrapped').attr('action', 'review_send_1.php');
then there is an hidden input field in the html always to avoid span:
<input id="website" name="website" type="text" value="">
try to remove the control from the wizard function in js/functions.js…delete these lines
if ($('input#website').val().length != 0) {
return false;
}
3) or can caused by your php inlcudes/controllers that i don’t know which html produce
Hey,
Thanks for your reply i know what the problem is but now the issue is how to fix it the not working is because i have </form> on their if i remove it the wizzard wil work..
None of your ideas worked..
Hi, will this work with godaddy? Thanks
Hi, Did your script support Thai language?
There is an error, when “required” prints on avatar, then we are not able to select that specific avatar on which “required” was printed, kindly resolve this issue
.avatar-selector input:active +.avatar-img{opacity:1;}
.avatar-selector input:checked +.avatar-img{
opacity:1;
}
INTO
.avatar-selector input:active ~.avatar-img{opacity:1;}
.avatar-selector input:checked ~.avatar-img{
opacity:1;
}
<code /></code>