Skip to:
Content
Pages
Categories
Search
Top
Bottom

BBpress forum stats plugin layout

  • @gogitossj34

    Participant

    So, this is how it’s currently look on my site http://www.mmo4teen.com. The layout is:
    Title
    number
    title
    number

    And that is really taking my space. Can anyone help me make it like this :
    Title: number
    title: number

    And if possible, hide some of the stats like tags and such.

Viewing 10 replies - 1 through 10 (of 10 total)
  • @robin-w

    Moderator

    I’d say the issue was more with the widget not taking up the column space it could – rthe widget below is much wider. This is fixed usually with css rather than widget code.

    Sorry but an training today or I’d take a look, perhaps rob will

    @robkk

    Moderator

    Will do it later , bout to head to sleep

    But yeah it always looks weird whenever that stats widget is in a sidebar , I would put the stats short code in the bottom of some templates

    @robin-w

    Moderator

    Thanks, Rob

    @gogitossj34

    Participant

    Thanks a lot. I’ll try to look into it some more.

    @gogitossj34

    Participant

    Ayone got an idea now ?

    @robkk

    Moderator

    ok on this i recommend just keeping the stats and label on top of each other and just make it look better, and it will stay in your tabbed widget.

    heres how i got it to look on your site, by editing the css in inspect element.

    are you okay with that or do you still want to go to the stats beside label option.

    @gogitossj34

    Participant

    That looks perfect but can you also help me hide category tags and forums number ?

    @robkk

    Moderator

    ok heres the code

    .widget_display_stats  dt, .widget_display_stats  dd {
    	text-align: center;
    }
    
    .widget_display_stats dd {
    	background:#CCC;
    	padding: 5px;
    	margin-top: 5px;
    	color: #222;
    }

    category tags and forums number

    if your talking about whats in the stats widget

    just copy content-statistics.php into your child theme if you havent already.

    and edit the file and remove what you want.

    @gogitossj34

    Participant

    This is weird, nothing changed.

    @robkk

    Moderator

    the css or content-statistics.php

    if its the css ,

    test to see if you need to add more classes to the code so it could with the tab widget,

    test it by seeing if another stats widget has the css if you place it alone in the sidebar by itself in the tab widget

Viewing 10 replies - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.
Skip to toolbar