Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Error in Invitation

  • @leonyipa

    Participant

    null
    I didn’t edit anything, but I don’t know why this occur, please help me!

Viewing 12 replies - 1 through 12 (of 12 total)
  • @mercime

    Participant

    @leonyipa WP/BP versions? Change to one of the WP Default Themes Twenty-xxx to check if issue is resolved there.

    @leonyipa

    Participant

    thanks! I changed to Twenty-Thirteen and the error is resolved!!!

    but the old theme I am using is actually the BuddyPress Default theme, I really want to use it, is it possible to be fixed?

    thanks

    @leonyipa

    Participant

    @mercime is it possible to change it?

    @mercime

    Participant

    @leonyipa http://bpdevel.wordpress.com/2013/11/13/the-future-of-the-bp-default-theme/
    At this stage, only security fixes are being done on the BP Default theme so you’d be missing out on the enhancements/improvements added onto the new BP templates which are rendered inside regular WP theme pages as you found out using Twenty Fourteen theme. Check out https://github.com/modemlooper/Buddy-Default where modemlooper has ported the BP Default theme as a regular WP theme, i.e., you could use it with or without BP activated.

    @leonyipa

    Participant

    Thanks, I installed the BuddyDefault theme.
    The invitation error is fixed 🙂
    It’s working fine, but the All Member Notice isn’t working properly 🙁

    Old theme:
    null

    New theme:
    null

    @leonyipa

    Participant

    @mercime is there an error for notification?

    @mercime

    Participant

    @leonyipa please delete the following lines from BuddyDefault’s sidebar.phpfile

    <?php if ( bp_is_active( 'messages' ) ) : ?>
    <?php bp_message_get_notices(); /* Site wide notices to all users */ ?>
    <?php endif; ?>

    You can instead either add the Sitewide Notices widget in your sidebar or just allow the sitewide notice to appear in the header area like you have now. https://codex.buddypress.org/buddypress-components-and-features/buddypress-widgets/#buddypress-sitewide-notices

    @leonyipa

    Participant

    thanks very much, there are also some style difference which I prefer the old one more than the new one.
    Is it possible for me to copy-and-paste the old style to the new one?

    Old:
    null
    (buttons not wide)
    New:
    null
    (buttons too wide, too large width)

    Old:
    null
    (the active sentence have a yellow bubble)
    New:
    null
    (doesn’t have yellow bubble)

    @mercime

    Participant

    Is it possible for me to copy-and-paste the old style to the new one?


    @sillery4ever
    At this point, it would be better to override the styles in current stylesheet because the selectors used in stylesheet enqueued by BP is more specific than the selectors used in the old stylesheet.
    e.g. #buddypress item-list in BP theme compatibility vs. plain .item-list in old BP Default stylesheet

    @leonyipa

    Participant

    what do I need to do?
    because I don’t really know anything about php and css

    how do I override the styles?

    @mercime

    Participant

    @leonyipa At this stage, I’m marking this topic – error in invitation – as resolved. Please start a new topic for stylesheet issues.

    @leonyipa

    Participant

    ok thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Resolved] Error in Invitation’ is closed to new replies.
Skip to toolbar