Forum Replies Created
-
You’re welcome. Thanks for reporting back.
Using firebug on the page you refer to, I can see various errors in the console tab.
Using the html tab you appear to be trying to load different versions of jquery, but not the current version ( 1.8.3 ) which is included with wordpress….
Your site is trying to load
/themes/foliogrid-pro/codaslider/js/jquery-1.7.2.min.jsand jquery 1.6.1 from google.See for yourself using the developer tools in Chrome, Safari or Internet Explorer, or use Firebug with Firefox, or Opera’s Dragonfly…
I think these issues need to be sorted out for things to work.
To disable bp responsive css see: http://buddypress.trac.wordpress.org/ticket/3881#comment:2
Presuming http://themeforest.net/item/onecommunity-buddypress-theme/3713046 is your theme, have you tried upgrading it to the latest version – v1.1.9 ?
If that isn’t the problem and as this is a premium theme I suggest you ask on http://themeforest.net/item/onecommunity-buddypress-theme/discussion/3713046 or http://support.diaboliquedesign.com/ ?
When you delete a page it goes into trash but the permalink is preserved. To recover the name you need to delete the trash…
Maybe the technique used here for US States could be adapted for your cities: https://gist.github.com/modemlooper/5170950 ?
For a similar way of adding Countries see https://gist.github.com/modemlooper/5043768
Try using the developer tools in Chrome, Safari or Internet Explorer, or use Firebug with Firefox, or Opera’s Dragonfly…
@fagiano1973
What did you try exactly?There is a problem with buddypress.org and older ‘code’ settings in posts. The ` at the begginning and end should not have been included – so there should not be a character on the same line before add_action or after the final }
( I would repeat the function here but the last time I did that buddypress.org changed again and the original looked better – EDIT: see http://pastebin.com/sSBGjPNi )
It is difficult to diagnose what is probably a css problem with the information you’ve given. To help find or define the problem more precisely try using the developer tools in Chrome, Safari or Internet Explorer, or use Firebug with Firefox, or Opera’s Dragonfly …
It’s not clear what your problem is, so if the following isn’t any help then can you state what theme you are using and a URL where the problem can be seen?
http://buddypress.org/support/topic/buddybar-background-color-overlap/#post-161001 ?
This is a known bug – see: http://buddypress.trac.wordpress.org/ticket/4771 and http://buddypress.trac.wordpress.org/ticket/4803
For now, you will probably need to add
show_admin_bar(true);to your child theme‘s functions.php file.It looks like it will be fixed in buddypress 1.7.1 so it might be simpler waiting….
Is the recently active member an avatar? If so, then that is what I was talking about.
The number of avatars in a row would depend on the space available normally, and could also be set by rules in the stylesheet…
It would help if you gave more details and if possible a link to a url demonstrating the problem.
I gather from your other post that you are using http://themeforest.net/item/music-musicians-theme-facebook-app/1541383 ( see demo ).
From what you say, it seems like you are asking about a simple css issue with the theme. It will need something like a float left or right on the avatar images…..
`img.avatar { float: left; }` ( and other properties ) is in the bp-default default.css for bp 1.7… If you made a child theme you could try putting that at the bottom of style.css and see if it helps….
Actually my first suspicion is the dynamix theme.
Viewing the buddypress demo page with firefox, it appears to still be using buddypress v 1.6.5 so would probably need upgrading to v 1.7.
Meanwhile, try a theme that is supposed to work well with bp 1.7, such as twenty twelve….
If that fixes the error then It might be an idea to ask the commercial theme designers if they plan to upgrade it…
Your welcome. Thank you for telling us.
Some of the information requested in http://buddypress.org/support/topic/when-asking-for-support-2/ would be useful….
Have you upgraded buddypress to v 1.7 – it has a new interface for groups in the admin section with which you can add users and give them roles in the group:

have you tried any of the ideas in http://buddypress.org/support/topic/how-do-i-make-buddypress-1-6-a-private-community/ ?
You should never edit the core bp files!
Have you checked that, if necessary, all your plugins are updated to be compatible with bp 1.7
According to buddypress.org/support/topic/buddypress-1-7-is-now-available-2/page/2/#post-161513 a similar error message was caused by an un-updated plugin: http://wordpress.org/extend/plugins/buddypress-followers/ ?
As it’s a totally different question, I suggest you start a new topic with a different title.
I don’t know much about the bbpress stuff as I am still using legacy formums.