-
aces replied to the forum topic Specify Friend, Family or Colleague in the group Requests & Feedback 12 years, 7 months ago
-
aces replied to the forum topic How to rename in group panel "Home" "Forum" "Members" in the group How-To and Troubleshooting 12 years, 7 months ago
-
aces replied to the forum topic Dumb Newb question! in the group How-To and Troubleshooting 12 years, 7 months ago
-
aces replied to the forum topic Default Theme: Menus on narrow screens or old laptops in the group How-To and Troubleshooting 12 years, 7 months ago
I’ve just done it in a non bp child theme – wrapping the new css in extra brackets for @media in style.css – ie:
`
@ media (max-width: 520px) {
.my-class {
float: none;
width:100%;
}
.whatever-class […] -
aces replied to the forum topic Default Theme: Menus on narrow screens or old laptops in the group How-To and Troubleshooting 12 years, 7 months ago
It is probably the https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-themes/bp-default/_inc/css/responsive.css stylesheet kicking in.
You should be able to use @media in your child theme stylesheet…..
-
aces replied to the forum topic Error after install in the group Installing BuddyPress 12 years, 7 months ago
The above error message normally means that wordpress only has 32 mb of memory available and it needs more.
There are various technques for increasing memory available but some hosts don’t allow those methods […]
-
aces replied to the forum topic HELP- fatal error with Buddy Press new update for plugin in the group How-To and Troubleshooting 12 years, 7 months ago
Fatal error: Allowed memory size is totally different to Fatal error: Call to undefined function
You only have 32 mb of memory available and wordpress needs more. There are various technques for increasing […]
-
aces replied to the forum topic HELP- fatal error with Buddy Press new update for plugin in the group How-To and Troubleshooting 12 years, 7 months ago
buddypress-links would be the plugin directory/folder not a file. In that message the file is bp-links-core.php.
Is your error message exactly the same? If you quote it, please use backticks (
` ) so it […]
-
aces replied to the forum topic Avatar problem on buddypress.org in the group How-To and Troubleshooting 12 years, 7 months ago
You can change your avatar here using http://gravatar.com/
-
aces replied to the forum topic Registation 'not available' in the group How-To and Troubleshooting 12 years, 7 months ago
WordPress Admin Settings > General > Membership – select Anyone can register ?
-
aces replied to the forum topic Adding a "New Topic" button in the group Creating & Extending 12 years, 7 months ago
-
aces replied to the forum topic HELP- fatal error with Buddy Press new update for plugin in the group How-To and Troubleshooting 12 years, 7 months ago
buddypress-links doesn’t appear to be compatible with bp versions 1.5+
Rename or delete the folder (via ftp or control panel) to de-activate the plugin.
See possible fix?
-
aces replied to the forum topic Can BP handle more than one profile type? Jobseekers and employees? Anyone else need this? in the group Creating & Extending 12 years, 7 months ago
-
aces replied to the forum topic Hide pages from non-members in the group How-To and Troubleshooting 12 years, 7 months ago
You need to create both menus. Without it wordpress has it’s own default menu which you have been relying on
A good guide for understanding wordpress menus is […]
-
aces replied to the forum topic Hide pages from non-members in the group How-To and Troubleshooting 12 years, 7 months ago
Yes!
Which menu is served depends on whether they are logged in or not and that is the point to decide…
and please use backticks
` when quoting code
-
aces replied to the forum topic Hide pages from non-members in the group How-To and Troubleshooting 12 years, 7 months ago
You should make a child of bp-default and backup files and db just in case…
You don’t add or remove any pages from the code. The point is that it works from the built in wordpress default menu system. ( […]
-
aces replied to the forum topic Hide pages from non-members in the group How-To and Troubleshooting 12 years, 7 months ago
You shouldn’t touch wp or bp core files.
What theme are you using?
In your child theme’s header.php file you replace the
wp_nav_menu
section with either of the above ( not both ).Then you can define […]
-
aces replied to the forum topic Hide pages from non-members in the group How-To and Troubleshooting 12 years, 8 months ago
One way of doing that is by serving different menus depending whether someone is logged in or not such as
`
?php
// https://codex.wordpress.org/Function_Reference/wp_get_current_user
$current_user = […] -
aces replied to the forum topic The Register Button goes to Home page? in the group Creating & Extending 12 years, 8 months ago
I am also http://testbp.org/members/aces/ You should be able to pm me there, although I haven’t tested it with pm before and I’m not sure I can help…..
Did you use an auto installer provided by your host to […]
-
aces replied to the forum topic Automatic linking in profile fields in the group How-To and Troubleshooting 12 years, 8 months ago
- Load More
@aces
Active 9 months, 3 weeks ago