@amanor,
don’t know your theme, sorry !
Remind that it’s a premium theme with Unlimited Live & Q&A Support from the WordPress experts, for anything to do with WordPress at all!
So you have to ask the “experts” at wpmu dev. Support is price included…. i guess.
That would be the best place to start then: https://wordpress.org/extend/plugins/bp-template-pack/
That said, BP 1.7 should rectify this, allowing you to use any well-coded theme with BP. If it’s a new project, you might want to explore the 1.7 beta to see if that rectifies things. The compatibility template pack still requires some CSS tweaks on occasion.
Well, the next day, I was able to log in again. However, I still am not able to run the wizard install. It still says no access privilege.
I installed the plugin in the main admin of my multi-site. I will try and deactivate all other plugins. I have tried installing on the main site, as well as subsites.
I also installed buddypress on a standard WordPress install, and it works fine. I was able to run the install wizard, settings, and the whole nine yards. It’s wonderful by the way.
Sorry for non-english examples. Basically i dont have english network yet ^^
Should i create a community in http://theme.firmasite.com/ ? Its a network itself so i can install buddypress and open registration etc. I couldnt decide on this actually but i generally hate registering to lots of site for able to get support. If i dont change my mind, i am thinking to give support on wordpress.org’s forums because everyone have account in there.
What do you guys think about registering a site for getting support?
if you mean WordPress Multisite with “network environment”; My all sites are built on multisite. For example main site is: http://yerleske.net/ and http://unsalkorkmaz.com/ is one of sub-domain.
If you mean BuddPress examples;
My buddypress profiles:
http://yerleske.net/uyeler/unsalkorkmaz/
http://kremim.com/uye/listesi/ajx/
bbPress forum example:
http://kremim.com/forum/soru-cevap/
Firmasite 1.1.6 released:
https://themes.trac.wordpress.org/ticket/11702
You can find detailed information, showcase, live demo,
tips and tricks about theme in: http://theme.firmasite.com/
You can check changelog from: http://theme.firmasite.com/category/changelog/
Sorry forgot to mention WordPress V.3.51 BuddyPress 1.6.4
Hi designz,
It is as simple as adding any wordpress plugin.
Go through this link
https://wordpress.org/extend/plugins/buddypress-activity-plus/installation/
The easy way (which is missing in the above link)
Also you can go to dashboard and click plugins,then add new,type buddypress activity plus and hit search.
When the plugin appears,click install now and activate it.
You are done.
Regards,
Sudeep Acharya
@sbrajesh @mercimeVersion
I am using two Wordpress sites, WP versions for both are 3.5.1.
Site 1 details are as follows:
http://wisamtest.arrancr.co.uk/, BuddyPress 1.6.4 with theme BuddyPress Default
and the other Site is http://ux.arrancr.co.uk/, BuddyPress 1.6.2 with theme iTheme2 from <http://themify.me/>
The problem I am facing is that when I update post on my any site’s Activity page then other registered users are not getting any notification like facebook does. Please register yourselves and have a look. That is all!
Any help or suggestion would be highly appreciated.
Thanks and Regards
This is a plugin issue not a BP one.
A quick google found this thread on WP forums:
https://wordpress.org/support/topic/getting-new-warning-please-help-fast-urgent
Always do a general search first and also do basic tests such as disabling third party plugins and/ or reverting to bp-default theme to establish for yourself where an issue lies.
I am stuck. I don’t know what I am doing and I cannot afford to pay anyone. I have a very successful facebook page and I want to try to get my fans onto the wordpress/buddypress site. This is work in progress. I am not seeing how my fans will post questions on the website. Can someone help me?
My wordpress site is areaguides.us If you want to check out my facebook page (it might help to understand what I am trying to do), it is facebook.com/fortbenningareaguide. Any suggestions are appreciated.
My BuddyPress Version 1.6.4
Sorry if I am in the wrong forum section. I thought I was under “how to.”
Thank you so much!
@webwarriorwng
I am the author of that plugin. Can you please tell me the problem you are faccing.
I will appreciate a little detail about your BuddyPress/WordPress version and theme you are using?
What I am looking for is something that works just like facebook on buddypress. I am new to wordpress. Any help is appreciated. Thank you!
It will be as stable releases always are but obviously it’s presently only at beta 2 stage so users can test out and provide feedback!
Is this going to be available soon via WordPress as an plugin update?
Thanks!
Hi All,
I am able to use buddypress with only the default template of wordpress and I want to utilise other templates of my responsive theme to design the site or to do that I need to go back to the buddypress specific themes.
Please advise.
I am stuck. I don’t know what I am doing and I cannot afford to pay anyone. I have a very successful facebook page and I want to try to get my fans onto the wordpress/buddypress site. This is work in progress. I am not seeing how my fans will post questions on the website. Can someone help me?
http://www.areaguides.us If you want to check out my facebook page (it might help to understand what I am trying to do), it is http://www.facebook.com/fortbenningareaguide. Any suggestions are appreciated.
Thank you so much!
I am stuck. I don’t know what I am doing and I cannot afford to pay anyone. I have a very successful facebook page and I want to try to get my fans onto the wordpress/buddypress site. This is work in progress. I am not seeing how my fans will post questions on the website. Can someone help me?
site areaguides.us If you want to check out my facebook page (it might help to understand what I am trying to do), it is facebook.com/fortbenningareaguide. Any suggestions are appreciated.
Thank you so much!
hi @panoravu,
for css styling, be inspired by this: http://www.php-ease.com/code/wordpress-style-admin-bar.html
If you want to code something into the Toolbar, you have to play with the wp_admin_bar filter.
The function goes then to your theme functions.php
Based ons omething like this
function my_function( $wp_admin_bar )
{
/* what you need here */
}
add_filter( ‘admin_bar_menu’, ‘my_function’ );
Google around to find many answers about the WP Toolbar, like this one:
http://technerdia.com/1140_wordpress-admin-bar.html
hi @p2ab,
on BP 1.6.x, a child theme contains at first only one file: style.css
The only thing to add in are comment tags.
/**
* Theme Name: what you want
* Description: what you want
* Version: what you want
* Author: what you want
* Template: bp-default (this is very important: it’s the name of the parenttheme)
* Tags: blue, buddypress, two-columns, white…. (what you want)
**/
default.css is the buddypress main css file and you don’t have to copy it to your child theme.
Also, you have nothing to import ! This is optionnal and not necessary.
Just use the same ID and class names of the parts you want to customize and do your css modifications.
Remeber also that in a few weeks, BP 1.7 will be avaible and will let you use any existing WP theme with the opportunity to spare some long tweaking to recreate the wheel. Perhaps.
https://codex.buddypress.org/legacy/building-a-buddypress-child-theme/building-a-buddypress-child-theme-for-bp-1-2/
https://codex.wordpress.org/Child_Themes