Plugin suddenly not showing/working
-
Hi!
I have not modify the plugin in long time but now suddenly it is not showing on my website anymore. Do you have any ideas what could cause this?
-
Hi,
Could you send me the link to the webpage where was inserted the form to check it in action, please?
Best regards.
Hi!
Thanks for your reply. Here is the website.Hope you can help!
Hi,
The issue is simple, and is not caused by our plugin, I guess you are using the “W3 Total Cache” plugin, and that you’ve activated, in this plugin, the option to Minify the HTML tags. The plugin “W3 Total Cache”, with this settings, removes the code of our plugin, and replaces it with a text similar to:
%MINIFYHTMLab41abd3769b814f46b7e34030e614e815%
Please, install the latest version of our plugin, and clears the cache managed by “W3 Total Cache”. If the update is not sufficient, please, go to the plugin’s settings, and deactivate the option to minify the HTML tags.
Tip: Remember to clear the cache generated by the plugin after edit the “W3 Total Cache” settings.
Best regards.
Hi!
Thank you so much for the fast reply. Im using wp super cache but the problem was autoptimize plugin. Disabling it solved the problem.
Thanks again!Hi!
I just noticed that the plugin works now but when I put the numbers , the plugin does not give the answer? Could you help me with this?Evening psq1 & codepeople;
psq1: Autoptimize also has an option to enable/ disable HTML optimization, so unchecking that checkbox (instead of disabling AO altogether) will probably work as well.codepeople; AO will leave anything between “noptimize”-tags unoptimized;
<!--noptimize-->this will be not optimized<!--/noptimize-->so that would automatically avoid any problems with autoptimized sites that use calculated fields form.
Hope this helps,
frankHi,
The issue in your form is simple, you’re using the following code as part of the equation associated to the calculated field:
if(v< =22)if you let a blank character between the symbols
<and=the equation generates a syntax error, please, remove the blank character between the symbols in the conditional statement.Best regards.
Thank you for your message Frank!
I will try that “nooptimize” tag for my website.I got the Calculated Fields Form -plugin working so that it shows on the website, but when I put numbers in it does not show the answer, maybe codepeople could help me with this.
Thanks!
Hi psq1,
The answer to your question about the calculated field was explained in my previous ticket.
Please, read the previous entry, and checks the structure of the equation associated to your calculated field.
Best regards.
Hi Codepeople!
I checked the code but there is no space between those symbols.Here is the code:
prec((function(){
var v = fieldname1+fieldname2;
if(v<=22) return v;
if(v>=150) return v*1.05*fieldname9;
return v*fieldname9;
})(),2)This is wierd, because it has worked well before and i have not touched it. Could it be because of the updates or something?
Hi,
Please, check the settings in the plugins on your website, because I’ve visited your web page again, and the code of our plugin is not there. You are seeing the form because your website is using a copy of the form stored on cache.
Best regards.
Hi!
Im sorry , calculated field form should be visible now the website. Hope you can help.Hi,
Not really, the code of the form is not in your page. If you prefer, you can create a ticket in my private support page with the access to your WordPress to check the settings of your website:
http://wordpress.dwbooster.com/support
Best regards.
The topic ‘Plugin suddenly not showing/working’ is closed to new replies.