pexel
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Result HidingNow, these are the result codes that give results. I can run the code you gave me without any problems.
For example, while writing the result of criterion1, I want to hide criterion2.
(function(){ var kriter1 = 0; kriter1 = prec(fieldname2/0.39370,0); jQuery('#calculation-kriter1').html(kriter1); jQuery('.kriter1-aciklama').html('Ekran K??egeni : '); jQuery('.kriter1-sonuc').html(kriter1+' cm'); return kriter1; })();
(function(){ var kriter2; if(fieldname8 == 1) { kriter2=prec((fieldname1*0.8),2); }; if(fieldname8 == 2) { kriter2=prec((fieldname1*0.871575),2); }; if(fieldname8 == 3) { kriter2=prec((fieldname1*0.919145),2); }; jQuery('#calculation-kriter2').html(kriter2); jQuery('.kriter2-aciklama').html('Geni?lik : '); jQuery('.kriter2-sonuc').html(kriter2+' cm'); return kriter2; })();
Forum: Plugins
In reply to: [Calculated Fields Form] Emergency :(Unfortunately, our problems continue. But I wrote the details on your commercial forum.
The update came this morning, I was very hopeful, but it still did not solve the root cause of the problem.Forum: Plugins
In reply to: [Calculated Fields Form] Emergency :(There is definitely a problem with the plugin. When we update general settings, site calculations are disrupted. I’m tired of installing SQL over and over again. Please solve this problem now. Calculate and clear buttons do not work after updating
I leave a link to the sample page.
Link : https://www.pexpe.com/uslu-sayi-hesaplama/
- This reply was modified 1 year, 1 month ago by pexel.
Forum: Plugins
In reply to: [Calculated Fields Form] Emergency :(I sent a video from your commercial support. Since the site is currently closed during the design phase, I am sending you details to connect to.
Forum: Plugins
In reply to: [Calculated Fields Form] Emergency :(By the way, I looked at 5 different computers and 2 phones and they all have the same error. I think this is a different problem.
Forum: Plugins
In reply to: [Calculated Fields Form] Emergency :(Hello;
Everything was working smoothly until I installed the Converter plugin. I installed the Converter plugin and it started giving these errors. I removed the plugin and it didn’t fix it. I updated the general settings but it didn’t fix it. Currently, it gives the same error as before in all forms and it does not work.I even uninstalled the plugin and it still didn’t fix it. I have never done anything other than these issues.
Forum: Plugins
In reply to: [Calculated Fields Form] Total calculationIs there a chance to just get the server side plugin?
Forum: Plugins
In reply to: [Calculated Fields Form] up errorthanks
Forum: Plugins
In reply to: [Calculated Fields Form] User experienceI can’t thank you enough. It is good that there are people like you who love their job.
Forum: Plugins
In reply to: [Calculated Fields Form] User experienceThank you very much for your support. You seriously took the time and answered all of our questions. We’ve come to the end, how do we run this on mobile only?
if (jQuery(this.form).valid()) { my_counter = 3, my_interval = setInterval(function(){ jQuery(".counter").html("Hesapl?yoruz : " + my_counter + " saniye"); if(my_counter == 0){ clearInterval(my_interval); jQuery(".counter").html(""); EVALEQUATIONS(); jQuery('html, body').animate({ scrollTop: jQuery('[data-id="pex32pe87"]').offset().top }, 2000); } my_counter--; }, 1000); }
Forum: Plugins
In reply to: [Calculated Fields Form] User experienceWe solved the problem with this code, but now the countdown does not stop after this process, it continues as 3 2 1 0 -1 -2 -3.
How to run the code on mobile only?
if (jQuery(this.form).valid()) { my_counter = 3, my_interval = setInterval(function(){ jQuery(".counter").html("Hesapl?yoruz : " + my_counter + " saniye"); if(my_counter == 0){ clearInterval(my_interval); jQuery(".counter").html(""); EVALEQUATIONS(); jQuery('html, body').animate({ scrollTop: jQuery('[data-id="3eb9b7f"]').offset().top }, 2000); } my_counter--; }, 1000); }
Forum: Plugins
In reply to: [Calculated Fields Form] User experienceCalculated Fields Form (Form 91 – Do?um Tarihi Hesaplama) Shortcode: [CP_CALCULATED_FIELDS id=”91″]
Even though I cleared the cache and the css used many times, it didn’t work. I’m checking again now.
I’m even leaving it active for a while for you to review, sir.Error;
Uncaught SyntaxError: Unexpected token '&' at HTMLInputElement.<anonymous> (all.js?ver=1.2.20:988:9) at HTMLInputElement.dispatch (jquery.min.js?ver=3.7.0:2:39997) at v.handle (jquery.min.js?ver=3.7.0:2:37968)
- This reply was modified 1 year, 3 months ago by pexel.
Forum: Plugins
In reply to: [Calculated Fields Form] User experiencePicture
Forum: Plugins
In reply to: [Calculated Fields Form] User experienceHm, now I’m adding this code to the “OnClick event”, is it true? I’m thoroughly confused. The code obviously works, but I think I’m posting it in the wrong place. I unintentionally bothered you too ??
Forum: Plugins
In reply to: [Calculated Fields Form] User experienceThank you, I wrote the code you added to the bottom part one by one. Our whole calculate button fieldname10
I guess all I need to change here is the [data-id=”2787a58″] field I guess right?Instead of making each result sub data id different one by one Calculation Result :
<table class="table table-bordered table-striped"> <tbody> <tr> <td style="text-align: left;"><b class="criterion1-description mobile-description">Calculation Result :</b></td> </tr> </tbody> </table>
Is there a direct scrolling function to this area? If not, I will have to check the ids.
All we ask from you is the code is not correct?
jquery('[id*="fieldname10_"]').off('click'); e.<computed> [ input#fieldname10_1.field.eduvibe-contact-form-single-item, prevObject: ce.fn.init(1)] jquery('[id*="fieldname10_"]').off('click', function(){ if (jQuery(this.form).valid()) { my_counter = 3, my_interval = setInterval(function () { jQuery(".counter").html("Hesapl?yoruz : " + my_counter + " saniye"), (my_counter -= 1) < 0 && (clearInterval(my_interval), jQuery(".counter").html(""), EVALEQUATIONS(),jQuery('html, body').animate({ scrollTop: jQuery('[data-id="2787a58"]').offset().top }, 2000)) }, 1e3); } }); e.<computed> [ input#fieldname10_1.field.eduvibe-contact-form-single-item, prevObject: ce.fn.init(1)]