markd21
Forum Replies Created
-
Similar issue here. 390,000+ pending hooks of hubwoo_ecomm_deal_upsert
Any idea to fix it? Why this issue has not been solved????
Hi,
I came across the same issue. There are 390,000+ pending hooks hubwoo_ecomm_deal_upsert even after I uninstalled the plugin. It happened with one order that was in auto-draft status.
Any idea how to clear those pending hooks?
Hi @wpclever,
Thanks for providing the solution. However, I’ve tried to add this code into the function.php on our theme but it is not working. Nothing happens when users click on the title of products in Woo Bought Together.
Could you please kindly recheck if there is any error?Regards,
MarkForum: Plugins
In reply to: [Site Reviews] Product Schema Error – OfferCount is not workingHello,
Thanks for your response. I’ve tried adding your code but it seems didn’t work.
The error of “offercount” is still there https://prnt.sc/1dgyvliThe code is:
add_filter( 'site-reviews/schema/Product', function( $schema ) { $postId = get_the_ID(); $schema['sku'] = get_post_meta( $postId, 'schema_sku', true ); $schema['brand'] = get_post_meta( $postId, 'schema_brand', true ); $schema['description'] = get_post_meta( $postId, 'schema_description', true ); $schema['gtin8'] = get_post_meta( $postId, 'schema_gtin8', true ); return $schema; if (array_key_exists('offers', $schema)) { $schema['offers']['offerCount'] = get_post_meta($postId, 'schema_offercount', true); } });
Already tried to add the “if” part inside and outside the old add_fitler code. I also recheck to make sure that we added schema_offercount custom field https://prnt.sc/1dgzowq.
We use this to implement reviews on a Page (Service), so I guess that’s why it couldn’t pick up the existing Woocommerce Product schema.
Please help to take a look to see what we could do.
Thank you!Any reCAPTCHA code can appear if you have enabled reCAPTCHA in the WP Cerber anti-spam settings. Disable reCAPTCHA in the WP Cerber settings to remove the reCAPTCHA code generated by WP Cerber.
Thanks for your response. The problem is we already turned off the reCAPTCHA option and the JS code is still there. https://prnt.sc/1214tbw
All API key already removed, saved, cache cleared as well.Besides, I thought that only V3 reCAPTCHA require their code on all pages, isn’t it?
We used to apply V3 -> changed to V2 -> Turned off completely but the code is still there. So it’s quite strange.
Appreciate any help to figure this out.
Regards,
MarkForum: Plugins
In reply to: [Autoptimize] White flash while loading pagesSolved by removing anti-flicker CSS/ JS
Forum: Plugins
In reply to: [Autoptimize] White flash while loading pagesHi, can we send it privately via email? And do you think criticalcss is the same support team or they are different?
Thanks!
MarkForum: Plugins
In reply to: [Autoptimize] Can’t Save any Change in the setting – 404 options.php errorThanks, Frank.
It was quite strange. But we reinstalled AO and it’s fine now.