-
Paul Wong-Gibbs replied to the topic BuddyPress 2.2.0 Breaks Featured Posts in the forum Requests & Feedback 9 years, 9 months ago
Hi @kkradel
Sorry to hear you’re having problems with 2.2. How has it broken Featured Posts — can you explain what you’re seeing, and also what you expect to see?
Did you update any other plugins, translations, or core files at the same that you updated BuddyPress?
-
@mercime replied to the topic [Resolved] Can't close a Notification Message in the forum How-to & Troubleshooting 11 years, 6 months ago
how to stop the pop-up notification text box from happening?
@kkradel rather than removing code from core, add this to your theme’s stylesheet.
#sitewide-notice {
display: none !important;
} -
@mercime replied to the topic [Resolved] Can't close a Notification Message in the forum How-to & Troubleshooting 11 years, 6 months ago
@kkradel that is a sitewide notice created by the Super/Site Admin. There’s a JS conflict. To delete the message as Super/Site Admin: From your account at the admin toolbar, go to Messages > All Member Notices or from your profile page, go to Messages > Notices
-
@mercime replied to the topic [Resolved] Set Buddypress Full-Width Pages? in the forum How-to & Troubleshooting 11 years, 6 months ago
@kkradel In a nutshell, if your theme has a full-width template, open that file, copy all code, and paste into a new file, buddypress.php which you then upload to your theme folder in server. https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/
-
@mercime replied to the topic Who's Online or Recent Active Member Widget: Grid instead of Long Line? in the forum How-to & Troubleshooting 11 years, 6 months ago
@kkradel add to your theme’s style.css file. Example in link assumes div surrounding the sidebar widgets is #sidebar https://buddypress.org/support/topic/css-matching-for-recent-active-member-widget/#post-162541
-
@mercime replied to the topic [Resolved] Login Widget: What's wrong with my code? in the forum How-to & Troubleshooting 11 years, 6 months ago
@kkradel Cool. Marking this issue as resolved.
-
bp-help replied to the topic [Resolved] Admin/Buddy Bar: Where to Edit in the forum How-to & Troubleshooting 11 years, 6 months ago
@kkradel
When copying the code from here the single quotes get converted which makes the code incorrect. Remove that code and copy and paste the code directly from the below link and that should get it working.
http://pastebin.com/jxLVnq11 -
bp-help replied to the topic [Resolved] Admin/Buddy Bar: Where to Edit in the forum How-to & Troubleshooting 11 years, 6 months ago
@kkradel
You may have introduced some whitespace in the file. Make sure there is no empty lines before or after the opening and closing php tags as this typically does fire off a headers_already_sent error. If that is not it then please supply the error message. -
bp-help replied to the topic [Resolved] Admin/Buddy Bar: Where to Edit in the forum How-to & Troubleshooting 11 years, 6 months ago
@kkradel
Please see @mercime ‘s response in this thread to get the buddybar back:
https://buddypress.org/support/topic/how-do-i-show-member-actions-like-log-in-change-password/ -
@mercime replied to the topic Upgrading From Old to New Versions in the forum Installing BuddyPress 11 years, 10 months ago
@kkradel if you changed anything in BP core files, then it would be a challenging upgrade. I would set up a test server and check out BP trunk with import of your current site’s DB to figure out what to do when […]
-
mercime replied to the forum topic Two Column Page Skews Page Layout: Right Column Content Starts Under Left Column in the group How-To and Troubleshooting 13 years, 1 month ago
@kkradel Add this to your stylesheet
div.item-list-tabs { clear: none !important; }
-
mercime replied to the forum topic Adminbar/Buddybar width: Won't stretch to the ledge of the page … in the group How-To and Troubleshooting 13 years, 2 months ago
@kkradel bp.css is enqueued after your style.css and bp.css has this in stylesheet
#wp-admin-bar .padder {
width: 95% !important; /* Line up the admin bar with the content body in this theme */
}The […]
-
mercime replied to the forum topic Space between Navbar and Subnav in the group How-To and Troubleshooting 13 years, 2 months ago
@kkradel if you used BP template pack plugin, check out the selectors used in bp.css file as a guide to start you off – https://plugins.svn.wordpress.org/bp-template-pack/tags/1.1.4/bp.css
side note: nope, your […]
-
mercime replied to the forum topic Sidebar now located way down the pages in the group How-To and Troubleshooting 13 years, 2 months ago
@idahoannie @kkradel after installing BP Template Pack plugin, you need to go through the process including imposing your active WP theme’s HTML structure onto the BP template files transferred into your WP […]
@kkradel
Active 7 months, 4 weeks ago