Title: Andreas Ostheimer's Replies | WordPress.org

---

# Andreas Ostheimer

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] CSS minifiy breaks Avada](https://wordpress.org/support/topic/css-minifiy-breaks-avada/)
 *  Thread Starter [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-minifiy-breaks-avada/#post-6266602)
 * Maybe, maybe not.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Autoptimize] Does not work with Avada and/or Gravity Forms](https://wordpress.org/support/topic/does-not-work-with-avada-andor-gravity-forms/)
 *  Thread Starter [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/does-not-work-with-avada-andor-gravity-forms/#post-7978459)
 * No it wasn’t – only on first glance.
 * Avada and Gravity Forms are used by thousands of sites. This has to work out 
   of the box otherwise the support effort is massive on both ends.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] CSS minifiy breaks Avada](https://wordpress.org/support/topic/css-minifiy-breaks-avada/)
 *  Thread Starter [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-minifiy-breaks-avada/#post-6266562)
 * We had to deactivate the plugin – it is not ready for websites using Avada or
   Gravity Forms.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] CSS minifiy breaks Avada](https://wordpress.org/support/topic/css-minifiy-breaks-avada/)
 *  Thread Starter [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-minifiy-breaks-avada/#post-6266549)
 * OK, neither CSS nor JS work with Avada and Gravity Forms. Any solution for that?
   
   Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] CSS minifiy breaks Avada](https://wordpress.org/support/topic/css-minifiy-breaks-avada/)
 *  Thread Starter [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-minifiy-breaks-avada/#post-6266522)
 * Thanks, I actived the filter autoptimize_css_include_inline in functions.php 
   of my child theme and now it seems to work.
    What are the ramifications of that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Smart Collection] Fatal Error](https://wordpress.org/support/topic/fatal-error-1661/)
 *  Thread Starter [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-1661/#post-6175436)
 * Thanks but the thing is that I need all the other plugins and I don’t get any
   error messages stating what the reason for the fatal error could be.
    Any hint
   would be great.
 * What do you mean with ” The link to the install in given right in the plugin 
   description tab. You may check it here”?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Directory] [Plugin: Gravity Forms Directory] error message: …Missing argument 3 for RGFormsModel::get_field_v](https://wordpress.org/support/topic/plugin-gravity-forms-directory-error-message-missing-argument-3-for-rgformsmodelget_field_value_/)
 *  [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [14 years ago](https://wordpress.org/support/topic/plugin-gravity-forms-directory-error-message-missing-argument-3-for-rgformsmodelget_field_value_/#post-2659870)
 * Glad I could help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Directory] [Plugin: Gravity Forms Directory] Missing argument 3](https://wordpress.org/support/topic/plugin-gravity-forms-directory-missing-argument-3/)
 *  [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [14 years ago](https://wordpress.org/support/topic/plugin-gravity-forms-directory-missing-argument-3/#post-2680465)
 * Was the code something like the following?
 * I have update get_gf_field_value_long in gravity-forms-addons.php to
 *     ```
       // To retrieve textarea inputs from a lead
       		// Example: get_gf_field_value_long(22, '14');
       		function get_gf_field_value_long($leadid, $fieldid) {
       			$leadid_arr = array(id=>$leadid);
       			return RGFormsModel::get_field_value_long($leadid_arr, $fieldid, 1);
       		}
       ```
   
 * in order to provide the array for the first argument and a third one.
    Works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Directory] [Plugin: Gravity Forms Directory] error message: …Missing argument 3 for RGFormsModel::get_field_v](https://wordpress.org/support/topic/plugin-gravity-forms-directory-error-message-missing-argument-3-for-rgformsmodelget_field_value_/)
 *  [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [14 years ago](https://wordpress.org/support/topic/plugin-gravity-forms-directory-error-message-missing-argument-3-for-rgformsmodelget_field_value_/#post-2659864)
 * I have update get_gf_field_value_long in gravity-forms-addons.php to
 *     ```
       // To retrieve textarea inputs from a lead
       		// Example: get_gf_field_value_long(22, '14');
       		function get_gf_field_value_long($leadid, $fieldid) {
       			$leadid_arr = array(id=>$leadid);
       			return RGFormsModel::get_field_value_long($leadid_arr, $fieldid, 1);
       		}
       ```
   
 * in order to provide the array for the first argument and a third one.
    Works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Directory] [Plugin: Gravity Forms Directory] Missing argument 3](https://wordpress.org/support/topic/plugin-gravity-forms-directory-missing-argument-3/)
 *  [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [14 years ago](https://wordpress.org/support/topic/plugin-gravity-forms-directory-missing-argument-3/#post-2680464)
 * jjdualan, can you pastebin the code?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Directory] [Plugin: Gravity Forms Directory] error message: …Missing argument 3 for RGFormsModel::get_field_v](https://wordpress.org/support/topic/plugin-gravity-forms-directory-error-message-missing-argument-3-for-rgformsmodelget_field_value_/)
 *  [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [14 years ago](https://wordpress.org/support/topic/plugin-gravity-forms-directory-error-message-missing-argument-3-for-rgformsmodelget_field_value_/#post-2659863)
 * Same problem here.
    Warning: Missing argument 3 for RGFormsModel::get_field_value_long(),
   called in…
 * Gravity Forms Directory & Addons Version 3.2.2
    Gravity Forms Version 1.6.3.3.4
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] [Plugin: WP Smush.it] HTTP Error on image upload.](https://wordpress.org/support/topic/plugin-wp-smushit-http-error-on-image-upload/)
 *  [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-smushit-http-error-on-image-upload/#post-2718146)
 * So basically the service is overcrowded and unless they add resources it is better
   to stay away, right?
    Anything smushit has to say about this here?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] [Plugin: WP Smush.it] HTTP Error on image upload.](https://wordpress.org/support/topic/plugin-wp-smushit-http-error-on-image-upload/)
 *  [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-smushit-http-error-on-image-upload/#post-2718139)
 * Same here with latest WP and Plugin version. HTTP error on upload. Deactivating
   the plugin makes it working again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Share Buttons Plugin – AddThis] Latest addthis breaks layout in IE9](https://wordpress.org/support/topic/latest-addthis-breaks-layout-in-ie9/)
 *  Thread Starter [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [14 years ago](https://wordpress.org/support/topic/latest-addthis-breaks-layout-in-ie9/#post-2682441)
 * Using propustion by kriesi (themeforest) but I can’t show you online as this 
   breaks the whole page and I had the remove addhis!
 * [http://www.ostheimer.at/](http://www.ostheimer.at/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] [Plugin: WP Super Cache] Blank Page](https://wordpress.org/support/topic/plugin-wp-super-cache-blank-page/)
 *  [Andreas Ostheimer](https://wordpress.org/support/users/helpstring/)
 * (@helpstring)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-blank-page/page/2/#post-1688441)
 * Thanks Donncha, I appreciate your support, nevertheless I simply don’t have the
   time for that.
    W3 total cache just works with the same installation. You can
   get access to my site if you want to but my customer won’t pay me for that if
   there is another (free) working solution…

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

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