cedus
Forum Replies Created
-
$jobs_selected_schema = get_option( 'jobs_selected_schema' );
if( !$jobs_selected_schema || empty($jobs_selected_schema) || $jobs_selected_schema == "default" ){
add_filter( 'wpseo_json_ld_output', array('Job_Postings','jp_disable_yoast_seo_schema'), 10, 1 );
}elseif(!is_admin() && $jobs_selected_schema == "yoast_seo" /* && is_singular( 'jobs' ) */){
add_filter( 'job-postings/disable_json_ld', array('Job_Postings', 'jp_disable_job_postings_schema'),10,2 );
add_filter( 'wpseo_json_ld_output', array('Job_Postings','jp_disable_yoast_seo_schema'), 10, 1 );
}
add_action('deactivated_plugin', array('Job_Postings', 'set_deafult_on_yoast_deactivation') );
}
public static function jp_disable_yoast_seo_schema($data){
if(!is_singular( 'jobs' )) return $data;
$data = [];
return $data;
}
public static function jp_disable_job_postings_schema($value, $job_id){
if(!is_singular( 'jobs' )) return $value;
return true;
}This seems to fix the notice.
Hi Grzegorz,
I’m sorry, this seems to be an option in the plugin woocommerce germanized thats interfering (rightfully) with the tax calculations. After disabling the option in woocommerce germanized everything works as expected.
Thank you, Chris
Hi,
thanks for your quick reply.
The built-in flat rate shipping method from woocommerce applies 19% as we need to, we used this before.
I checked the option “woocommerce_shipping_tax_class” in the database, when it’s set to standard in admin the option value is empty, all other tax classes are saved with their slug and the setting to calculcate it based on ordered items is called “inherit”.
/Chris
Thank you
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Duplicated orders, same _ppcp_paypal_order_idThanks.
Yesterday we had another duplicated order but one went into failed. But this could be expected behavior. We now check for duplicated ‘_ppcp_paypal_order_id’ when working through orders.
Forum: Plugins
In reply to: [Wishlist and Waitlist for WooCommerce] Variation Support for Wish/Wait-ListThank you!
Hey, meanwhile we changed the provider. Their support was not helpful. At least I know the problem now. They did not include zipArchive at all in the newer managed server images and planned to do it again in the next releases. I was able to zip it in ssh and move it fairly quickly.
Hi, disable_functions has “no value”. Thank you for your quick responses.
Hi, I’m sorry. The option ShellZip does not show for my setup. Only ZipArchive and DupArchive are selectable.
Hi,
I have only the options ZipArchive and DupArchive in Duplicator, no other is shown. In “Tools > Server Options > PHP” I see Shell Exec and Shell Exec Zip supported. The extension is, I think, bzip2, in PHP Info it’s listed as section “bz2”.
How can I use ShellZip?
Thank you
Hi Oleg,
thanks for your reply, you are correct. Nevertheless the template gets included in odd positions, you can try this yourself with the above mentioned plugin.
Kind Regards,
CedusForum: Reviews
In reply to: [YITH WooCommerce Gift Cards] Warning ! it overloads cpu and ramCould you please tell me if this issue exists in 2.0.16 and where the fix was made? We cannot yet update WordPress.
Thank you.
Forum: Plugins
In reply to: [WooCommerce Conversion Tracking] Add filter for additional script tag configThank you! ??
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Verbindung mit PayPal wird nicht hergestelltWir haben das Problem hier auf wenige Ausnahmef?lle reduzieren k?nnen indem wir sichergestellt haben, dass auf den Checkout-Seiten inkl. Thankyou kein Javascript deferred oder minifiziert wird, paypal.com und paypalobjects.com haben wir extra nochmals bei WP-Rocket deaktiviert zum Cachen.
Für die Ausnahmef?lle gibt es keine wirklichen Gemeinsamkeiten:
– Teilweise Smartphone-Nutzer mit Chrome/Samsung-Browser
– Tablet-Nutzer mit iPad und Safari
– Desktop-Nutzer mit Firefox + Kasperky (Hier haben wir reproduzierbar das Problem mit dem Kunden am Telefon nachbilden k?nnen, Kaspersky an = nix geht, Kaspersky aus = keine Probleme)
– Desktop-Nutzer mit ChromeMit mehr als 100 Bestellungen pro Tag k?nnen wir auch nach dem neuesten Update sagen, dass es noch nicht 100% funktioniert.
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Verbindung mit PayPal wird nicht hergestellt@philipprother Nein, leider nicht.