rantsh
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
@webdevmattcrom thanks, that was very helpful.
@chaims in my case my issue was with the function below, notice how they look for the fields to update by class name, so I had to remove the give-text-input from my custom fields, I also duplicated/changed the give-amount-top class for good measure
function d(a) { var i = a.parents("form") , t = a.val() , o = a.data("price-id"); return o || (o = a.find("option:selected").data("price-id")), "custom" === t ? (i.find(".give-amount-top").val("").focus(), !1) : (i.find(".give-amount-top").val(t), i.find("span.give-amount-top").text(t), e(".give-donation-amount .give-text-input", i).data("amount", n(i.find(".give-final-total-amount").data("total"))), i.find(".give-donation-amount .give-text-input").trigger("blur", [i, t, o]), void e(document).trigger("give_donation_value_updated", [i, t, o])) }I should point out I’m trying to debug using firefox dev tools and firebug, cleared cache and all but to no avail.
Any help will be greatly appreciated
Hi @webdevmattcrom,
I’ve set WP_DEBUG to true in my wp-config, but I’m still getting the minified version, any idea why?
Viewing 3 replies - 1 through 3 (of 3 total)