hide-show-comment

説明

このプラグインの公開は2017年12月27日に停止されており、ダウンロードできません。 この公開停止は永久的なものです。 理由: 作者からのリクエスト。

評価

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
13件のレビューをすべて表示

貢献者と開発者

Hide Show Comment はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Hide Show Comment” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。