Difficulty Displaying Buddypress Menu Correctly

January 2013 WordPress Theme
GK User
Thu Oct 17, 2013 4:45 pm
Hello,
We're running a network install of WP and are using different variations of the News theme across the various sites. One site (our community) is assigned the BP root blog. The News theme fits very neatly into the Buddypress functions.
I'm trying to add the BP pages to the Main menu but they are displaying vertically and with bullet points with basic styling. Nothing like the standard News theme menu output.

Does anyone have any suggestions as to how to correct this problem? thanks

Paul
User avatar
Fresh Boarder

GK User
Fri Oct 18, 2013 1:40 pm
it seems Buddypress has stripped this line:
< ul id="main-menu" class= "menu gk_normal">

Any ideas how I can get it back in there?
User avatar
Fresh Boarder

GK User
Sun Oct 20, 2013 6:24 pm
Hi,

Could you provide an URL to your website (this specific BuddyPress page)? here or via PM..
User avatar
Moderator

GK User
Mon Oct 21, 2013 3:50 pm
PM sent. thank you
User avatar
Fresh Boarder

GK User
Tue Oct 22, 2013 10:56 am
Piotr,
can you please reply back here rather than via PM. thanks.
User avatar
Fresh Boarder

GK User
Tue Oct 22, 2013 11:12 am
FIrst enable override option in template options -> advanced tab, then you should add this code to css/override.css file:
Code: Select all
.buddypress article .content ul li {
background: none!important;
padding: 0;
}


In reagards to the menu (top) problem, could you send ma a backend access to your website? then I'll be able to check this.

Check also our MSocial Theme with BuddyPress plugin built in to get some extra css styles.

In regards to the support, if you want higher level of support you should buy a developer license (vip support via ticket system - faster replies and higher level).
User avatar
Moderator

GK User
Tue Oct 22, 2013 3:16 pm
thanks Piotr.

user: gavicksupport
pw: supportgavick
User avatar
Fresh Boarder

GK User
Tue Oct 22, 2013 8:48 pm
I just checked News theme with BuddyPress plugin, and the menu works perfectly, so I don't know, maybe you did some changes in layouts/header.php file or some of your plugins stripped this code
Code: Select all
<ul id="main-menu" class= "menu gk_normal">
from main menu.
User avatar
Moderator

GK User
Wed Oct 23, 2013 5:29 pm
Ah. I just deactivated a Buddypress Profile Links menu plugin and that fixed it! Thanks for your help checking it out. Next time I'll check other plugins first I think.
thanks
Paul
User avatar
Fresh Boarder


cron