Skip to:
Content
Pages
Categories
Search
Top
Bottom

Issue with [bbp-topic-index]

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

    Moderator

    It is almost certainly a theme issue – post a url

    @ajsonnick1

    Participant

    @robin-w

    Moderator

    url has a ‘under dev’ banner !

    @ajsonnick1

    Participant

    oops – sorry. I took it down. please check quickly. thanks!

    @robin-w

    Moderator

    The [bbp-topic-index] is not designed to run in a sidebar, or indeed in any panel of such a small width.

    There are plenty of widgets you can use to put in there.

    What are you trying to achieve in the sidebar?

    @ajsonnick1

    Participant

    Thank you! Just trying to have recent forum activity listed in that sidebar.

    @ajsonnick1

    Participant

    one other thing – how can we fix the forum header (http://imageshack.com/a/img673/4510/Utc46x.png) to show an image per forum OR just remove it entirely? It has the forum or topic name twice.

    @robin-w

    Moderator

    Just trying to have recent forum activity listed in that sidebar.

    try the ‘latest activity widget’ in my plugin

    https://wordpress.org/plugins/bbp-style-pack/

    one other thing – how can we fix the forum header

    This is a theme issue – who’s theme are you using?

    @ajsonnick1

    Participant

    THANKS! will look into the plugin.

    HMM.. Using the Listify wordpress theme.
    I can’t find anything in the code. I was able to remove the first page title if I want, but I want to leave that.
    The big grey box I wanted to remove.

    Thanks!

    @robin-w

    Moderator

    The first basketball is given by a div class of ‘page-title’
    The second basketball is given by a div class of ‘entry-title’

    so you could try

    #bbpress-forums .entry-title {
    display : none !important ;
    }

    in your child theme css

    Functions files and child themes – explained !

    @ajsonnick1

    Participant

    Thanks! I had tried something real similar and it didn’t work, I tried that too – no luck.
    thanks so much for your help!

    @ajsonnick1

    Participant

    .entry-title {
    display : none !important ;
    }

    works but not with #bbpress in front.

    @robin-w

    Moderator

    ok, as long a that doesn’t break the site it elsewhere you have a solution !

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