-
modemlooper replied to the forum topic Profile/Group/Forum Width Problem in the group BuddyPress Mobile 14 years, 1 month ago
in the mobile theme folder themes/default/functions .php
Looks like template pack is loading css after the mobile css. Add this after the two defines then report back:
remove_action( ‘wp_print_styles’, […]
-
modemlooper replied to the forum topic Profile/Group/Forum Width Problem in the group BuddyPress Mobile 14 years, 1 month ago
Try deleting bp mobile plugin an download and re-install. I’m not sure what problem is. There has been issues with WP caching CSS
-
modemlooper replied to the forum topic Bug on 1.5 in the group How-To and Troubleshooting 14 years, 1 month ago
Go to pages in admin and near top there is links for publish -draft- trash. Click trash and delete the trash. WP keeps back up incase you didn’t mean to delete a page. After trash is cleared you should be able to […]
-
modemlooper replied to the forum topic New Mobile Menu in the group BuddyPress Mobile 14 years, 1 month ago
Only one Nokia phone has a real browser. There is not enough usage or interest for me to create a version for dumbphones
-
modemlooper replied to the forum topic Desktop Theme Broken in the group BuddyPress Mobile 14 years, 1 month ago
No, the front page is a page. You have to set up the mobile nav. Go to appearances – menus and there should be two menu options. One for desktop and Mobile Menu
You can get to blog posts by filtering activity […]
-
modemlooper replied to the forum topic Desktop without sidebars with BUDDYPRESS MOBILE 1.5.2 in the group BuddyPress Mobile 14 years, 1 month ago
Delete and download ver 1.5.2.1
-
modemlooper replied to the forum topic Desktop Theme Broken in the group BuddyPress Mobile 14 years, 1 month ago
Did a fix on version 1.5.2.1
Re-test and report back. 🙂
-
modemlooper replied to the forum topic Desktop Theme Broken in the group BuddyPress Mobile 14 years, 1 month ago
Try clearing cookies from Browser. You might have the cookie set to mobile and that would make the mobile css file show. I’m going to do some fixes and change the way css is called so this doesn’t happen […]
-
modemlooper replied to the forum topic Desktop Theme Broken in the group BuddyPress Mobile 14 years, 1 month ago
are you on safari on the desktop? Also links to websites, please.
The front page is created in the admin. Create a page titled bp-mobile and then add stuff like posting a blog and it will show up as the front.
-
modemlooper replied to the forum topic Moving the navigation menu to left side.. in the group How-To and Troubleshooting 14 years, 1 month ago
With this CSS :
#navigation {
text-align:left;
} -
modemlooper started the forum topic Fixed toolbar supported in the group BuddyPress Mobile 14 years, 1 month ago
For mobile browsers that support fixed positioning, including the upcoming iOS 5, will get a fixed toolbar so navigation is easier. No scrolling back to top to access navigation menu.
check out this video of it […]
-
modemlooper started the forum topic New Mobile Menu in the group BuddyPress Mobile 14 years, 1 month ago
BuddyPress 1.5 use WordPress nav menus for creating it’s menu. I’ve added an extra Mobile Menu to the Appearance admin of your WordPress install. You can now choose a different menu for your mobile users. Add […]
-
modemlooper replied to the forum topic Cant get 1.5 site wide forum to work. in the group How-To and Troubleshooting 14 years, 1 month ago
Also make sure you have assigned a page to the forums component. Under the BuddyPress admin menu is a link called pages.
-
modemlooper replied to the forum topic Testing forum in the group How-To and Troubleshooting 14 years, 1 month ago
This site is being updated and some features are not working correctly.
-
modemlooper replied to the forum topic Add Profile link to WP Custom Nav Menu in the group How-To and Troubleshooting 14 years, 2 months ago
The code I posted above works but it’s only for BuddyPress 1.5
-
modemlooper replied to the forum topic Change role assigned to User when they create a Group in the group How-To and Troubleshooting 14 years, 2 months ago
You create a function and add action so when a user creates a group it hits that function and switches user type. The code shows how to do it for blogs. I’m not sure off top of head what the call is for group […]
-
modemlooper replied to the forum topic Sweet Custom Post Type Hack to Display a Custom Group Homepage in the group Creating & Extending 14 years, 2 months ago
I think this does not work anymore.
-
modemlooper replied to the forum topic 1.5 BP Default Themes styles leak into custom theme ? in the group How-To and Troubleshooting 14 years, 2 months ago
Paul, I agree but when you are designing and have to increment with each and every change it is a PITA. 😉
-
modemlooper replied to the forum topic Default Buddypress links? in the group How-To and Troubleshooting 14 years, 2 months ago
The only way is to hard code
<a href=”activity/favorites”>Your Favorites - Load More
@modemlooper
Active 3 months, 2 weeks ago