Graicifyd
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] SUM TIME WITH NUMBERSYou’re correct.
It’s working correctly now.
Thank you for your help.
Forum: Plugins
In reply to: [Calculated Fields Form] SUM TIME WITH NUMBERSIt is adding one hour extra.
Instead of 5:00 + 10 being 5:10, it gives 6:10.
Thank you so much for your help.
Forum: Plugins
In reply to: [Calculated Fields Form] SUM TIME WITH NUMBERSThe number field represents minutes.
Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] Form not showing on public pageFixed.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] PHP TOGGLE BUTTON DISAPPEAREDThis is what happened.
I disabled the editing of themes and plugins files on the wp dashboard and that was why the icon disappeared.
When I re-enabled it, the button appeared again. Apparently, the button will not work with the editing of themes and plugins files disabled.
I hope this helps.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] PHP TOGGLE BUTTON DISAPPEAREDNo worries! The issue is from my end. Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] CONVERT FRACTIONS TO MIXED NUMBERSThank you so much for your help.
Forum: Plugins
In reply to: [Calculated Fields Form] Define Predefined Value in a Slider with fieldnamesOh,
Thank you so much.
Forum: Plugins
In reply to: [Calculated Fields Form] CHECK IF INPUT IS ACTIVEAlright, thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] CHECK IF NOT EMPTYOh wow.
Thank you so much, this is really helpful.
Forum: Plugins
In reply to: [Calculated Fields Form] CHECK IF NOT EMPTYThis is the full formula I used.
(function(){ if(fieldname1>=0&&fieldname2>=0&&fieldname3>=0&&fieldname4>=0&&fieldname5>=0&&fieldname6>=0&&fieldname7>=0&&fieldname8>=0&&fieldname9>=0&&fieldname10>=0) return PREC((fieldname1+fieldname2+2*(fieldname3+fieldname4+fieldname6+fieldname5))/(fieldname8+2*(fieldname10+fieldname9+fieldname7)),2); })()Forum: Plugins
In reply to: [Calculated Fields Form] ADD ICON TO CALCULATED FIELDSThank you so much.
Forum: Plugins
In reply to: [Calculated Fields Form] ONCLICK EVENT TO REVEAL A DIVThank you so much!
Forum: Plugins
In reply to: [Calculated Fields Form] PULL VALUE FROM AN HTML SLIDERAlright,
Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] CREATE PIPS FOR SLIDERSThank you, but if I want to import a library by myself where in the plugin can I load the scripts?