Description
This plugin has been closed as of December 27, 2017 and is not available for download. This closure is permanent. Reason: Author Request.
Reviews
ageproem
October 5, 2017
fully functional and enough for me… awesome
Nazar Hotsa
February 5, 2017
I’m using a pretty specific and heavily customized theme and this plugin is the only one that worked for me. Great!
sconfig
January 20, 2017
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
George
September 3, 2016
Great plugin, works perfect!
rvsolutions
September 3, 2016
works perfectly.
kevinimm
September 3, 2016
Very simple and work as expected. Thank you!
Contributors & Developers
“Hide Show Comment” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Hide Show Comment” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.