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

    @robin-w

    It is almost certainly a theme issue – post a url


    ajsonnick1
    Participant

    @ajsonnick1


    Robin W
    Moderator

    @robin-w

    url has a ‘under dev’ banner !


    ajsonnick1
    Participant

    @ajsonnick1

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


    Robin W
    Moderator

    @robin-w

    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

    @ajsonnick1

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


    ajsonnick1
    Participant

    @ajsonnick1

    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

    @robin-w

    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

    @ajsonnick1

    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

    @robin-w

    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

    @ajsonnick1

    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

    @ajsonnick1

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

    works but not with #bbpress in front.


    Robin W
    Moderator

    @robin-w

    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