-
@mercime replied to the forum topic Thinking my theme isn't matching up with buddypress…. in the group How-To and Troubleshooting 12 years, 6 months ago
@brainiacwebdesigns you need to go to Step 3 of the BP Compatibility process, fix alignment of the BP template files to mesh with your theme’s HTML structure.
Based on the HTML structure of your theme, you […]
-
pcwriter posted on the forum topic Not Displaying Correctly in the group How-To and Troubleshooting: 13 years, 5 months ago
Glad it helped 🙂
-
Doug posted an update 13 years, 5 months ago
@pcwriter Hey,
I’m wondering if you’re a programmer, (it seems like you are), i’m to the point where i’m ready to just hire somebody to take care of the rest of these little issues i have that i can’t figure out so i can actually launch this website, is this something you might be interested in? Thought i’d ask you first since you seem to be…[Read more] -
pcwriter posted on the forum topic Not Displaying Correctly in the group How-To and Troubleshooting: 13 years, 5 months ago
@BrainiacWebDesigns For your sidebar widget issue, @hnla is right: contacting the theme author is probably the best route. For the 503 message quoted above, that looks like suspiciously like one I got recently on one of my sites, which turned out to be a setting in the s2member plugin. If you’re using that plugin (and I suspect […]
-
pcwriter posted on the forum topic Would anyone use Video Chat and Buddypress? in the group Requests & Feedback: 13 years, 5 months ago
Have you seen this new plugin? Looks perfect 🙂
https://wordpress.org/extend/plugins/opentok-video-chat/ -
pcwriter posted on the forum topic Make Drop Down Menu Links Open in New Page in the group How-To and Troubleshooting: 13 years, 5 months ago
@BrainiacWebDesigns This code would probably be a lot easier still. You don’t have to worry about any changes to your custom menus because it targets all external links in your main navigation, no matter where they may be in the menu. jQuery(document).ready(function($) { $(‘.sf-menu a:not():not():not()’).addClass(‘external’).attr({ target:…[Read more]
-
pcwriter posted on the forum topic Make Drop Down Menu Links Open in New Page in the group How-To and Troubleshooting: 13 years, 5 months ago
@BrainiacWebDesigns No, it’s not a simple edit on any specific page because those are links you’ve added to a WP Custom Menu. As they are stored in the database and called via the wp_nav_menu function, they won’t be visible in any file. But it looks like it can be done with jquery. 🙂 Assuming you want […]
-
foxly posted on the forum topic Upload Multiple Photos – BP Album+ in the group BuddyPress Media: 13 years, 5 months ago
Don’t get yer hopes up yet. We’ve got most of the back-end code finished, but we still need to finish the templates and UI.
^F^
-
pcwriter posted on the forum topic Centering a Photo in the group How-To and Troubleshooting: 13 years, 5 months ago
@BrainiacWebDesigns Do you still have a plugin activated that modifies wp-login.php? If so, deactivate it. Also check your theme’s main stylesheet to see if any styles are applied to div#login h1 a ‘cuz Firebug shows margins left & right:-90px If you can’t find anything, try adding the following to your theme’s stylesheet to override whatever’s…[Read more]
-
pcwriter posted on the forum topic Newbie using Non-BP Compatible Theme – Desparately Needs Help in the group Add All Nav Links to BP Adminbar: 13 years, 6 months ago
@brainiacwebdesigns First make sure that “Hide admin bar for logged out users?” is set to “No” under “Buddypress” > “General Settings” in your dashboard. If you still can’t see the adminbar in your theme, make sure the call to wp_footer is present in your theme’s footer.php. If it’s not there, simply add it before the closing […]
@brainiacwebdesigns
Active 10 years, 6 months ago