Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress images in activity feed gives me Mixed Content Warning


  • Mauricio
    Participant

    @mauriciogarofalo

    Google Chrome give me mixed content warning in all images that are posted in activity page. This images are blog entries that are posted when a new blog post is uploaded.

    It shows my post tilte, content and image but that image shows as “http://” instead of “https://”. My whole site runs in https and image also.

    I had to install a fix plugin to force https in content. But I think there is an issue with buddypress .
    The problem is in:

    <div class="activity-inner">
    <p>text......</p>
    <p>.... […] <img src="http://www.xxxx.com/wp-content/uploads/2017/05/velocidad-tareas.jpg"></p>
    </div>
Viewing 2 replies - 1 through 2 (of 2 total)

  • r-a-y
    Keymaster

    @r-a-y

    The problem is BuddyPress initially records the activity item from whatever protocol that the site is running in.

    So let’s say I’m posting at http://example.com, BuddyPress would record any uploaded content using http.

    It sounds like you have moved to https, so these older activity items would still use http. I would probably recommend forcing your site to always resolve to https, then future activity items should always use https.

    As for older content, you would need to filter the activity content and replace older http instances with https.


    Mauricio
    Participant

    @mauriciogarofalo

    I have moved to Https, but I don’t have problem with old content, NEW content image are shown as http in buddypress.

    The solution I found was to use a plugin: SSL Insecure Content Fixer. I don’t know what it does but solved, the strange thing is that I’m actually using https for WordPress site.

    Secure provided by cloudflare

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar