BuddyBoss Home – Web Support Forums Solutions Social Learner Bug report – Boss 2.0.3 / BuddyPress Docs

  • This topic has 7 replies, 3 contibutors, and was last updated 9 years ago by Anonymous.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #50754
    @mln83

    Q: I notice that title area has been extended when compared to Boss 1.x.x & 2.0.0 – is this intentional? (boss_202_extended_title_area.jpg)

    Groups image missing when clicking “New Doc” (boss_203_new_docs_groups_image.jpg -> boss_203_new_docs_missing_groups_image.jpg)

    Best regards,
    Michael

    Answers

    #50771

    Anonymous
    @

    Hi @mln83, I will discuss about it to our developers and get back to you

    Regards
    Pallavi

    #51038
    @mln83

    Hi @pallavi,

    Did you manage to find a solution to the problem?

    Best regards,
    Michael

    #51098

    Anonymous
    @

    Hi @mln83

    For a while please use following css it will fix the issue

    https://www.buddyboss.com/support-forums/topic/two-styling-issues-with-new-update/

    We have added this in our task list it will be pushed shortly
    Regards

    #51109
    @mln83

    Hi @vapvarun,

    Thanks for trying to help. Unfortunately the code mentioned in the link (https://www.buddyboss.com/support-forums/topic/two-styling-issues-with-new-update/) did not help.

    The problem is in the following css code:

    .archive.post-type-archive-bp_doc.bp-docs.bp-docs-create .bb-cover-photo, .directory.archive.bp-docs .bb-cover-photo {
        display: none;
    }

    ‘display: none’ implies that the cover photo is removed on the page for creating a new doc. Please make the necessary changes in Boss 2.0.4.

    Thanks!

    Best regards,
    Michael

    #51119

    Anonymous
    @

    Hi @mln83
    You can use following

    
    .bb-cover-photo:not(no-photo) {
    background: transparent;
    }
    .archive.post-type-archive-bp_doc.bp-docs.bp-docs-create .bb-cover-photo, .directory.archive.bp-docs .bb-cover-photo {
        display: block!important;
    }
    

    Regards
    Varun Dubey

    #51120
    @mln83

    Thanks that code fixes the problem 🙂

    #51211

    Anonymous
    @

    Hi @mln83, Glad its worked 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Bug report – Boss 2.0.3 / BuddyPress Docs’ is closed to new replies.