j2fb
Forum Replies Created
-
After a lot more search, you were right; I ended up finding some custom code that was generating this behavior. Thanks for your help!
Hi there,
Thanks for your reply, interesting!
Are you absolutely sure about that? The reason why I’m asking is because I compared one of my product pages with at least one review and the one I sent above (with 0 reviews), and the 2 schema sections are added at the exact same place in the code of my page, and it looks exactly the same (except for the fact that one of them doesn’t have any actual review content, and of course no “name” content either). It really looks like like this portion of code was added by the same plugin in both pages, so I just wanted to double check with you if it cannot possibly be a yoast bug?
Thanks!
Hi Maybellyne,
Here is an example of an affected URL: https://www.myloops.net/product/chants-and-shouts-vol-1
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Missing field “name” (in “author”) in Google Search ConsoleThanks for your reply!
I’m interested in this option: “A possible solution is implementing a default author name when there are no reviews, such as “No reviews yet”.”
Is that something one would do in the theme files?
Forum: Plugins
In reply to: [WooCommerce] Missing field “name” (in “author”) in Google Search ConsoleScreenshots here:
Hi, it seems I skipped at least one update, I must have been using 4.8.8
Same problem here! Any suggestions?
Forum: Plugins
In reply to: [Download Monitor] empty download.htmlYes, that worked, thanks!
Forum: Plugins
In reply to: [Download Monitor] empty download.htmlYes, precisely we are using WP Rocket ??
Forum: Plugins
In reply to: [WooCommerce] Add columns to new “Reviews” pageThanks for your reply. FYI, I figured it out by using these hooks:
add_filter(‘manage_product_page_product-reviews_columns’, ‘myfunction1’);
and
add_action(‘woocommerce_product_reviews_table_column_mycolumnname’, ‘myfunction2’);
Forum: Plugins
In reply to: [Download Monitor] Frequent database notices in error logs since updateNo more errors, thanks a lot! ??
Forum: Plugins
In reply to: [Download Monitor] Frequent database notices in error logs since updateThanks, I will!
Forum: Plugins
In reply to: [Download Monitor] Frequent database notices in error logs since updateThanks for letting me know! I will wait until the new update then ??
Forum: Plugins
In reply to: [Download Monitor] Frequent database notices in error logs since updateHi Razvan, which database upgrade are you referring to? Thanks!
Thanks a lot!