-
modemlooper posted on the forum topic WOW! & Possible Feature in the group Achievements: 15 years ago
+1
But I think just having a check that says “hidden” is enough. That way the achievements may or may not be listed in the directory and users will get surprise badges.
-
modemlooper posted on the forum topic BP Mobile for WP/BP Single user? in the group BuddyPress Mobile: 15 years ago
Try creating a page in your admin with the url of /posts
Want to test something. See if you can get to it from there. Also make sure you are using latest version.
-
modemlooper posted an update 15 years ago
Learning very quickly it’s better to insert things via jQuery into child themes than to mess with custom template files. It’s the plugin theme files that are a pain in the neck when you use a custom template file.
-
modemlooper posted a new activity comment 15 years ago
Thanks for your concern. Good thing is you can change up whatever you do not like. 😉 Also, I mushed two css files together in a rush to get some sort if mobile theme going. 50% if not more of the css is not even getting used. This theme is a beta version with ongoing fixes, updates, removals etc.
-
modemlooper posted on the forum topic BP Mobile for WP/BP Single user? in the group BuddyPress Mobile: 15 years ago
I’m using this on a single wp install. What issues are you having?
-
modemlooper posted on the forum topic Buddypress Social Theme in the group BuddyPress Mobile: 15 years ago
read the first forum post. it tells you how to create a page template for your front page.
-
modemlooper posted on the forum topic Club Belote in the group Gallery: 15 years ago
Is that slider on every page or just when you are logged out? If it’s every page I’d fix it so it’s just home page when you are logged out.
-
modemlooper joined the group Gallery 15 years ago
-
modemlooper posted a new activity comment 15 years ago
you know alot if sites are not touch enabled and are designed for a mouse. That’s really the only reason to create an iPad specific site. I may include an iPad theme in an app I’m working on.
-
Ah yes, excellent point. Facebook is a good example. So many features completely break on the iPad. And other sites just have too many hover links or really really tiny targets. Good point. My site is a pretty simple BuddyPress site though. No flash, no hover, not crazy Ajax modal windows and such that could break on iPad. Thanks for the theme. It…[Read more]
-
-
modemlooper posted a new activity comment 15 years ago
yeah, you can comment that out.
-
modemlooper posted on the forum topic Buddypress Social Theme in the group BuddyPress Mobile: 15 years ago
are you using a plain wp page as the welcome or a wp page that uses a page template?
-
modemlooper posted on the forum topic Default theme with widgetized home page in the group Third Party Components & Plugins: 15 years ago
As soon as I get a chance I’ll fix the column issue but you need to give me more info on what browser and version you are using.
-
modemlooper posted on the forum topic Old theme in the group Creating & Extending: 15 years ago
No, but you could recreate it as a child theme.
-
modemlooper posted on the forum topic unable to remove search bar from BP default header in the group How-To and Troubleshooting: 15 years ago
you either need to remove the code or hide it with CSS either way it’s best to create a simple child theme. If you choose CSS, the easiest way, find the id for it and give it a display:none;
-
modemlooper posted on the forum topic Largest BP community site? in the group Miscellaneous: 15 years ago
typo I think it was 15 per page
-
modemlooper posted on the forum topic Largest BP community site? in the group Miscellaneous: 15 years ago
There are 4200 pages of members with 20 per page making that 63K members on Tasty Kitchen.
-
modemlooper posted on the forum topic Found error after upgrade to 1.0.4 in the group BuddyPress Mobile: 15 years, 1 month ago
are you using multi site?
-
modemlooper posted on the forum topic badgeville = Achievements with buddystream integration? in the group Achievements: 15 years, 1 month ago
w00t!
-
modemlooper posted on the forum topic jquery problem in the group Miscellaneous: 15 years, 1 month ago
Tell the developer of the plugins so they can check.
-
modemlooper posted on the forum topic Default Theme going widget in the group Third Party Components & Plugins: 15 years, 1 month ago
You can add the login form to one of the columns after
<div id= "third-section" class= "widget" >login code:
<?php if ( is_user_logged_in() ) : ?> <?php do_action( 'bp_before_sidebar_me' ) ?> <div id="sidebar-me"> <a href=" <?php echo bp_loggedin_user_domain() ?> "> … - Load More
@modemlooper
Active 3 months, 2 weeks ago