lucadima
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Buongiorno, mio stesso problema descritto poche ore prima qui:
https://wordpress.org/support/topic/la-fattura-non-viene-piu-inviata-via-email-dopo-aggiornamento/Forum: Plugins
In reply to: [WooCommerce] Automatic email sending doesn’t work anymoreNotice that it worked for years before. It’s not working from last week.
Replace
if (count($filtered)) { //make sure that the parent points to the first sub $parent[2] = array_values($filtered)[0][2]; }with
if (count($filtered)) { //make sure that the parent points to the first sub $filteredValues = array_values($filtered); $parent[2] = $filteredValues[0][2]; }Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] RetiredVersion errorHello Jarryd.
Unfortunately it doesn’t work, I still have a grey block that begins to show something on the left only if I perform a zoom out….
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] RetiredVersion errorHello Jarryd, thank you for your reply.
As I told before, I already tried the option “3.exp”, but it doesn’t work.
Viewing 5 replies - 1 through 5 (of 5 total)