brent0r
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] bbp style pack prevents users and admin to see postsalternatively, add the following into your custom css:
#bbpress-forums .bbp-topic-content, #bbpress-forums .bbp-reply-content {
color: #333!important;
}Best of luck!
Forum: Plugins
In reply to: [bbp style pack] bbp style pack prevents users and admin to see postsTry going into bbp style pack settings > Topic/Reply Display
and 6. Topic/Reply Text Font.
add #333333 or whatever colour you want in there.Forum: Plugins
In reply to: [bbp style pack] Forum DescriptionHave you tried going into the Dashboard > Forums > All Forums
then ‘edit’ on the forum and add a description there?
I’ve done too much customising of my theme to check this for you but I’m pretty sure that’s where you add your descriptions.Forum: Plugins
In reply to: [bbp style pack] Widget – Latest Activity – New Forum TopicsLine 216 of /includes/widgets.php
<?php if ( 'topic' == get_post_type() ) : ?> <?php $topic = get_the_ID(); ?> <span class="topic-posts"><i class="fas fa-comments"></i><?php bbp_topic_reply_count( $topic_id = $topic ); ?></span></class><?php endif; ?> </div> <?php endif; ?>
I will send the file via email, you may want to remove the <i class> as I have an icon next to the count.
Any ideas on excluding a single topic whilst showing all forum topics (using “any”).
ThanksForum: Plugins
In reply to: [bbp style pack] Widget – Latest Activity – New Forum TopicsAlso a feature I’d love (sorry if I’ve missed it) would be the ability to display total comment count in the widget.
<span class="topic-posts"><i class="fas fa-comments"></i><?php bbp_topic_reply_count( true ); ?><span class="topic-counts"> replies</span></span></class>
This is something I’ll probably add, but would prefer not to hack your code and lose it in an update
Forum: Plugins
In reply to: [WPS Hide Login] custom css for login pageThanks. I’ve just installed PWD WP Login but it only allows about 3 things to be changed.
My CSS customised a lot more. Is there any way to add it using PWD WP Login?Forum: Plugins
In reply to: [Product Specifications for Woocommerce] CompareI was going to start a new thread, but it would be the same as this.
So far for me Yith Compare is by far the best compare plugin. I would LOVE to be able to compare with this product specifications plugin.
Any updates on if this is possible, or having this plugin have compare?