-
@mercime replied to the topic How to create a child theme to edit buddypress theme in the forum How-to & Troubleshooting 11 years, 5 months ago
@tengwah BP Codex is your friend https://codex.buddypress.org/legacy/building-a-buddypress-child-theme/
-
@mercime replied to the topic Weird side widget in the forum Installing BuddyPress 11 years, 5 months ago
@ughbrandon do not bump your topic.
You’re using an old version of the Custom Community theme per source view check – it’s version 1.16 of the theme. Current Custom Community version is 1.91, you need to upgrade your theme.
-
@mercime replied to the topic Remove Comment box html tags option in the forum How-to & Troubleshooting 11 years, 5 months ago
@tengwah If you want to keep the changes that you’re making to the BuddyPress Default theme, I suggest that you create a child theme and make the modifications there.
Simple way to remove the tags, add the following to your child theme’s stylesheet:
#commentform p.form-allowed-tags { display: none; } -
@mercime replied to the topic Where are the widgets stored? in the forum How-to & Troubleshooting 11 years, 5 months ago
@number_6 Only the 5 widgets listed at https://codex.buddypress.org/user/buddypress-components-and-features/buddypress-widgets/ are the BuddyPress defaults. Could you please clarify what you mean by the community navigation widget? Member navigation in WP Toolbbar perhaps?
-
@mercime replied to the topic Excessive vertical gap in buddypress in the forum How-to & Troubleshooting 11 years, 5 months ago
@disqusnow Please do not post in more than one forum on the same topic. Closing this topic for original post https://buddypress.org/support/topic/excessive-vertical-gap-in-buddypress/#post-167184
-
@mercime replied to the topic [Resolved] Excessive vertical gap in buddypress in the forum Installing BuddyPress 11 years, 5 months ago
@disqusnow the large vertical gap is caused by the style applied to the container of the group avatar and group admin/s avatar. To correct the issue, add the following at the bottom of your theme’s stylesheet:
#buddypress div#item-header {
overflow: visible !important;
} -
@mercime replied to the topic [Resolved] Excessive vertical gap in buddypress in the forum Installing BuddyPress 11 years, 5 months ago
@disqusnow WP/BP versions? Theme used? Change to Twenty Twelve, is the issue resolved?
-
@mercime replied to the topic Buddypress conflicts with my theme in the forum How-to & Troubleshooting 11 years, 5 months ago
@nanaimomen The problem is more like the theme is using a proprietary templating system. BuddyPress works in nearly all WordPress themes. Regular WP tags like the_title() and the_content() should be in the theme’s page.php file for the BP Theme Compatibility magic to work, i.e., you no longer need to revise 16 template files manually like before.…[Read more]
-
@mercime replied to the topic [Resolved] How did they do that? in the forum How-to & Troubleshooting 11 years, 5 months ago
@fpats Yes. Gravity Forms 🙂
Marking this as resolved. -
@mercime replied to the topic [Resolved] How did they do that? in the forum How-to & Troubleshooting 11 years, 5 months ago
@fpats you can view source code and check plugins used – could be a form plugin
-
@mercime replied to the topic Friend request not functioning properly in the forum How-to & Troubleshooting 11 years, 5 months ago
@forallatlantis Have you gone through basic troubleshooting like changing to Twenty Twelve theme and/or deactivating plugins batch by batch except BuddyPress to check what’s causing the issue?
-
@mercime replied to the topic Multiuser & Buddypress: separate sites without separate networks? in the forum How-to & Troubleshooting 11 years, 5 months ago
all content and users are mirrored/shared across the networks/sites
Strange. Only users not the content should be shared across the network for that plugin as far as I know. Have only used the other BP Multinetwork plugin, so don’t quite know why that’s happening in your installation. Recommend that you post at plugin’s support forums…[Read more]
-
@mercime replied to the topic Create Group in the forum How-to & Troubleshooting 11 years, 5 months ago
@mgrmn There should be a “Create a Group” button beside the page title in the Groups Directory page. https://codex.buddypress.org/user/buddypress-components-and-features/groups/#groups-directory
If the “Create a Group” button doesn’t show up in your theme, that’s because the_title tag of page template is not within the WordPress loop. To resolve…[Read more]
-
@mercime replied to the topic Multiuser & Buddypress: separate sites without separate networks? in the forum How-to & Troubleshooting 11 years, 5 months ago
@mike245 by default, there’s only one instance of BuddyPress per WordPress (single or multisite) installation. What you want – multiple BuddyPress installations in one Multisite install – is not possible without a BP multinetwork plugin. There are two plugins available and of those two, since you want a shared userbase, you would need…[Read more]
-
@mercime replied to the topic Receiving Emails when Forums are replied to. in the forum How-to & Troubleshooting 11 years, 5 months ago
@pmcreations WP/BP versions? If you’re using the bbPress plugin (not the internal group forums of old BP versions), go to Settings > Forums – Forum Features, and check “Allow users to subscribe to topics”
-
@mercime replied to the topic Status Update Form in the forum How-to & Troubleshooting 11 years, 5 months ago
@sakarya simple way: remove the whole form in the /activity/post-form.php file and copy that file over to your BP Default Child theme or WordPress theme in server following the directory structure. Or, remove the call to /activity/post-form.php in three files which you then need to copy over to your theme folder in server
See…[Read more] -
@mercime replied to the topic [Resolved] Remove Sidebar B not A in the forum How-to & Troubleshooting 11 years, 5 months ago
@mgrmn thanks for posting back re positive result 🙂
Marking this topic as resolved. -
@mercime replied to the topic Avatar Cropping in the forum How-to & Troubleshooting 11 years, 5 months ago
@dswd you would go with the jQuery version that current WordPress version is using because that’s what BuddyPress and other updated plugins are using. That’s a major reason why themes should not be dequeueing WP jQuery and enqueueing their own – bad form really.
-
@mercime replied to the topic Avatar Cropping in the forum How-to & Troubleshooting 11 years, 5 months ago
@dswd current BP/WP versions are using jQuery 1.8.3 while there are themes and plugins who either use old versions of jQuery and some which enqueue version 1.9.1 and therefore not kosher. Check that.
-
@mercime replied to the topic Avatar Cropping in the forum How-to & Troubleshooting 11 years, 5 months ago
@dswd it could be a theme or plugin conflict with BP. What have you done to troubleshoot issue?
- Load More
@mercime
Active 4 years, 3 months ago