Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1007143
    twigglee
    Participant

    Hey 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.
    Thanks

    #1007196
    Paul R
    Moderator

    Hi,

    Can you provide us your site url and an image on how you would like it to look like.

    Thanks

    #1007225
    twigglee
    Participant

    Heres my site:
    http://twigglee.com/

    I’d like it to look somewhat like that haha 🙂
    Thanks!

    #1007283
    Thai
    Moderator

    Hi 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 🙂

    #1008676
    twigglee
    Participant

    Thanks! 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)
    Thanks

    #1008715
    Christopher
    Moderator

    Hi there,

    Please add this code :

    div#bbp_topics_widget-3 ul li > div {
        font-size: 12px;
    }

    Hope it helps.

    #1008892
    twigglee
    Participant

    YAY!
    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! 🙂

    #1008976
    Paul R
    Moderator

    Hi,

    You can add another forum and make hello world as parent.

    http://screencast.com/t/Gbtkq2HPQM9t

    For more information please check the link below.

    Getting Started

    Hope that helps.

    #1009100
    twigglee
    Participant

    Hey 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!

    #1009453
    Rupok
    Member

    Hi 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!

    #1010128
    twigglee
    Participant

    Alright thanks for the help! 🙂

    #1010365
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1007143 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>