• Resolved Imagemmcglynn

    (@mmcglynn)


    I am running the plugin on a few sites. All use builders. All of the sites get a mixed content error as shown below.

    This issue lowers the Best Practices score on PageSpeed Insights so I need to fix it or use something else.

    Mixed Content: The page at 'https://vertikal6.com/it-services' was loaded over HTTPS, but requested an insecure font 'http://vertikal6.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888'. This request has been blocked; the content must be served over HTTPS.

    Is there a fix?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support ImageNebu John – WPMU DEV Support

    (@wpmudevsupport14)

    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

    Thread Starter Imagemmcglynn

    (@mmcglynn)

    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.

    Plugin Support ImageNebu John – WPMU DEV Support

    (@wpmudevsupport14)

    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

    Thread Starter Imagemmcglynn

    (@mmcglynn)

    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.

    Plugin Support ImageAmin – WPMU DEV Support

    (@wpmudev-support2)

    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

    Thread Starter Imagemmcglynn

    (@mmcglynn)

    Got it. thank you.

    Plugin Support ImageKris – WPMU DEV Support

    (@wpmudevsupport13)

    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

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Mixed content error’ is closed to new replies.