VitaSerk
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] js/paypal/checkout.min.js.map errorVersion 2.2.0
should i be worried? And when will be PayPal Plus compatible with woo 4.x?
thanks!
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] PayPal Plus + a 2nd PayPal Plug-In same time?!Hey @aweissinpsyde
thanks!
I did some testing and all seems to work fine!
I was just afraid it could cause some errors, so that is why i asked.
PS: When will PayPalPlus be Woo 4.1 compatible?
thanks!
Hey,
yeah, I use Yoast seo! :O
And yeah, it works when deactivating yoast!
Unfortunately I can not deactivate yoast ??
So i really really hope, that you can find and fix this js issue asap, so i can use steriods, too!Thanks!
PS: It would be nice, if you could tell me, when u found and fixed the issue.
Forum: Plugins
In reply to: [WooCommerce] Failed and Canceled orders Email send to Customer@nostile yes!
With “Code Snippets” i use following code:
add_action(‘woocommerce_order_status_changed’, ‘send_custom_email_notifications’, 10, 4 );
function send_custom_email_notifications( $order_id, $old_status, $new_status, $order ){
if ( $new_status == ‘cancelled’ || $new_status == ‘failed’ ){
$wc_emails = WC()->mailer()->get_emails(); // Get all WC_emails objects instances
$customer_email = $order->get_billing_email(); // The customer email
}if ( $new_status == ‘cancelled’ ) {
// change the recipient of this instance
$wc_emails[‘WC_Email_Cancelled_Order’]->recipient = $customer_email;
// Sending the email from this instance
$wc_emails[‘WC_Email_Cancelled_Order’]->trigger( $order_id );
}
elseif ( $new_status == ‘failed’ ) {
// change the recipient of this instance
$wc_emails[‘WC_Email_Failed_Order’]->recipient = $customer_email;
// Sending the email from this instance
$wc_emails[‘WC_Email_Failed_Order’]->trigger( $order_id );
}
}works perfect! hope it helps ??
Forum: Plugins
In reply to: [WP Fastest Cache] Page Builder (Elementor) Editing + WP Fastest Cachetessekürler!
Forum: Plugins
In reply to: [WP Fastest Cache] Page Builder (Elementor) Editing + WP Fastest Cachetam anlamadim ??
Simdi hersey iyimi? müsderi hep yeni sayfayimi g?rcek? herzaman wp fastest cache silersem, ozaman sorun cikmas demi?
yok, ben htaccesden birsey ayalamadim…ozaman normalda her browser yeni cache sorcak ve g?stercek demi?
sagol!
Forum: Plugins
In reply to: [WP Fastest Cache] Page Builder (Elementor) Editing + WP Fastest Cachepardon, bisey daha sorcaktim:
ben elementor page builder kulaniyorum + wp fastest cache ??
bir tane müshderi dün sabah benim sayfama geliyor.
Simdbi ben live sayfamda, bir kac tane resim felan deyistirsem, ondan sonra cache WP fastest cache dann silsem…dünkü müshderi bügün geri d?nse…yeni sayfayi g?rcekmi? yoksa dünku sayfaya mi g?rcek?diyelim, müshderi kendi browser-cache silmiyor, ve de incognito modu kolanmiyor…hangi sayfaya g?rcek? bazen eski sayfa geliyordu, onun icin bi sordum ??
tessekürler!
Forum: Plugins
In reply to: [Autoptimize] Page Builder (Elementor) Editing + WP Fastest Cachethanks, i understand, tbh i have no clue…in the settings i can not set any of those numbers in WPFT ?? But I can clear and delete the WPFT cache…should that not work?
I just also asked in the WPFT support thread…lets see ??
Forum: Plugins
In reply to: [Autoptimize] Page Builder (Elementor) Editing + WP Fastest Cachethanks for the quick update!
I have just unticked it now ??
So my question is:
When a user was on my site yesterday…and today in the morning i do some updates…then after i delete the autoptimze cache. The user comes back today in the afternoon: Will he instantely see all updates? Or will he see the old version from yesterday, unless he cleares his own browser cache?Thanks!
Forum: Plugins
In reply to: [WP Fastest Cache] Page Builder (Elementor) Editing + WP Fastest Cachehaletim abim ??
tessekürler!
PS: I can also not use/open the origianl .zip files with any zip opener tool at all…I get an error, that this “file” is not supported…
Hey,
so I get following Error:
I create a manual backup on my site.com
I upload the backup to my subdomain staging site staging.site.com
But then I get following Error after the 6 .zip (each 200mb max big files are uploaded:Upload file failed. file name: _wpvivid-5e83426ae586c_2020-03-31-15-15_backup_all.part005.zip, error: PCLZIP_ERR_BAD_FORMAT (-10) : Invalid archive structurefile name:.de_wpvivid-5e83426ae586c_2020-03-31-15-15_backup_all.part004.zip, error: PCLZIP_ERR_BAD_FORMAT (-10) : Invalid archive structurefile name:.de_wpvivid-5e83426ae586c_2020-03-31-15-15_backup_all.part003.zip, error: PCLZIP_ERR_BAD_FORMAT (-10) : Invalid archive structurefile name:.de_wpvivid-5e83426ae586c_2020-03-31-15-15_backup_all.part002.zip, error: PCLZIP_ERR_BAD_FORMAT (-10) : Invalid archive structurefile name:.de_wpvivid-5e83426ae586c_2020-03-31-15-15_backup_all.part001.zip, error: PCLZIP_ERR_BAD_FORMAT (-10) : Invalid archive structure
thanks a lot! ??
Hi @tonyrobins
thanks a lot, but still not working ??
I never had any issues before, I could even download files over 700mb at once…so it can not be the splitting or my server ressouces, this should be more than fine. I have used the ur plug-in over a year now and all was good.
It has to be different reasonst, but which?PS: When I install a new backup on a existing staging-site, will it “delete” already existing plug-ins also? Or will they just stay, eventhouhg they are not in the new backup? Thanks!