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.
Question
November 5, 2015 at 12:51 pm #50754@mln83Q: 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,
MichaelAnswers
November 5, 2015 at 1:53 pm #50771@
AnonymousHi @mln83, I will discuss about it to our developers and get back to you
Regards
PallaviNovember 8, 2015 at 1:17 pm #51038@mln83Hi @pallavi,
Did you manage to find a solution to the problem?
Best regards,
MichaelNovember 9, 2015 at 8:13 am #51098@
AnonymousHi @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
RegardsNovember 9, 2015 at 9:01 am #51109@mln83Hi @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,
MichaelNovember 9, 2015 at 11:10 am #51119@
AnonymousHi @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 DubeyNovember 9, 2015 at 11:26 am #51120@mln83Thanks that code fixes the problem 🙂
November 10, 2015 at 11:44 am #51211@
AnonymousHi @mln83, Glad its worked 🙂
- The question ‘Bug report – Boss 2.0.3 / BuddyPress Docs’ is closed to new replies.