Hi @mmcglynn,
I hope you are keeping well, and sorry to know that you are experiencing this issue.
I was able to observe the mentioned issue on your website, and it looks like the home URL, or the site URL has http instead of https in your WordPress settings.
Can you please check the URL configured under WP Dashboard >> Settings >> General for the “WordPress Address (URL)” and “Site Address (URL)”? Please confirm the URLs start with https instead of http?
Please do let us know how that goes so that we can check further. Looking forward to your response.
Best Regards,
Nebu John
Hi, the site URL in Settings > General often comes up when researching this issue some up often. In all cases where I have this issue the setting is correct.
Another supposed fix is to use the following snippet:
// Fix insecure requests in assets minified by Hummingbird
add_filter( 'wphb_minify_file_content', function($content){
if( strpos( $content, 'http://example.com') ){
$content = str_replace('http://example.com', 'https://example.com', $content );
}
return $content;
} );
That doesn’t work either. So, I’m still looking for a solution.
Hi @mmcglynn,
Sorry to know that you are still experiencing this issue.
Can you please try to exclude the files with the issue from Hummingbird Asset Optimization and check if that helps? You can find this option at WP Dashboard >> Hummingbird >> Asset Optimization >> Configurations.
https://wpmudev.com/docs/wpmu-dev-plugins/hummingbird/#assets-optimization
Additionally, can you please try a complete conflict test to ensure no other plugin or theme is conflicting and causing an issue?
I hope the following guide comes in handy: https://wpmudev.com/docs/getting-started/getting-support/#conflict-test
Please let us know the results so that we can help you further.
Best Regards,
Nebu John
We can turn off certain files to minimize, but that defeats the purpose.
I don’t think a plugin conflict issue would be the cause here. We are using Elementor hosted on WP Engine.
Hello @mmcglynn
I checked your site and I can see the issue is rs6.css file for some reason hummingbird couldn’t detect the correct path for those files, the easiest solution to is to exclude rs-plugin-settings file from hummingbird asset optimization.
View post on imgur.com
It will not impact the site performance much since the file is not used on all pages and its a small file.
Kind Regards
Amin
Hi @mmcglynn
We haven’t heard from you in a while, I’ll go and mark this thread as resolved. If you have any additional questions or require further help, please let us know!
Kind Regards,
Kris