-
@modemlooper replied to the forum topic New Topic not working in the group BP-Default 13 years, 2 months ago
Most likely a theme issue with javascript. closing this topic because its posted in the wrong forum
-
@modemlooper started the forum topic User Nav UI 1.7 in the group BP-Default 13 years, 2 months ago
My only input for this is to have the option for a merged or unmerged usernav.
bp_get_displayed_user_nav(‘type=merged’)
-
@modemlooper replied to the forum topic Can a Non-Developer make a solid, robust, 20,000 member Buddypress site? in the group Requests & Feedback 13 years, 2 months ago
This site has 70,000 members. http://tastykitchen.com
Any site that is self hosted needs work and knowledge to run properly. Also, anytime you start customizing a site it can run into problems. I’m not trying […]
-
@modemlooper replied to the forum topic How to get activity plus to show up in mobile phone in the group How-To and Troubleshooting 13 years, 2 months ago
If you are using BP mobile plugin. I’ve stripped out the action that activity plus uses to attach. That plugin will not work on mobile.
-
@modemlooper replied to the forum topic BP Checkin working on iPad but not iPhone in the group How-To and Troubleshooting 13 years, 2 months ago
I’m guessing the developer hasn’t tested on mobile yet. What version of iOS and device? You are using BP mobile, is the error happening when in that or when you switch to desktop theme?
-
@modemlooper replied to the forum topic BP Checkin working on iPad but not iPhone in the group How-To and Troubleshooting 13 years, 2 months ago
You won’t get much support if you don’t describe in detail what isn’t working.
-
@modemlooper replied to the forum topic Will buddypress ever support iPhone uploads and mobile app? in the group Requests & Feedback 13 years, 2 months ago
On touch screens the cropper does not work. There is a fix it just hasn’t been put into core. iOS 6 is a few months away. Until then no uploads without using an external native app
-
@modemlooper replied to the forum topic Remove Automatic Links in Profile in the group How-To and Troubleshooting 13 years, 2 months ago
Install BP extended settings plugin to get this function and many more
-
@modemlooper replied to the forum topic BuddyMobile’s buttons arent working in the group Third Party Components & Plugins 13 years, 3 months ago
If it’s still not working then another plugin is borking jquery. Do the deactivate and test until you find culprit and then contact developer of that plugin for a fix. A lot of time plugin devs ship old version […]
-
@modemlooper replied to the forum topic BuddyMobile’s buttons arent working in the group Third Party Components & Plugins 13 years, 3 months ago
Usually plugins only remove settings on deletion. Not deactivation. The theme you choose has no affect. Did you delete and re install BP mobile?
-
@modemlooper replied to the forum topic Can buddypress mobile coexist with wp touch? in the group How-To and Troubleshooting 13 years, 3 months ago
It works on 3.4.1
You can edit the template files in the plugin if you want to add anything.
-
@modemlooper replied to the forum topic Can buddypress mobile coexist with wp touch? in the group How-To and Troubleshooting 13 years, 3 months ago
They will not work together. They both override the theme when viewing on mobile. WP Touch does not have the template files for viewing BP content. BP Mobile shows any page you want you just need to add the pages […]
-
@modemlooper replied to the forum topic BuddyMobile’s buttons arent working in the group Third Party Components & Plugins 13 years, 3 months ago
Javascript conflict with another plugin or theme. I’ll post an update.
Delete and re install the current version. I added a no conflict to the javascript that should fix. If not then something else is the […]
-
@modemlooper replied to the forum topic How can i change menu "Home" text to image icon. in the group How-To and Troubleshooting 13 years, 3 months ago

-
@modemlooper replied to the forum topic BuddyMobile's buttons arent working in the group Third Party Components & Plugins 13 years, 3 months ago
You’ll have to give more information about your site if you expect any support.
-
@modemlooper replied to the forum topic How can i change menu "Home" text to image icon. in the group How-To and Troubleshooting 13 years, 3 months ago
Which nav? The profile home tab or the main menu of your site?
-
modemlooper replied to the topic Change landing page for Groups to Member List in the forum How-to & Troubleshooting 13 years, 3 months ago
function my_bp_groups_hide_home_tab() {
global $bp;
$bp->bp_options_nav = false;
}
add_action('wp', 'my_bp_groups_hide_home_tab');
-
modemlooper replied to the topic Change landing page for Groups to Member List in the forum How-to & Troubleshooting 13 years, 3 months ago
function my_bp_groups_hide_home_tab() {
global $bp;
$bp->bp_options_nav = false;
}
add_action(‘wp’, ’my_bp_groups_hide_home_tab’);
-
@modemlooper replied to the forum topic Change landing page for Groups to Member List in the group How-To and Troubleshooting 13 years, 3 months ago
function my_bp_groups_hide_home_tab() {
global $bp;
$bp->bp_options_nav['groups']['home'] = false;
}
add_action(‘wp’, ’my_bp_groups_hide_home_tab’); -
@modemlooper replied to the forum topic Add a Gallery to Profiles in the group How-To and Troubleshooting 13 years, 3 months ago
- Load More
@modemlooper
Active 3 months, 2 weeks ago