dewfrost
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordless] Plugin not working on PHP version 8 or greaterHello,
we have at least two websites made with Wordless and running on PHP 8.2.
It looks like the error image disappeared somehow. Could you repost it or give detail abot the error?
Hi @daniellaivanova thanks for your feedback. Ok, will investigate further, it’s probably some other plugin — there are many on that website.
Kindest regards
Forum: Plugins
In reply to: [Gutenberg] Funny issue apparently related with memcachedHi @thelmachido thank you for your reply. Yes I reported this to the plugin author first thing. Just thought it might be useful to mention the thing here, sort of for future reference π
Forum: Plugins
In reply to: [Appointment Hour Booking - Booking Calendar] Conflict with ElementorHello @codepeople thank you for your reply.
It was with both versions 1.3.43 and 1.3.44 of the plugin.
Upgrading WP to 5.9 and Elementor to 3.5.5 solved the issue in production as well.
All the best
Forum: Plugins
In reply to: [LH Buddypress Export Xprofile Data] Multiple checkboxes empty on exprt@azureconcept nope, never had such issues.
Forum: Plugins
In reply to: [LH Buddypress Export Xprofile Data] Multiple checkboxes empty on exprt@azureconcept happy it helped!
Thanks for the beer, appreciated π
Forum: Plugins
In reply to: [LH Buddypress Export Xprofile Data] Multiple checkboxes empty on exprtSolved it myself after fiddling about a little.
It was enough to change line 184 from
$field_data = xprofile_get_field_data( $field_id, $user->ID );to
$field_data = xprofile_get_field_data( $field_id, $user->ID, 'comma' );(The default for the third parameter is ‘array’.)
Now all fields are exported correctly.
Hope it helps!
Forum: Plugins
In reply to: [LH Buddypress Export Xprofile Data] Multiple checkboxes empty on exprtSorry, correction: it’s JSON. Example:
a:1:{i:0;s:8:"value1";i:2;s:11:"value2";}Ciao @dot4all, ci sono novitΓ per l’export in XML? I clienti iniziano ad andare in ansia π
GrazieCiao @dot4all, grazie per la risposta. Γ quello che speravo di leggere π
Grazie milleForum: Plugins
In reply to: [WooCommerce] Woocommerce Subscriptions ignores PayPal action settingHi @johndcoy,
we are not testing the plugin in a live site of course. What I am trying to do is check its features against the client’s requirements in order to help them decide whether to buy it.
I posted here because the plugin’s documentation is not very clear about the relationship between order status and payment collection, which might be due to the fact that it’s related to PayPal rather than Subscriptions itself. However, I haven’t found a way yet to control when the actual collection takes place, which is critical to the client’s sale model.In short, the subscriptions should be accepted, but the payment should be collected at order completion — that is, when the goods are shipped out. Which is what happens with a fixed-price product and does not happen with a subscription product.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Subscriptions ignores PayPal action settingHello @nixiack8,
the plugin version is 2.3.5. Link: https://github.com/wp-premium/woocommerce-subscriptions
I am using Woocommerce 3.4.0 with its built-in PayPal standard.
TIA for any feedback.