If I go into the gmail-google suite settings to update the image in the signature, I get the following error:
“We can’t find or access the image at that url.
Please check the address for typing errors.
Make sure the image is public,. If your image is protected by a password, or on an internal network, we will not be able to read it.”
The logo shows while I am composing the email, but as soon as it sends, it shows as a broken image icon. This is happening with all people in my organization.
I know that making a whole new link might work, but I have some people in my company that will not have the skills to fix the error.
Please help!
]]>
This is happening because a space is inserted before the GET args, creating a URL like https://mysite.com/wp-content/plugins/bitpay-checkout-for-woocommerce/images/BitPay-Accepted-CardGroup.svg%20id=bitpay_logo
I was able to fix it in my local site by patching plugins/bitpay-checkout-for-woocommerce/build/BitPayLib/class-wcgatewaybitpay.php
. I changed line 85 (inside get_icon_on_payment_page()
) to:
return add_query_arg('id', 'bitpay_logo', $settings->get_payment_logo_url());
Hoping to see it fixed in a future version
I just changed a Post to a Page in order to remove the required (?) title. This went great.
But I have, over the past years, emailed a LINK to the old Post type to many people, and of course, there’s no way to reach out to update those links. If you click on one of those emailed links now, it goes to my generic 404 page.
I’m about to start looking around for a Redirect plug-in, but figured I’d see if you had any suggestions. Would love to not have to install yet another Plug-in!
Best and thanks
Lance
But it looks like that:
https://araucaniadigital.cl/.website_84912ead/35373-revision-v1-2/araucania-global-summit/
Either way, none of those options link to the proper gallery, and the 404 appears.
]]>