• Resolved rb1958

    (@rb1958)


    When Raindrops Theme is active Buddypress Messages or Inbox folder are showing the messages just for a second and then they disappear.

    Using another theme, i tested with Generate Press, this anomaly disappears.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author nobita

    (@nobita)

    Hi rb1958

    Thank you for pointing out

    Raindrops bug

    I will fix it next version of Raindrops

    HOTFIX

    Dashboard / Appearance / Customize

    Advanced / Site-wide CSS

    Please add below style rules

    .buddypress.page #buddypress .rd-table-wrapper{
        width:100%;
    }
    .buddypress.page #buddypress table#message-threads td{
        background:transparent;
        border-top:1px solid rgba(127,127,127,.3);
        border-bottom:1px solid rgba(127,127,127,.3);
    }

    Thank you

    Thread Starter rb1958

    (@rb1958)

    Hm, the site wide CSS in my installtion is empty, so i inserted the hotfix.

    The message display problem seems to be solved, but it produces another problem. The color setting was set to automatic and in that case the font color was changed to white.

    So, we have a white background and so nothing could be read any longer. Removed the hotfix, but the problem persists. So i had to change the font color manually.

    I think you should know about this phenomenon.

    Thread Starter rb1958

    (@rb1958)

    Update: BTW, the link color was also changed to white. Same with footer color and footer link color.

    Theme Author nobita

    (@nobita)

    but it produces another problem. The color setting was set to automatic and in that case the font color was changed to white.

    Sorry I removed buddypress table background change from white to transparent.

    It is the most easily, it was to be able to ensure the contrast of the background and font.

    I, always because it does not use this plug-in, but perhaps a white background is still displayed,

    I, in the result of the test, has been removed all white background, it seemed to be keeping a sufficient contrast.

    If you need white background and dark text color , link color.

    Try below.

    white background example( add to Site-wide CSS )

    .bp_members #buddypress th,
    .bp_members #buddypress td,
    .bp_members #buddypress div.pagination,
    .bp_members #buddypress ul,
    .bp_members #buddypress{
        background:#fff;
        color:#000;
    }
    #buddypress div.item-list-tabs ul li.selected a,
    #buddypress div.item-list-tabs ul li.current a,
    #buddypress a{
        color:blue;
    }

    By the time you can not modify the well style, please tell me the URL of the WEB site

    Thank you.

    Thread Starter rb1958

    (@rb1958)

    Hi nobita,

    thanks for your response, but setting the colors manually solved this problem for me.

    The message was primary a info for you. You can close this ticket.

    And many thanks for your fast help.

    Bodo

    Theme Author nobita

    (@nobita)

    Thank you for your kind

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Anomaly with PNs when using Buddypress’ is closed to new replies.