• Have a SSl site with https urls, found the lock was broken on the home page due to this plugin, version 0.9.9.6. Found the issue in the plugin’s function file, changed this line;
    'thumb_default' => 'https://placehold.it/45x45/f0f0f0/ccc',
    line 42 to this;
    'thumb_default' => '//placehold.it/45x45/f0f0f0/ccc',

    This file can be edited in the plugin editor,
    recent-posts-widget-extended/includes/functions.php

    • This topic was modified 7 years, 6 months ago by RayBoyd1455.
  • The topic ‘Bug, SSL site broken lock, https’ is closed to new replies.