-
modemlooper posted on the forum topic RiotCart.com: A Reworking in the group Gallery: 15 years ago
I suggest you thoroughly look at this service. http://www.shopify.com When you see the front page you know in 2 seconds what the site is about “create and online store” I’m confused with your site. Is it a blogging community / social network about WAHM sellers or is it a marketplace? I think you need to […]
-
modemlooper posted on the forum topic Sidebar Navigation Widget in the group How-To and Troubleshooting: 15 years ago
The admin bar? No thoughts. 😛
-
modemlooper posted on the forum topic RiotCart.com: A Reworking in the group Gallery: 15 years ago
Good info to consider in the development of BuddyPress UI/UX.
-
modemlooper posted on the forum topic Forums not displaying any more in the group How-To and Troubleshooting: 15 years ago
did you re install the forums in the admin? Click buddypresd the firums set up and choose to install an existing bbpress install
-
modemlooper posted on the forum topic trying to make my theme buddypress compatible in the group How-To and Troubleshooting: 15 years ago
This gets asked on a daily bases. Try this thread.
-
modemlooper posted on the forum topic Making Your Theme BuddyPress Compatible in the group How-To and Troubleshooting: 15 years ago
Link and i’ll tell you how to fix it
-
modemlooper posted on the forum topic Making Your Theme BuddyPress Compatible in the group How-To and Troubleshooting: 15 years ago
Try and change
id=”container” in a bp file
to
id=”primary”You basically have to match up the container and content divs to match your theme files or BuddyPress is like a house without walls.
-
modemlooper posted on the forum topic Preserving child theme in the group BP-Default: 15 years ago
There is no way around small changes to the default theme as they fix and update things. This group is for this exact reason. To figure out what’s broken, what needs to be changed, how to do it in a minimized way as to not upset child themes and to give advanced notice to whats […]
-
modemlooper posted on the forum topic Preserving child theme in the group BP-Default: 15 years ago
Don’t worry, even if there is a completly new theme I plan on fixing the last theme to work with new versions of the plugin. The previous version of the default theme should still be usable as well.
-
modemlooper posted on the forum topic Exclue certain pages from the menu? in the group How-To and Troubleshooting: 15 years ago
Easier with this plugin. https://wordpress.org/extend/plugins/exclude-pages/
In a future version of BP it will use WP menus.
-
modemlooper started the forum topic Comment changes to mimic activity stream in the group BP-Default: 15 years ago
Ok, so pumped out some CSS changes. what you see in the image is not the activity stream. It’s blog comments.
-
modemlooper posted on the forum topic BP Columns, left sidebar alignment in the group Creating & Extending: 15 years ago
Create a page called home and then choose a page template then in the settings > reading choose that page as the static front page.
More info on WP pages https://codex.wordpress.org/Pages
-
modemlooper posted on the forum topic Initial typographical improvement list in the group BP-Default: 15 years ago
When I submitted last child theme they gave me a list of things missing from BuddyPress CSS and sent me to this link. https://codex.wordpress.org/Theme_Unit_Test
-
modemlooper posted on the forum topic no need to render mobile view on iPad in the group BuddyPress Mobile: 15 years ago
In the plugin file buddypress-mobile.php find the line that says “iPad” and remove it.
I’m removing this line in the next update.
-
modemlooper posted on the forum topic Difference between WordPress users and Buddypress members in the group How-To and Troubleshooting: 15 years ago
All BP members are subscribers. If you want any of those members access to admin to post blogs then you make their account authors.
-
modemlooper posted on the forum topic profile upload before account activation in the group BP-Default: 15 years ago
I agree. A few reasons, One: they may not have an avatar ready and two: why add extra steps in the age of connects.
Honestly the whole profile creation should be after activation. “thanks for signing up blah blah why don’t you fill out your profile” and then have all the fields available.
-
modemlooper posted on the forum topic Replacing images with CSS3 gradients, WordPress backgrounds and sprites in the group BP-Default: 15 years ago
FYI: https://wordpress.org/extend/plugins/ie6-support-for-2010-theme/ Maybe it can be a plugin. Also a quote fromt the creator of 2010 when asked about IE6 support. “Unless there’s someone interested in submitting patches, I don’t plan to include any hacks for IE6 bugs. I understand the need for backwards compatibility, but it’s been almost four…[Read more]
-
modemlooper posted on the forum topic Replacing images with CSS3 gradients, WordPress backgrounds and sprites in the group BP-Default: 15 years ago
Sooo, we are all in agreement then. IE6 blows and nobody wants to do BP fixes. 😀
-
modemlooper posted on the forum topic Sidebar Trouble in the group How-To and Troubleshooting: 15 years ago
oh check your profile page to see if the sidebar is fixed
-
modemlooper posted on the forum topic Sidebar Trouble in the group How-To and Troubleshooting: 15 years ago
Try this go into members/single/home.php go down to bottom and change. If this works then do the same thing on every file listed above.
</div><!-- .padder --> </div><!-- #content --> <?php locate_template( array( 'sidebar.php' ), true ) ?> <?php get_footer() ?>To
<?php locate_template( array( 'sidebar.php' ), true ) … - Load More
@modemlooper
Active 3 months, 2 weeks ago