How do we do this? Thanks!
Go to yourwebsitename.com/wp-admin/nav-menus.php …at the bottom-left where it says Theme Locations there should be a Mobile Menu section. Hope that helps.
hello i is there any way… i can see the buddypress for mobile supported of nokia phones not just iphone and blackberry
Only one Nokia phone has a real browser. There is not enough usage or interest for me to create a version for dumbphones
Hi,
I love your apps but I have a little problem: my post (or home page) do not appear on the mobile version. What can be the cause of this?
Create a page titled bp-mobile and the mobile theme will use it. If you want blog posts on front delete home.php file
Great the menu can be changed! There is one problem, on iOS5 / iphone the menu can’t be navigated to the bottom. The menu items visible on the screen can be reached, but there is no possiblity to scroll down… any ideas here?
@modemlooper Love your plugin, but do you know the answer to my previous question/problem? Tnx for your time!
ok, I’ve updated the plugin in the repo. You can delete and reinstall latest version or change the css below.
Changed css in file mobile.css:
`#topbar {
position: fixed;
left: 0;
top: 0;
width: 100%;
background: -webkit-gradient(linear,0% 0%,0% 100%,from(#cdd5df),color-stop(3%,#b0bccd),color-stop(50%,#889bb3),color-stop(51%,#8195af),color-stop(97%,#6d84a2),to(#2d3642));
margin-bottom: 0px;
height: 44px;
-webkit-touch-callout: none;
z-index: 999;
}
div#mobileNav {
position: absolute;
width: 100%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7990A8), color-stop(97%,#64758B), color-stop(100%,#515F70));
visibility: hidden;
-webkit-box-shadow: 0px 1px 10px #333;
top: 44px;
}`
@modemlooper Tnx a lot. It is working now.