Andreas Ostheimer
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] CSS minifiy breaks AvadaMaybe, maybe not.
Forum: Reviews
In reply to: [Autoptimize] Does not work with Avada and/or Gravity FormsNo 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
In reply to: [Autoptimize] CSS minifiy breaks AvadaWe had to deactivate the plugin – it is not ready for websites using Avada or Gravity Forms.
Forum: Plugins
In reply to: [Autoptimize] CSS minifiy breaks AvadaOK, neither CSS nor JS work with Avada and Gravity Forms. Any solution for that?
ThanksForum: Plugins
In reply to: [Autoptimize] CSS minifiy breaks AvadaThanks, 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
In reply to: [WooCommerce Smart Collection] Fatal ErrorThanks 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”?
Glad I could help.
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.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.jjdualan, can you pastebin the code?
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.4So 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?Same here with latest WP and Plugin version. HTTP error on upload. Deactivating the plugin makes it working again.
Using propustion by kriesi (themeforest) but I can’t show you online as this breaks the whole page and I had the remove addhis!
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Blank PageThanks 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…