-
aces replied to the topic Make Buddypress active from a WordPress install on the same database in the forum How-to & Troubleshooting 11 years ago
-
aces replied to the topic Avatar-less in the forum Installing BuddyPress 11 years ago
wordpress/buddypress uses the template file ( ie footer.php ) in the child theme directory if it exists, otherwise it uses the parent’s file.
*.php files are simple text files and normally everything means something. Most things have opening and closing tags which you need to be aware of, but in general, what you put in the child…[Read more]
-
aces replied to the topic Avatar-less in the forum Installing BuddyPress 11 years ago
Actually I was trying to keep it simple and I don’t know what theme you are using.
Copy footer.php from the parent theme directory to your new child theme direcory and change that line to what you want.
If you are using bp-default then that line is…[Read more]
-
aces replied to the topic Avatar-less in the forum Installing BuddyPress 11 years ago
The main point of a child theme is that you can upgrade the parent theme and still keep your edits.
To create a child theme of bp default you need to create a new directory ie: /wp-content/themes/bp-child/
In that directory you need to create a style.css simple text file with a header at the top of the file ie:
/*
[Read more]
Theme Name: A BP… -
aces replied to the topic Error with Buddypress in the forum How-to & Troubleshooting 11 years ago
Can you get into the site with ftp or a file navigator/explorer in your web hosting control panel?
Navigate to /wp-content/plugins/bp-group-tinychat-pro-1.2.1/ then delete or rename the /bp-group-tinychat-pro-1.2.1/ folder.
This should cause WordPress to de-activate the plugin.
-
aces replied to the topic Fatal error after activate plugin bp-privacy.1.0-RC1 in the forum How-to & Troubleshooting 11 years ago
rename/delete the plugin folder like before: /bbpress-pencil-unread/ ?
-
aces replied to the topic Fatal error after activate plugin bp-privacy.1.0-RC1 in the forum How-to & Troubleshooting 11 years ago
Can you get into the site with ftp or a file navigator/explorer in your web hosting control panel? Navigate to the bp-privacy folder ( /wp-content/plugins/bp-privacy/ ) and rename or delete it.
This should cause WordPress to de-activate the plugin.
-
aces replied to the topic Avatar-less in the forum Installing BuddyPress 11 years ago
@barboncaves
Have you tried disabling Show Avatars in WordPress Admin > Settings > Discussion? ( – the avatars section is lower down the page )You might need to customise your child theme’s style sheet. Using bp-default the following might be useful:
.activity-list .activity-content {
margin-left: 25px;
}
I haven’t checked anywhere else…
-
aces replied to the topic Change Background Color in the forum Installing BuddyPress 11 years, 1 month ago
You don’t need the
media="all"
bit.Also it is better not to repeat properties that stay the same so:
#buddypress div.item-list-tabs#subnav {
background: #0E0C0C;
}Should work.
It certainly works in chrome on your website. Do you see it in chrome?
I don’t know what you mean by your ‘theme css box’? If you mean that your theme has…[Read more]
-
aces replied to the topic Change Background Color in the forum Installing BuddyPress 11 years, 1 month ago
Select the developer tools window.
In the bottom left corner of the developer tools window you should see a magnifying glass icon. If you hover over it you get the message: select an element in the page to select it
Once selected if you hover over items on the page it will show you extra details.
Click on an item, such as a page title…[Read more]
-
aces replied to the topic Change Background Color in the forum Installing BuddyPress 11 years, 1 month ago
http://www.w3schools.com/css/default.asp
Try looking at the html of the webpage using the developer tools in Chrome, Safari or Internet Explorer, or use Firebug with Firefox, or Opera’s Dragonfly…
-
aces replied to the topic Use standard WordPress registration in the forum How-to & Troubleshooting 11 years, 1 month ago
fair enough… I don’t use either…
-
aces replied to the topic Use standard WordPress registration in the forum How-to & Troubleshooting 11 years, 1 month ago
There are two different ways to disable buddypress registration on https://gist.github.com/r-a-y/5578432
-
aces replied to the topic Buddpress registration page not working in Buddypress 1.8.1 & WordPress 3.6.1 in the forum How-to & Troubleshooting 11 years, 1 month ago
-
aces replied to the topic Buddpress registration page not working in Buddypress 1.8.1 & WordPress 3.6.1 in the forum How-to & Troubleshooting 11 years, 1 month ago
Please don’t ‘hijack’ other people’s topics.
Are you logged out when you go to the register / activate pages? If not then what you describe is normal behaviour as those pages are redundant when you are logged in.
If you are still having problems please start a different topic and provide more relevent details – see…[Read more]
-
aces replied to the topic activity stream gone in the forum How-to & Troubleshooting 11 years, 1 month ago
What happens if you replace the capital letters in your theme name with lowercase and remove the space ( replacing it with a hyphen for instance ) ?
I don’t think either is allowed…
If you look in developer tools* you will see that the blank space is replaced…
*Chrome, Safari or Internet Explorer, or use Firebug with Firefox, or…[Read more]
-
aces replied to the topic Enh Req: Checkbox to disable BP Registration in the forum Installing BuddyPress 11 years, 1 month ago
-
aces replied to the topic Editing sign up form text in the forum Creating & Extending 11 years, 1 month ago
-
aces replied to the topic 1.8.1 not working in chrome in the forum Installing BuddyPress 11 years, 3 months ago
Looking at the Chrome source code ( f12 ) I can see something has gone wrong, as most of the header has dropped to the body section and instead an old version of jquery has been added as well as the current version added later. This is bound to cause problems.
The only other thing there is shareaholic-analytics.js being loaded. Does…[Read more]
-
aces replied to the topic 1.8.1 not working in chrome in the forum Installing BuddyPress 11 years, 3 months ago
Chrome works for me….
https://buddypress.org/support/topic/when-asking-for-support-2/ ?
- Load More
@aces
Active 9 months, 3 weeks ago