dreejt
Forum Replies Created
-
After pausing cloudflare I was able to connect Sitekit, but this returns other errors:
Gegevens fout in Search Console
403. That’s an error. Your client does not have permission to get URL /webmasters/v3/sites/https%3A%2F%2Fwww.tjeerdoutside.nl%2F/searchAnalytics/query from this server. That’s all we know.
— and: —
Fout: 403. That’s an error. Your client does not have permission to get URL /pagespeedonline/v5/runPagespeed from this server. That’s all we know.Opnieuw proberenI tried your first method, this occurred into the same error.
I don’t see any warnings related to this in my Site Health status
I tried the connection via the TasteWP site, this did work.My current location is: 9751 EG Haren
Hope this helps!The responses I got are: curl -4 -I https://sitekit.withgoogle.com HTTP/2 200 content-type: text/html vary: Accept-Encoding x-cloud-trace-context: bf14cddd90471ce68a4bafcf4d95402e date: Tue, 19 Sep 2023 09:51:23 GMT server: Google Frontend alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 ~$ curl -6 -I https://sitekit.withgoogle.com HTTP/2 200 content-type: text/html vary: Accept-Encoding x-cloud-trace-context: c00b1ef90492645b7d46ea78d3585d79 date: Tue, 19 Sep 2023 09:51:34 GMT server: Google Frontend alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000Hi James,
Thank you for your quick response. I submitted the Google forms.
I don’t see any critical errors in my Site Health related to this. I did use sitekit on this website for the last couple of months, also on other sites but I just noticed that other websites (on the same server) also lost their connections. The message I got:
Data error in Analytics
Invalid JSON responseForum: Plugins
In reply to: [Post Types Order] woo: plugin overrides best_selling_productsHi MorningCactus,
When the plugin is active the loop for best selling products is not working. In stead of showing best selling products it shows the products in the order which was created with the post-order plugin.
Hope you have a solution for this.My post loop includes:
$args = array(
‘post_type’ => ‘product’,
‘posts_per_page’ => 4,
‘meta_key’ => ‘total_sales’,
‘orderby’ => ‘meta_value_num’,It’s also not working with the shortcode: [best_selling_products per_page=”4″]