.... requested an insecure XMLHttpRequest endpoint 'http://contents.cosmosfarm.com/wordpress/kboard-comments.js?ver=4.2'. This request has been blocked; the content must be served over HTTPS.
라는 메시지가 나옵니다. 해당 파일의 url에서 http를 제거하고 싶은데 어디서 수정해야 할까요? author 정보가 담긴 것 같은데요...
/kboard-comments/index.php 파일을 수정해주세요.
아래 코드를 지워주시면 됩니다.
wp_enqueue_script('kboard-comments', 'http://contents.cosmosfarm.com/wordpress/kboard-comments.js', array(), KBOARD_COMMNETS_VERSION);
해당 코드는 다음 버전에서 제거되니 안심하셔도 됩니다.