Ana A
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Huge spike in CPU usage/Account Executions after 4.0 updateMost probably, the best way to handle this is…
or what we have done that looks like the CPU usage going down over time is…Using Code Snippets Plugin:
1. Disable WooCommerce Analytics Dashboard
add_filter( 'woocommerce_admin_disabled', '__return_true' );
2. Stop Heatbeat completely
add_action( 'init', 'stop_heartbeat', 1 ); function stop_heartbeat() { wp_deregister_script('heartbeat'); }
Hope this helps.
Forum: Plugins
In reply to: [Yoast SEO] yoast seo interface hides content on PageIs it happening since Chrome update to version 77.0?
See here: yoast plugin overlays in the middle of the wordpress post using chrome Version 77.0.3865.75
https://support.google.com/chrome/thread/14142683?hl=enYoast guys, please help us solve this dilemma!
Forum: Plugins
In reply to: [Yoast SEO] Yoast 12.0 Getting in the way of WordPress BlocksIs it happening since Chrome update to version 77.0?
See here: yoast plugin overlays in the middle of the wordpress post using chrome Version 77.0.3865.75
https://support.google.com/chrome/thread/14142683?hl=enYoast guys, please help us solve this dilemma!
Forum: Plugins
In reply to: [Yoast SEO] How to disable or change #primaryimage schemaHi @pcosta88,
Thank you for your reply.
The same above point is reiterated with some code and more clarity in this post:
Change to default featured image (article schema #primaryimage)Would you be able to help with fixing/adjusting the code please?
Thanks in advance.Forum: Plugins
In reply to: [Yoast SEO] Change to default featured image (article schema #primaryimage)Thank you @thundorstorm. Let me try and get back to you.
Forum: Plugins
In reply to: [Yoast SEO] AMP YOAST JSON-LDThanks. Its already posted it here in a new topic. Looking forward to your help.
Change to default featured image (article schema #primaryimage)
Forum: Plugins
In reply to: [Yoast SEO] AMP YOAST JSON-LDHello @mazedulislamkhan,
Could you please look into this thread as well? Basically, just need your expert advice in either modifying the underlying code (1) or to disable the specific schema (2).
(1) Change to default featured image (article schema #primaryimage)
(2) How to disable or change #primaryimage schema
Note: The ‘primary image’ issue ‘only occurs after Yoast version 11.1.1 update.
Thanks in advance for your time.
Forum: Plugins
In reply to: [Yoast SEO] AMP YOAST JSON-LDLooking for the same answer.