-
mercime replied to the forum topic Trouble Uploading Avatars WP 3.2.1 / BP 1.2.9 in the group How-To and Troubleshooting 14 years, 7 months ago
== customized all the templates to fit my ElegantThemes template. ==
Just to clarify, you installed and activated BP Template Pack plugin, then customized templates from template pack plugin to fit your theme’s […] -
mercime replied to the forum topic Buddypress Child Theming in the group How-To and Troubleshooting 14 years, 7 months ago
Make sure that you added term buddypress to tags in your child theme’s stylesheet
Tags: buddypress, etc. etc. etc.Another way would be to add the following line to your wp-config.php
`define( […] -
mercime replied to the forum topic Different background image for bp components in the group How-To and Troubleshooting 14 years, 7 months ago
Through the body class yes, but you can use what’s automatically generated instead. Use Firebug, FF add-on or view source code to see what class is being used. And then add image/s via CSS
e.g.
`body.forum […] -
mercime replied to the forum topic Every links on my wordpress site keep showing the site activity from buddypress! in the group How-To and Troubleshooting 14 years, 7 months ago
Ok, didn’t notice it earlier but somehow one of the links brought me to your other site and all links were working http://jaws.my/demo/kashnkrissy2/members/admin/
It’s not BuddyPress that’s directly causing […]
-
@mercime replied to the topic Can I put a logo in the defult theme in the forum How-to & Troubleshooting 14 years, 7 months ago
== <img src="_inc/images/2.jpg" /> ==@naijaping Missing forward slash before _inc/ So it should be
<img src="/_inc/images/2.jpg" /> -
mercime replied to the forum topic Can I put a logo in the defult theme in the group How-To and Troubleshooting 14 years, 7 months ago
== <img src="_inc/images/2.jpg" /> ==@naijaping Missing forward slash before _inc/ So it should be
<img src="/_inc/images/2.jpg" /> -
mercime replied to the forum topic removing group auto join in the group How-To and Troubleshooting 14 years, 7 months ago
== adding the line: define(‘BP_DISABLE_AUTO_GROUP_JOIN’,true); – but that doesnt work either. in fact that line replaces the admin bar at the top of my site. ==
@tommyhoang Your bp-custom.php should contain […]
-
mercime replied to the forum topic What difference does it make if I install WPMU or I make my WordPress theme….. in the group How-To and Troubleshooting 14 years, 7 months ago
-
mercime replied to the forum topic Every links on my wordpress site keep showing the site activity from buddypress! in the group How-To and Troubleshooting 14 years, 7 months ago
Congratulations, you’ve resolved this on your own 🙂
-
mercime replied to the forum topic Cannot Create new Groups in the group How-To and Troubleshooting 14 years, 7 months ago
@guileshill I see that you’ve changed to bp-default theme. Go to http://artsnet.co/groups/ – do you see the “Create Group” link beside page title “Groups Directory”?
-
mercime replied to the forum topic Child Theme CSS Import Problems with WP-Multi Network and BP 1.5 beta 2 in the group How-To and Troubleshooting 14 years, 7 months ago
@qrahaman – to post code here, you have to wrap it with backticks as seen within the parentheses ( ` )
We have initial docs on styling for BP 1.5 https://codex.buddypress.org/releases/1-5-developer-and-designer-information/
-
mercime replied to the forum topic How to disable the blank space of the admin bar on header ? in the group How-To and Troubleshooting 14 years, 7 months ago
WP/BP versions? What theme are you using? Better yet, site URL?
-
mercime replied to the forum topic How do i let users upload their own themes? in the group How-To and Troubleshooting 14 years, 7 months ago
Yes. If a user bought a premium theme or created his own theme, the user can email the theme to you and you can upload and activate it for use in that specific user’s blog only. No problem.
Note however that […]
-
mercime replied to the forum topic What will happen if I uninstall BuddyPress? in the group Installing BuddyPress 14 years, 7 months ago
If you want to uninstall BuddyPress later, you’ll go through this process https://codex.buddypress.org/buddypress-site-administration/deleting-buddypress/
As for BP Template Pack plugin, you’d have to delete […]
-
mercime replied to the forum topic BuddyPress Forum navigation issues or something else? in the group How-To and Troubleshooting 14 years, 7 months ago
WP/BP versions? Could be that you have outdated theme? Change to bp-default theme and check whether mentioned misbehavior is corrected.
-
@mercime posted an update 14 years, 7 months ago
@karmatosed @karmatosed Hi there @karmatosed. Just to let you know that I have updated code in https://codex.buddypress.org/releases/1-5-developer-and-designer-information/
Changed
function bp_dtheme_enqueue_styles() {
}
add_action( 'wp_print_styles', 'bp_dtheme_enqueue_styles' );
toif ( !function_exists( 'bp_dtheme_enqueue_styles' ) ) :[Read more]
function… -
mercime replied to the forum topic BP 1.5 – Wierd bug with CSS loading a child theme in the group How-To and Troubleshooting 14 years, 7 months ago
@simon_said BP 1.5 Theme Stylesheet info in BP Codex – https://codex.buddypress.org/releases/1-5-developer-and-designer-information/
-
mercime replied to the forum topic How do i let users upload their own themes? in the group How-To and Troubleshooting 14 years, 7 months ago
For multisite install, only Network Admin can upload and enable themes for activation in different blogs. This is to provide a level of security for the whole network. If you allow users to upload themes, your […]
-
mercime replied to the forum topic FATAL ERROR: please help in the group How-To and Troubleshooting 14 years, 7 months ago
If this is the same Speed theme I’ve seen before, double-check if the theme has been updated to be compatible with BP 1.2.9 and again if it’s the same Speed theme I’ve seen before, you do not need to install […]
-
mercime replied to the forum topic Upgrading Theme WP 3.2.1 & BP 1.2.9 in the group Installing BuddyPress 14 years, 7 months ago
BP Codex is your friend
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/Per info given in […]
- Load More
@mercime
Active 5 years, 7 months ago