Descripción
Este plugin se ha cerrado desde el 27 de diciembre de 2017 y no está disponible para descargar. Este cierre es permanente. Motivo: Petición del Autor.
Reseñas
5 de octubre de 2017
fully functional and enough for me… awesome
5 de febrero de 2017
I’m using a pretty specific and heavily customized theme and this plugin is the only one that worked for me. Great!
20 de enero de 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
3 de septiembre de 2016
Great plugin, works perfect!
3 de septiembre de 2016
works perfectly.
3 de septiembre de 2016
Very simple and work as expected. Thank you!
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Hide Show Comment” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.