Tagged: x
-
AuthorPosts
-
May 24, 2016 at 7:47 am #1007143
twiggleeParticipantHey there!
I have used cornerstone to add a widget to home page: forum “Recent Forum Topics”
but I’d like to know how I would be able to customise the looks of this to make it look better.
ThanksMay 24, 2016 at 8:13 am #1007196
Paul RModeratorHi,
Can you provide us your site url and an image on how you would like it to look like.
Thanks
May 24, 2016 at 8:26 am #1007225
twiggleeParticipantHeres my site:
http://twigglee.com/I’d like it to look somewhat like that haha 🙂
Thanks!May 24, 2016 at 8:58 am #1007283
ThaiModeratorHi There,
Please add the following CSS:
.widget_display_topics ul > li { border: 1px solid rgba(0,0,0,0.075) } .widget_display_topics ul > li > a, .widget_display_topics ul > li > span, .widget_display_topics ul > li > div { display: inline-block; } .widget_display_topics ul > li > a { width: 60%; border-right: 1px solid rgba(0,0,0,0.075); } .widget_display_topics ul > li > span { width: 20%; border-right: 1px solid rgba(0,0,0,0.075); } .widget_display_topics ul > li > div { width: 15%; }Hope it helps 🙂
May 25, 2016 at 3:20 am #1008676
twiggleeParticipantThanks! worked beautifully 🙂
Also, how can I add code to that to make the “freshness” text smaller? (I have inserted a picture of what I want to make smaller)
ThanksMay 25, 2016 at 4:00 am #1008715
ChristopherModeratorHi there,
Please add this code :
div#bbp_topics_widget-3 ul li > div { font-size: 12px; }Hope it helps.
May 25, 2016 at 6:46 am #1008892
twiggleeParticipantYAY!
Last question I have for this is how do I put under my posts what “forum topic” the posts are in?Example: A user posts topic “Hello World!” under “Chatterbox” forum page. How do I create a link “Chatterbox” in smaller font directly underneath the topic “Hello World!”, where if a person clicks on “Chatterbox”, he/she is then directed to “Chatterbox” forum page.
Thanks for the help! 🙂
May 25, 2016 at 7:58 am #1008976
Paul RModeratorHi,
You can add another forum and make hello world as parent.
http://screencast.com/t/Gbtkq2HPQM9t
For more information please check the link below.
Hope that helps.
May 25, 2016 at 9:13 am #1009100
twiggleeParticipantHey there 🙂
I meant setting the forum category under the users topic post.
In the example image the topic is on the top with the topic category directly below it in smaller font.
Thanks!May 25, 2016 at 12:20 pm #1009453
RupokMemberHi there,
Thanks for clarifying. I am not sure if that’s possible or not. Understanding certain features and how to utilize them is something that is very important if you hope to take full advantage of the bbPress plugin. While we have integrated the plugin with our theme and have used it in a selection of demos, it is recommended that you direct any questions you have about the plugin to the provided online documentation as it will more thoroughly address any matters you would like to know more about with the plugin.
Cheers!
May 25, 2016 at 8:07 pm #1010128
twiggleeParticipantAlright thanks for the help! 🙂
May 25, 2016 at 10:31 pm #1010365
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1007143 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
