Forum Replies Created
-
Is there any plugins or theme issues that could be the reason the css is not be detected? Im using suffusion, Could the buddypress pack be the reason?
x
and since i uploaded to 3.4.2, I havent been able to login through my smartphone. When i login, just direct me to the site activity with no activity stream.
this is an issue
Im looking for a php code that redirect all members avatar to the correct location. Im using bp 1.6.1, and wp 3.4.2
in gtmetrix, im getting this code that need to be redirected, what do i need to do?http://www.xertionfitness.com/wp-content/plugins/buddypress-old/bp-core/images/mystery-man.jpg
Hey @modemlooper,
When do you think you’ll be done with the new version of buddypress mobile? which features are you adding?
What about layout. I want it to match of of my theme and put the logo at the top of the site. Has it been updated 3.4.1?
I’m having the same problem. Everything was working and now the activity stream keep duplicating a post that happen 2 days ago. I deactivated all plugins as well. I dont think its hosting problem.Im assuming its a activity loop php problem.
Hey thanks,
I am using firebug, thats the code that pop up when i highlighted the area. the profile menu appear in a custom menu I made and now i cant get rid of it so Im trying to hide it. I was able hide the sub categories in the profile but wasnt able to get rid of the profile link itself.
Any suggestion on a menu plugin i could use? I used this code to get rid of the the dropdown menu section but the profile link is still there.
ul.profile-menu {
display: none;
}Yea but I havent done anything coding wise and in my sidebar, the profile menu list is n my widget with the advance menu plugin. What do i need to do fix that? When I deactivate the profile menu plugin, its fine.
Thanks @karmatosed for the direction. Now, with the code below, where would i put the javascript code? Would I only use the ,$ in_footer and put the javascript code somewhere? Could You show me an example?
`wp_enqueue_script(
$handle
,$src
,$deps
,$ver
,$in_footer
);`Thanks It help with the images but how would I make a container responsive. Im using a feature content slider and the container around it is overlapping the side bar in my smartphone. how would I fix that?
Try dudamobile plugin or wptouch, you have to pay for wptouch but its suppose to support buddypress.
i updated the plugin from 1.6 to 1.6.1and the profile tab in my navigation bar disappeared. how can i downgrade to the previous one or fix the problem?
Thanks @mercime!!!!! Ok, I finally got the profile menu to work. How do i take out the dropdown menu?Plus, it still show groups and forums which i dont have set up yet and want to remove them from the dropdown menu.
I put the code at the bottom of the function.php in the parent theme and nothing happened. All i want is to add the profile tab to my original nav menu and its becoming an arduous task. I dont understand why the option isn’t built in the buddypress from the jump(just a check box option) but anyhow, can you suggest something please?
if I create the menu, how do I link the profile menu? The easiest way(without coding) in my opinion is to change the members tab to the profile tab and link the tab to the profile page(www.mysite/members/jane-doe. how do i do this?
I still only have the bp 1.6 and profile menu plugin activated and deleted the menus and still the same thing.
do I add the filiter code in function.php or the bp-custom.php? where do i insert the code or does it matter?
I uploaded the bp-custom.php and added the add_filter code in it and the code appear under the admin bar in black letters. what am I doing wrong?
Im using a custom menu for a widget but not for the main navigation bar. still delete it?
i deactivated all the plugins except buddypress and profile menu and still nothing.
i created a bp-custom.php in the wp-content/ plugin directory. Did i need to put the file anywhere? I added add_filter(‘show_admin_bar’, ‘__return_false’); to and nothing happen.
Yea I tried the default and it still didnt show. Please help cause I need this done asap.