Tagged: Buddypress
Hello. Pls the create group button is missing from the buddypress user profile after activating enfold. This has nothing to do with plugins cos i have tried deactivating. Pls can you be of help. Thank you.
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue
Where does that button normally appears?
Regards,
Josue
in the profile page. after you click on groups. the create group should show close to the membership and invitations
Pls help, my mega menu is fixed when viewed on the ipad in landscape. when i tap on the
”find what you need” tab on my site the menu is fixed and users cant scroll down or see items below the screen until they refresh the page. pls can you be of help.
Hi!
I think it would be better to enable the mobile menu for iPads on landscape, add this to Quick CSS to do that:
@media only screen and (max-width: 1024px) {
.responsive.html_mobile_menu_tablet .main_menu .avia-menu,
.responsive.html_mobile_menu_tablet #header_main .social_bookmarks,
.responsive.html_mobile_menu_tablet #header_main_alternate{display:none;}
.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide{display:block;}
.responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:50px;}
}
Best regards,
Josue