pparkadmin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] WP-Invoice not compatible with PHP8?Looks like you have to disable any of the addons inside wp-invoice for it to work with php8.1
And yes sadly it does look like this plugin is no longer supported so its advisable to start looking for an alternative
Forum: Plugins
In reply to: [NSFW] [Caldera Forms - More Than Contact Forms] This value is requiredThis forms tool is dead, I suggest you start migrating to contact forms 7 ASAP
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Time to start migrating everyone…!Cant we just use the existing most recent version of caldera as is until whenever? I mean they cant force us to upgrade it to ninja forms, which I will never use ever.
In the mean time I have already started transitioning all my forms to “Contact Forms 7”, which appears to be the biggest free forms tool, and its open source so no one can just buy it and dump all of us.
Ya I wouldnt expect much from the caldera developers, they seem like they have abandoned the project or something. I cannot get a response to anything on this forum.
Ok so I have added unique function names now for each of these 2 functions, is there a better way than adding a function for each field I want to change?
add_filter( 'caldera_forms_render_get_field', 'wireless_service_cost_1', 10, 2 ); function wireless_service_cost_1( $field ) { if( 'fld_8915153' == $field[ 'ID' ] ){ $field[ 'config' ][ 'default' ] = 125; } return $field; } add_filter( 'caldera_forms_render_get_field', 'wireless_service_cost_2', 10, 2 ); function wireless_service_cost_2( $field ) { if( 'fld_8185489' == $field[ 'ID' ] ){ $field[ 'config' ][ 'default' ] = 25; } return $field; }
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Multiple tax profiles possible?Is the company that names this addon out of business?
Sorry looks like it was an issue on my specific version of FF, not happening on others.
- This reply was modified 4 years, 5 months ago by pparkadmin.
Can you explain how one would add those fields? Or point me to the right place in the documentation?
ThanksForum: Plugins
In reply to: [WP-Polls] Internal network registing all as single IP?Makes sense, thanks for your reply!
I found it under user roles, please disregard
Thanks I didnt read you properly, I’ll just get the updated plugin. Thanks
Thanks thats what did it. Can I revert to an older version of your plugin for functionality in the mean time?
Hi, the plugin sent me an email with this information
“Error Details
=============
An error of type E_RECOVERABLE_ERROR was caused in line 26 of the file /vs/vhost/https://linkprotect.cudasvc.com/url?a=https%3a%2f%2f%2f%2fcropproductiononline.com%2fpublic%2fexhibitor%2fwp-content%2fplugins%2fsimple-csv-xls-exporter%2fincludes%2ffunctions.php.&c=E,1,nrNjoxgbnaGbQT27ILj_arXL5gh59JLWT1KabaqPrCyPqln1zoYZzIr0hSKRggT0mPxVssWPRQP5jPLxgK4gG4BqP__Ft5gm-kbt-aJW629ml9oFtQ,,&typo=1 Error message: Argument 1 passed to simple_csv_xls_exporter_generate_file_name() must be an instance of string, string given, called in /vs/vhost/https://linkprotect.cudasvc.com/url?a=https%3a%2f%2f%2f%2fcropproductiononline.com%2fpublic%2fexhibitor%2fwp-content%2fplugins%2fsimple-csv-xls-exporter%2fprocess%2fsimple_csv_xls_exporter_csv_xls.php&c=E,1,431ZftixXkdDAt5F91sa77rWwbSnhlsLgX2idTQt-WCx8_6J2f1XC_QTvEcTm5RXcIxGJpyQLtx-KSg0s3s9IEHUt_TNBkRgzVKNZFkKngzCKArG&typo=1 on line 280 and defined”Forum: Plugins
In reply to: [Leaflet Map] Defaults to MAX zoon regardless of settingsSo I fixed it by setting the default zoom from zero to like 5
Forum: Plugins
In reply to: [WP REST Filter] After updating to 1.2.2 all went wrongya 1.2.2 destroyed my entire site front and back end were covered in errors and I could not access anything. I had to delete the plugin VIA ftp to get anything working