vmajor
Forum Replies Created
-
Good morning, no improvement.
Things I tried:
whitelist your api IP 136.144.173.237 in application leve security plugin
disable application level security plugin
whitelist 136.144.173.237 on Cloudflare firewall
443 is not being blocked on the network firewallI am out of ideas. We do not have any other issues on our site with other plugins, so this error is specific to your implementation and thus I have no prior data on how to resolve this.
OK. We are of course not blocking that port, but still no joy. Our traffic is routed through Cloudflare, do you think it is possible that the api communication is being blocked by the Cloudflare security settings?
Can you tell me if you are using a port that is not 80/443 to communicate with our server?
There is no application level security that is running that should be blocking your api or its IP.
Forum: Plugins
In reply to: [Alt Text Tools] Only a fraction of images are scanned/capturedHi Andrew,
Thank you for the quick and detailed reply. WooCommerce does allow setting of alt text, and the images are all indexable regardless of which module calls them. Thus perhaps it would be good if your plugin could somehow parse wp-uploads/content for all images.
Regarding your suggestion about WooCommerce image alt text handling, I am not sure what you mean. WooCommerce does not have image handling ability as far as I can tell, but uses the system to handle all media. Thus as far as I could see all of our images have some form of manually entered alt text.
The USD 199 for that alternative plugin is rather steep, possibly aimed at some huge media library environments.
Forum: Plugins
In reply to: [Cloudflare] Cloudflare does not detect installed pluginOne more update, for posterity and for others that may find this thread before others.
The APO started working. The “trick” that worked on my site was to follow this advice from the support thread on the CF forum:
I recommend enabling APO feature in WP plugin itself, not in the Cloudflare dashboard.
I disabled APO on CF panel, cycled the APO in the plugin, and viola, it now works except that my header is still
CF-Cache-Status: BYPASSI will look into that next.
Forum: Plugins
In reply to: [Cloudflare] Cloudflare does not detect installed pluginI opened a ticket so this is just a “cute” update.
After purging every cache everywhere I now get a different error on CF:
"Note: This optimization is only available for websites using WordPress. We did not detect WordPress running for venn-cycling.com. Check again.So all I managed was a regression – not only is the plugin not detected, my entire platform isn’t either.
Forum: Plugins
In reply to: [Cloudflare] Cloudflare does not detect installed pluginThank you for the reply. No this did not solve the problem.
CF-Cache-Status: BYPASS cf-apo-via: origin,nohtml cf-edge-cache: cache,platform=wordpressI will create a support ticket on CF.
V.
I removed SiteKit from my site for the time being. I cannot allocate enough time to making it work and will revisit it again in the future.
Thus, I cannot make a video.
To recreate the broken site link connection go and edit any product through the back end. Save the edit. The broken connection notice will show up immediately, or after some time.
Also please note that I am using the paid version of Translatepress and that involves using the other 5 plugins including their SEO plugin.
Victor
From what I can tell, that small addon to fix the disconnections broke all WooCommerce links leading to a 404 for every product.
Thus I either have SiteKit that keeps disconnecting on every product refresh, or I have no products…
Just a heads up. I will need to test this more tomorrow during working hours, but some time after enabling the extra compatibility plugin, all of my WooCommerce product links went 404.
I disabled the plugin, restarted apache and everything is back again. I will need to test this some more tomorrow so this is just for reference if it happens to someone else as well.
Yes I see this:
<script type='text/javascript' src='https://www.googletagmanager.com/gtag/js?id=UA-3807601-21' id='google_gtagjs-js' async></script> <script type='text/javascript' id='google_gtagjs-js-after'> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "UA-3807601-21"); </script>The SiteKit one is not present however.
Hm that’s odd. I can see it in the source. There are 4 locations in this page:
view-source:https://www.venn-cycling.com/en/?v=f003c44deab6
There is also one that belongs to a different account, SiteKit’s?
var _googlesitekitBaseData = {"homeURL":"https:\/\/www.venn-cycling.com\/","referenceSiteURL":"https:\/\/www.venn-cycling.com\/","userIDHash":"3d2ac70f66bdae123029f0b2769d1761","adminURL":"https:\/\/www.venn-cycling.com\/wp-admin\/","assetsURL":"https:\/\/www.venn-cycling.com\/wp-content\/plugins\/google-site-kit\/dist\/assets\/","blogPrefix":"wp_","ampMode":false,"isNetworkMode":false,"timezone":"Europe\/Zagreb","siteName":"Venn Cycling","enabledFeatures":[],"isOwner":true,"isFirstAdmin":true,"splashURL":"https:\/\/www.venn-cycling.com\/wp-admin\/admin.php?page=googlesitekit-splash","proxySetupURL":"https:\/\/www.venn-cycling.com\/wp-admin\/index.php?action=googlesitekit_proxy_setup&nonce=fa5d4b7d4a","proxyPermissionsURL":"https:\/\/www.venn-cycling.com\/wp-admin\/index.php?action=googlesitekit_proxy_permissions&nonce=7dcc4462b3","usingProxy":true,"wpVersion":{"version":"5.6.2","major":5,"minor":6},"trackingAllowed":false,"trackingEnabled":true,"trackingID":"UA-130569087-3"}; /* ]]> */Please open the GitHub issue for me as this is more of a feature request and I am not sure how to format those so that it becomes/remains visible.
OK well that is odd. I am not referencing our analytics tag from anywhere else besides SiteKit. The only thing that we were adding outside of SiteKit was the remarketing code, but I removed that now too.
I checked custom snippets, manual header code in the template, and looked for any plugin that may be introducing the tag and I could not find anything.
Google Ads is still complaining that it cannot find the Analytics tag. I will try to get help from them.
Thank you for the plugin. That seems to have fixed the disconnect.
I think this next issue is related and is most likely due to the dynamic URLs created by TranslatePress (and other multilingual plugins).
Every product shows this:
No data available yet There is no data available for this content yet. This could be because it was recently created or because nobody has accessed it so far.This is of course true because the front end URL is formatted like this for example in English:
https://www.venn-cycling.com/en/product/venn-var-507-tcd-filament-wound-carbon-rim/
while the back end URL is:
It would be useful if SiteKit would either merge all the language switches into one (prune them perhaps), or even better, provide info per language switch so that we can see which content is popular in a particular language group, at a glance.