[Resolved] Error in Invitation
-
I didn’t edit anything, but I don’t know why this occur, please help me!
-
@leonyipa WP/BP versions? Change to one of the WP Default Themes Twenty-xxx to check if issue is resolved there.
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
@mercime is it possible to change it?
@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.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:
New theme:
@mercime is there an error for notification?
@leonyipa please delete the following lines from BuddyDefault’s
sidebar.php
file<?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
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:
(buttons not wide)
New:
(buttons too wide, too large width)Old:
(the active sentence have a yellow bubble)
New:
(doesn’t have yellow bubble)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 stylesheetwhat do I need to do?
because I don’t really know anything about php and csshow do I override the styles?
@leonyipa At this stage, I’m marking this topic – error in invitation – as resolved. Please start a new topic for stylesheet issues.
ok thanks
- The topic ‘[Resolved] Error in Invitation’ is closed to new replies.