Help with reply topics header
-
I am sorry to ask this now as I know you are busy with a great update but I do have a bit of a problem.
I managed to sort most of it out with the old version but am struggling with the new update.
What I did was remove from the header on the replies page all the headings except “author” and change the “posts” to text I want with some formatting.
in my childtheme style.css
I included this to remove most of the headings from everywhere.#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
border-top: 3px solid #0a9ed3;
overflow: hidden;
padding: 8px;
}li.bbp-forum-freshness, li.bbp-forum-freshness {
display: none;
}li.bbp-forum-freshness, li.bbp-topic-freshness {
display: none;
}li.bbp-forum-info, li.bbp-topic-title { width:100%; }
li.bbp-forum-topic-count, li.bbp-forum-topic-count {
display: none;
}
li.bbp-forum-reply-count, li.bbp-forum-reply-count {
display: none;
}
li.bbp-topic-title { width:100%; }li.bbp-topic-voice-count, li.bbp-topic-voice-count {
display: none;
}li.bbp-topic-reply-count, li.bbp-topic-reply-count {
display: none;
}
I know this next bit was a dirty way to do it but…
in wp-content/plugins/bbpress/templates/default/bbpress/loop-replies.php
I changed line 24 from
<?php _e( ‘Posts’, ‘bbpress’ ); ?>
to
<?php _e( ‘<div align=”center” style =”color:#ff0000″>Please check out all the replies below,<br> if you find a post helpful please vote using the arrows</div>’, ‘bbpress’ ); ?>which put in my text in red centered with a carriage return in the middle.
If I do the same now, I cannot put formatting in. But also I realized that the “author” label is not needed, in fact it looks totally wrong with a mobile.
You can see what I mean if you look at this page https://wateratairports.com/topic/london-gatwick-lgw/ with both a large screen and a mobile
Could someone help please ?
- You must be logged in to reply to this topic.