Replies: 2
Hello;
I’m switching to a new design. I am editing all my forms and finished them. Lastly, there was the converter plugin and I installed it too.
Old address:
New Design address:
I installed the plugin to the new address and verified the plugin with my confirmed email.
But now my calculate button does not work on any form.
I do not use wp-rocket etc. cache in the new design. I checked again in the incognito tab and it still doesn’t work.
The errors that appear when I click on the calculate button are in the additional image.
İmage Link : https://i.hizliresim.com/1cc6e3n.JPG
I UPDATE the Troubleshooting and Settings button. it didn’t get better again
app.min.js?ver=7.0.4:1 TSS: Body width smaller than options.minWidth. Init is delayed.
VM762:1 Uncaught TypeError: jQuery(...).valid is not a function
at eval (eval at <anonymous> (all.js?ver=1.2.33:6450:9), <anonymous>:1:23)
at HTMLInputElement.<anonymous> (all.js?ver=1.2.33:6450:9)
at HTMLInputElement.dispatch (jquery.js:5135:27)
at elemData.handle (jquery.js:4939:28)
eval @ VM762:1
(anonymous) @ all.js?ver=1.2.33:6450
dispatch @ jquery.js:5135
elemData.handle @ jquery.js:4939
all.js?ver=1.2.33:1644 Uncaught TypeError: f.validate is not a function
at all.js?ver=1.2.33:1644:12
(anonymous) @ all.js?ver=1.2.33:1644
setTimeout (async)
_reset @ all.js?ver=1.2.33:1639
lib.RESETFORM.lib.resetform @ all.js?ver=1.2.33:1679
window.<computed>.method_name @ all.js?ver=1.2.33:6828
(anonymous) @ all.js?ver=1.2.33:6448
dispatch @ jquery.js:5135
elemData.handle @ jquery.js:4939
The js function in the Calculate Button is as follows.
if (jQuery(this.form).valid()) {
my_counter = 0,
my_interval = setInterval(function(){
jQuery(".counter").html("Hesaplıyoruz : " + my_counter + " saniye");
if(my_counter == 0){
clearInterval(my_interval);
jQuery(".counter").html("");
EVALEQUATIONS();
if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){
jQuery('html, body').animate({
scrollTop: jQuery('[data-id="pex32pe87"]').offset().top
}, 2000);
}
}
my_counter--;
}, 1000);
}Form : Link
I need your urgent help on this matter.
Thanks
- This topic was modified 2 hours, 55 minutes ago by .
- This topic was modified 2 hours, 53 minutes ago by .
- This topic was modified 2 hours, 50 minutes ago by .
- This topic was modified 2 hours, 47 minutes ago by .
- This topic was modified 2 hours, 35 minutes ago by .
- This topic was modified 2 hours, 34 minutes ago by .
- This topic was modified 2 hours, 5 minutes ago by .
