BuddyPress (BBPress) Integration bug

This topic contains 8 replies, has 2 voices, and was last updated by  Simone 8 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #43718

    adyp
    Expired Member
    Post count: 496

    Hello,

    I have posted this here as there is no forum for the Buddypress integration addon.

    Forum post titles that are long do not wrap into the column space where they should – some words disappear behind the right hand widget area before then emerging where they should have been wrapping in the first place. This is causing confusing (and one definitely libelous!) topic headlines.

    #43720

    Simone
    Expired Member
    Post count: 3515

    Hello, please post your url and we will check it, you should fix with something like the following, in your style.css

    
    
    h1.entry-title {
    width:90%;
    }
    #43740

    adyp
    Expired Member
    Post count: 496
    This reply has been marked as private.
    #43751

    Simone
    Expired Member
    Post count: 3515

    add the following to your style.css

    
    
    .wrap, .geodir-common, .geodir-breadcrumb, #geodir_wrapper .geodir_full_page .geodir-search, #geodir_wrapper h1, #geodir_wrapper .term_description {
    width:100% !important;
    }
    #43760

    adyp
    Expired Member
    Post count: 496

    Many thanks Simone – that fixed it.

    Adrian

    #44142

    adyp
    Expired Member
    Post count: 496
    This reply has been marked as private.
    #44154

    Simone
    Expired Member
    Post count: 3515

    Hi, try with width 90% rather than 100%
    (if it is still wrong, please leave us your url and login details so I can live check, Ive seen there is a password)

    #44238

    adyp
    Expired Member
    Post count: 496

    Thanks Simone – that did the trick!

    Am just starting to get stuck in learning CSS so I hope these sort of questions from me will peter out.

    Adrian

    #44242

    Simone
    Expired Member
    Post count: 3515

    you’re welcome Adrian

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket