webonaut78
Forum Replies Created
-
Forum: Plugins
In reply to: [Plethora Plugins Tabs + Accordions] Tabs are not accessible with tabulatoryou’re welcome i have to say thanks.
Yes, i mean a schema.org-schema 🙂 Yoast adds this for their FAQ block and there are some accordion blocks out there, where you have the possibility, to mark an accordion as a “faq-Accordion” so that it gets the correkt faq-schema.
Have a nive evening.
Cheers
Matthias
Forum: Plugins
In reply to: [Plethora Plugins Tabs + Accordions] Tabs are not accessible with tabulatorHi Casper,
Thanks for your detailed answer. So obviously i had a lack of knowledge and I would like to apologize for this. I just gave your a 5-star review, because it’s a really goog plugin! 🙂
Maybe a last question: is it possible to add a schema for a faq-accordion? Maybe in the pro version?
Thanks & kind regards
Matthias
Forum: Plugins
In reply to: [WooCommerce] No ‘New Order’ email: not showing in WP Mail LogHi, i had the same problem after updating to WooCommerce 3.0.1, the following post saved my day:
https://github.com/woocommerce/woocommerce/issues/14151After copying the snippet in my functions.php, the new-order-emails are sending again! 🙂
Snippet:
add_filter( ‘woocommerce_defer_transactional_emails’, ‘__return_false’ );Hope that helps others as well! 🙂