-
Author
-
August 20, 2014 at 11:34 #26144AbeKeymaster
Hi, Thanks for pointing this out. I have change this and will be available in next update.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.August 20, 2014 at 15:37 #26196sharmstrModeratorAnytime.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 24, 2014 at 21:23 #29623kcurlsjrParticipantAfter updating Kleo to 2.0, blog posts that have comments disabled now shows a 0 Comments divider. Is there a way to hide it?
September 25, 2014 at 16:08 #29702sharmstrModeratorRight. Hmmm.
Can you try changing line 24 of /kleo/comments.php to
COPY CODE<?php if ( comments_open() ) : ?> <div class="hr-title hr-long"><abbr><?php comments_number(__('0 Comments', "kleo_framework"), __('1 Comment', "kleo_framework"), __('% Comments', "kleo_framework") ); ?></abbr></div> <?php endif; // comments_open() ?>
and saving it to kleo-child/comments.php?
Basically I just added a check to see if comments were allowed.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 26, 2014 at 16:28 #29859AbeKeymasterHi, we fixed this and will be available in 2.0.1
We have changed comments.php line
if ( post_password_required() ) {to
if ( post_password_required() || ! comments_open() ) {
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.September 26, 2014 at 16:57 #29866sharmstrModeratorExcellent. Thanks.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.