Suyash87
Forum Replies Created
-
I could get upto this code which is showing error
$.fn.wpcf7InitForm = function() {
this.ajaxForm({
beforeSubmit: function(arr, $form, options) {
$form.wpcf7ClearResponseOutput();
$form.find(‘[aria-invalid]’).attr(‘aria-invalid’, ‘false’);
$form.find(‘img.ajax-loader’).css({ visibility: ‘visible’ });
return true;
},
beforeSerialize: function($form, options) {
$form.find(‘[placeholder].placeheld’).each(function(i, n) {
$(n).val(”);
});
return true;
},
data: { ‘_wpcf7_is_ajax_call’: 1 },
dataType: ‘json’,
success: $.wpcf7AjaxSuccess,
error: function(xhr, status, error, $form) {
var e = $(‘<div class=”ajax-error”></div>’).text(error.message);
$form.after(e);//THIS LINE IS SHOWING THE ISSUE
}
});Forum: Plugins
In reply to: Contact form 7- on submit spinning infinitely and not sending emailone more, theme is using child theme
no other way?
can’t do that, website has data and was working few days back
Hello Jeremy
I have removed spaces already, please check https://jdadultfamilycare.com/
its showing error
Forum: Plugins
In reply to: Streaming data does not show up when using plugin Flow-flowanyone who can help?
Forum: Plugins
In reply to: How to use jquery slider plugin?I am using theme colorway and my wordpress version is 3.4.1
Forum: Installing WordPress
In reply to: Install wordpress on domainplease help me… index.php file is not working, how can I set it as a index file so that browser will load this file.
Forum: Installing WordPress
In reply to: Install wordpress on domainHey Richard,
thanks for the link,
I am installing WordPress into my root domain itself, it is clearly mentioned in provided link that “If you want to integrate WordPress into the root of your domain (e.g. https://example.com/), move or upload all contents of the unzipped WordPress directory (but excluding the directory itself) into the root directory of your web server.“I have done the same, still I could not see wordpress on my domain, what can be the reason?