thenewdigital
Forum Replies Created
-
Yes, I did. You need to be serving images through WordPress’s default:
wp_get_attachment_image. Then WordPress will send the Imgix URLs through.Forum: Plugins
In reply to: [Redirection] Most common 404 pageIn the meantime, there’s a workaround if you’re comfortable in your WordPress database. Open PHPmyAdmin and export the 404 log into Excel. Create a pivot table and you’ll be able to see how often a given URL appears in your dataset.
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] WP Engine Geo IP Compatible?Thanks for the response! It doesn’t look like it adds those classes. I’ll give that feedback to them and we’ll use the plugin you suggest in the meantime.
Thank you for the quick response. The fixed version still has the same issue, though.
I was able to edit line 112:
$admin_email = get_option('bft_sender');
to
$admin_email = "[email protected]";and the notification email began working again. Also, I reconfirmed that everything is/was working fine with the notifications in 2.2.6.
Thanks again for the assistance.