hide-show-comment

Mô tả

This plugin has been closed as of 27 Tháng Mười Hai, 2017 and is not available for download. This closure is permanent. Lý do: Yêu cầu của tác giả.

Đánh giá

20 Tháng Một, 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
Đọc tất cả 13 đánh giá

Người đóng góp & Lập trình viên

“Hide Show Comment” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp