説明
このプラグインの公開は2017年12月27日に停止されており、ダウンロードできません。 この公開停止は永久的なものです。 理由: 作者からのリクエスト。
評価
2017年10月5日
fully functional and enough for me… awesome
2017年2月5日
I'm using a pretty specific and heavily customized theme and this plugin is the only one that worked for me. Great!
2017年1月20日
Just wanted to let you know that the free version of Hide/Show comments "Works" but I had to modify some of the core JS files in order to make it happen. The reason being is that even though it does indeed hide all comments on the articles on my site. It does not show any initial text. Just a <span></span> so if you click on the space where that is at it will then show you the "Hide/Show comments text"
I'm not sure if this effects the premium version as there may be a separate plugin branch for that.
file modified:
./wp-content/plugins/hide-show-comment/assets/js/hsc.js
line 75
where it says the following:
if(base.hash == 'undefined')
{
base.$containerAll.css('display','none');
}
Change to:
if(base.hash == 'undefined')
{
base.$containerAll.css('display','none');
base.$btnHideShow.html('<span>' + opt.hideShowTextShow + '</span>');
}
This gets the ball rolling with showing text upon initial blog loading.
Just to let you know that I am running GeneratePress Premium. If this bug is corrected in the free version then I would certainly buy the premium and change my star rating.
Thank you very much.
– S
2016年9月3日
Great plugin, works perfect!
2016年9月3日
works perfectly.
2016年9月3日
Very simple and work as expected. Thank you!