Title: pparkadmin's Replies | WordPress.org

---

# pparkadmin

  [  ](https://wordpress.org/support/users/pparkadmin/)

 *   [Profile](https://wordpress.org/support/users/pparkadmin/)
 *   [Topics Started](https://wordpress.org/support/users/pparkadmin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pparkadmin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pparkadmin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pparkadmin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pparkadmin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pparkadmin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/pparkadmin/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pparkadmin/replies/page/2/?output_format=md)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Petitioner] Very good start](https://wordpress.org/support/topic/very-good-start-4/)
 *  Thread Starter [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [3 months, 3 weeks ago](https://wordpress.org/support/topic/very-good-start-4/#post-18784946)
 * Its starting to look maybe like a plugin incompatibility, its only happening 
   on one of the sites I manage. I messaged you directly. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Invoice - Web Invoice and Billing] WP-Invoice not compatible with PHP8?](https://wordpress.org/support/topic/wp-invoice-not-compatible-with-php8/)
 *  [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/wp-invoice-not-compatible-with-php8/#post-17354905)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NSFW] [Caldera Forms - More Than Contact Forms] This value is required](https://wordpress.org/support/topic/this-value-is-required-2/)
 *  [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/this-value-is-required-2/#post-14486887)
 * This forms tool is dead, I suggest you start migrating to contact forms 7 ASAP
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Caldera Forms - More Than Contact Forms] Time to start migrating everyone…!](https://wordpress.org/support/topic/time-to-start-migrating-everyone/)
 *  [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/time-to-start-migrating-everyone/#post-14486882)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Caldera Forms - More Than Contact Forms] Caldera Form file upload – send doesn´t work with Robin](https://wordpress.org/support/topic/caldera-form-file-upload-send-doesnt-work-with-robin/)
 *  [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [5 years ago](https://wordpress.org/support/topic/caldera-form-file-upload-send-doesnt-work-with-robin/#post-14403899)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Caldera Forms - More Than Contact Forms] Setting Field Default Values Dynamically (multiple)](https://wordpress.org/support/topic/setting-field-default-values-dynamically-multiple/)
 *  Thread Starter [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/setting-field-default-values-dynamically-multiple/#post-14098076)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Invoice - Web Invoice and Billing] Multiple tax profiles possible?](https://wordpress.org/support/topic/multiple-tax-profiles-possible/)
 *  Thread Starter [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/multiple-tax-profiles-possible/#post-14027416)
 * Is the company that names this addon out of business?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Social Feed - Social Photos Gallery and Post Feed for WordPress] Firefox not displaying images?](https://wordpress.org/support/topic/firefox-not-displaying-images-2/)
 *  Thread Starter [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/firefox-not-displaying-images-2/#post-13494286)
 * Sorry looks like it was an issue on my specific version of FF, not happening 
   on others.
    -  This reply was modified 5 years, 7 months ago by [pparkadmin](https://wordpress.org/support/users/pparkadmin/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Registration vs. profile](https://wordpress.org/support/topic/registration-vs-profile/)
 *  [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/registration-vs-profile/#post-12652452)
 * Can you explain how one would add those fields? Or point me to the right place
   in the documentation?
    Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Polls] Internal network registing all as single IP?](https://wordpress.org/support/topic/internal-network-registing-all-as-single-ip/)
 *  Thread Starter [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/internal-network-registing-all-as-single-ip/#post-12487469)
 * Makes sense, thanks for your reply!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] User page not working?](https://wordpress.org/support/topic/user-page-not-working/)
 *  Thread Starter [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/user-page-not-working/#post-12228510)
 * I found it under user roles, please disregard
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple CSV/XLS Exporter] The site is experiencing technical difficulties. Please check your site admin…](https://wordpress.org/support/topic/the-site-is-experiencing-technical-difficulties-please-check-your-site-admin-2/)
 *  Thread Starter [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/the-site-is-experiencing-technical-difficulties-please-check-your-site-admin-2/#post-12173458)
 * Thanks I didnt read you properly, I’ll just get the updated plugin. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple CSV/XLS Exporter] The site is experiencing technical difficulties. Please check your site admin…](https://wordpress.org/support/topic/the-site-is-experiencing-technical-difficulties-please-check-your-site-admin-2/)
 *  Thread Starter [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/the-site-is-experiencing-technical-difficulties-please-check-your-site-admin-2/#post-12173398)
 * Thanks thats what did it. Can I revert to an older version of your plugin for
   functionality in the mean time?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple CSV/XLS Exporter] The site is experiencing technical difficulties. Please check your site admin…](https://wordpress.org/support/topic/the-site-is-experiencing-technical-difficulties-please-check-your-site-admin-2/)
 *  Thread Starter [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/the-site-is-experiencing-technical-difficulties-please-check-your-site-admin-2/#post-12173063)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leaflet Map] Defaults to MAX zoon regardless of settings](https://wordpress.org/support/topic/defaults-to-max-zoon-regardless-of-settings/)
 *  Thread Starter [pparkadmin](https://wordpress.org/support/users/pparkadmin/)
 * (@pparkadmin)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/defaults-to-max-zoon-regardless-of-settings/#post-11318783)
 * So I fixed it by setting the default zoom from zero to like 5

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/pparkadmin/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pparkadmin/replies/page/2/?output_format=md)