nico39
Forum Replies Created
-
WHHHOOOO hooooo I’ve find,
This file in themepath/js/hint.js
contain this code:
jQuery.fn.hint = function (blurClass) {
if (!blurClass) {
blurClass = ‘blur’;
}return this.each(function () {
// get jQuery version of ‘this’
var $input = jQuery(this),// capture the rest of the variable to allow for reuse
title = $input.attr(‘title’),
$form = jQuery(this.form),
$win = jQuery(window);function remove() {
if ($input.val() === title && $input.hasClass(blurClass)) {
$input.val(”).removeClass(blurClass);
}
}// only apply logic if the element has the attribute
if (title) {
// on blur, set value to title attr if text is blank
$input.blur(function () {
if (this.value === ”) {
$input.val(title).addClass(blurClass);
}
}).focus(remove).blur(); // now change all inputs to title// clear the pre-defined text when form is submitted
$form.submit(remove);
$win.unload(remove); // handles Firefox’s autocomplete
}
});
};if i delete all the content the error desappear and all is OK, is this file is important?
I put in the email validation seeting page of EDD, the value {username}, then I filled the checkout page without filling the “Username” box, and then I put the 2 passwords required. Sends it does well without the Username box is filled.
In the confirmation email, the value {username} is the same as the value {name} !
Thanks very thanks for you guys, Williamson and sumobi for your help and patience…
I’ll try to take care of myself. Thank you for your help and patience.
Your plugin is great and even for the quick response to my problem is the quality of your product I rate 5 stars on the page of your wordpress pluginIt’s a GREAT plugin with a lot of add-on and possibilities, very professionnal
Oh soory I have put the function.php of the theme, do you want the function.php of the plugin in EDD/Include/Checkout ?
There is here:
https://pastebin.com/y0BP4gWVFor information, before coming to call help on this forum, I disabled and uninstalled the EDD plugin and reinstalled.
Then I disabled and deleted plugin folder by FTP and again reinstalled the latest version
And then I also disable all plugins except EDD
The function.php file:
ok just one minute…thanks
No customs modifications, checkout page has just the default shortcode [download_checkout]
OH yes it work with the default theme!
I switch to Twenty Twelve theme
OK i switch to the default theme…
Disbla all plugins excep EDD, no change, there is always the same problem…
Clic on: Gratuit-Ajouter
it’s a test
And “Commander”
In the next page there the error, just try and you see, I don’t know what’s happen