Hi @madhatter.
Thanks for the feedback.
01 – The site is currently connected to JetPack, see:
https://www.iloveimg.com/download/g58f03dmc5crxb56y8f9jysrzjAjyb8630hdb2qhnmb2hf2gkAsn5smp0yt2prt0w8b2rvgpwq8w9yr4gv0jf0tc7g5whp8vsqrzv0f6vb012wkl18fc88g46966ywc723f37zcly8klxddpksg0y365s3q104p1wlnq0y1nsjc64jjgpqpq/1
https://www.iloveimg.com/download/8ywsmyw708p8ynynby473jz628swxvmhc98v2Ab4jckl9r3Albyg95pwjlm1j79dAky7vv05p0l018ky5q5dgAttq16wcx72t53059cdm88tw6lwgkqhbkjy1q8pt4lbtnwcfxAyc3rmg596dwd2p3y9dzktl1kg4A17pppwckzprp1qw971/4
02 – I checked and everything is up to date on the site, see:
https://www.iloveimg.com/download/5nr6ppsgjr7c1tzzAklA56w7vh27wrk53fl5k6kkfnk1g3qnfyrqg56557p1rbpb6jvgp8vzglm6vn97gpyyx04cx9vv4my5yww6jvv4b4skrjvbj81n359lpv09kwhsb04m7njb1118Az7m3l3q1p7yv9j5zf08m0dv748w8lvjq78jbjhq/4
03 – Checking the Diagnosis screen, it is showing the following message:
Scheduled event jetpack_sync_cron did not run. Your site is still working, but this could indicate that post scheduling or automatic updates will not work as expected.
Look:
https://www.iloveimg.com/download/6wrz9q5d9tm280ksd4kbfd5b7nxAqwz4xj7hsg42Ay9zc2631c66t8mckj0wndrlnqyjvs8qx76yxxfbt465k2h8cm9jj7AAy2ms7fy2jy4sfkjy0ts7wx20b5llzy4c97sxw80twxp15rfvbqjd5lc53s1b3l15l8ylxlx5d18hm327bs6q/5
04 – Maybe this message is related to a configuration I made:
I disabled WordPress from running Cron by inserting the code:
define(‘DISABLE_WP_CRON’, true);
In the file: wp-config.php
And on my Hostgator Cpanel, I configured the file to
It was executed every hour, by the code:
4 * * * * /usr/bin/php -f /home4/user/public_html/pousadaparisbarra.com.br/site/wp-cron.php >/dev/null
I temporarily disabled the code: define(‘DISABLE_WP_CRON’, true); the error message disappeared.
Was that why you couldn’t see the connection?
If so, I believe that now you will be able to visualize it there.
With the code disabled, I inserted this image in SVG format:
https://1drv.ms/u/s!AkDA_PkAcaacguIogLcZh12zNLYadg?e=1223CR
If you go to the post it was inserted in, you will see that it should appear below the HCapcha box. But this does not happen:
https://pousadaparisbarra.com.br/test-form/
It looks like it was sent to the JETPACK Image CDN, the site cannot display SVG images served by the Jetpack CDN.
https://i2.wp.com/pousadaparisbarra.com.br/site/wp-content/uploads//2021/08/ChicaraTESTE.svg?w=2200&ssl=1
But note that if you try to access the image outside the CDN, it is displayed normally.
https://pousadaparisbarra.com.br/site/wp-content/uploads//2021/08/ChicaraTESTE.svg?w=2200&ssl=1
05 – Strangely enough, I inserted an SVG of a Dog, and it is displayed, it seems that only some SVG images are being sent to the JetPack CDN and causing the error.
In the case of Dog, he was not sent.
Hope this helps to try to resolve this issue.