-
mercime posted on the forum topic Avatar Crop Page Header and Background Image don't load in the group How-To and Troubleshooting: 15 years, 2 months ago
More info needed, like WP/BP versions? Have you deactivated all plugins (which includes all BP and WP plugins, MU plugins and bp-custom.php) except BuddyPress and change theme to bp-default, cleared cache and checked if cropping works?
-
mercime posted on the forum topic Eventpress Calendar not showing up in the group EventPress: 15 years, 2 months ago
@Gayatriom it would help if you gave your WP/BP versions, if you’re using bp-default or a custom theme (can make a difference), what other plugins you’re using, Windows or Linux hosting, etc. Just posting that the plugin is not working in your install would not help others help you.
-
mercime joined the group Frontend development & Theming 15 years, 2 months ago
-
mercime posted on the forum topic group creation error: Are you sure you want to do this? in the group How-To and Troubleshooting: 15 years, 2 months ago
@parufito add code to your active theme’s functions.php file. If your theme doesn’t have one, create functions.php and add the code between
, save and upload to your active theme. -
mercime posted on the forum topic can this be done? in the group Requests & Feedback: 15 years, 2 months ago
See the comment of Ulrech in this page for his site structure.
-
mercime posted on the forum topic Bum Install? in the group How-To and Troubleshooting: 15 years, 2 months ago
#1. I see that you’ve installed WP 3.1 RC3. Unless you’re developing and/or interesting in debugging, you should install stable version of WP 3.0.4 which is what you’ll get in download here https://wordpress.org/download/. I recommend reinstall from scratch – clean database. #2. Re Gallery plugin you installed – PhotoSmash Gallery plugin. I haven’t…[Read more]
-
mercime posted on the forum topic How to change the name of a widget in the sidebar? in the group How-To and Troubleshooting: 15 years, 3 months ago
Line 96 in bp-core-widets.php
https://trac.buddypress.org/browser/tags/1.2.7/bp-core/bp-core-widgets.php#L96 -
mercime posted on the forum topic Add Page content before directory listings on members page in the group How-To and Troubleshooting: 15 years, 3 months ago
@butimnoexpert I use the very same method to “embed” a page editable in dashbaord into home page or other pages.
Cheers. -
mercime posted on the forum topic WP 3.0.4 Multisite Breaks BP Forum in the group How-To and Troubleshooting: 15 years, 3 months ago
=== Upgraded to 3.0.4, re-enabled multisite, now i have a problem. If I turn off multisite the forum works just fine. Once I turn it on === You do not need to nor should you “disable” then “re-enable multisite” to upgrade your multisite installation. Have you tried to re-run forum installation I mentioned in previous […]
-
mercime posted on the forum topic Fishbook Help in the group Third Party Components & Plugins: 15 years, 3 months ago
Somewhere in your edits, you’ve deleted
from footer.php. Add it back to just above closingtag, save and upload. -
mercime posted on the forum topic WP 3.0.4 Multisite Breaks BP Forum in the group How-To and Troubleshooting: 15 years, 3 months ago
=== Do I need to make any changes to my bb-config.php file to run multisite? === Just to be clear, you had a single WP install with BuddyPress and created internal bbPress forums i.e. via BuddyPress forums set up, before upgrading to WP 3.0.4 and then creating a network/going multisite? Try to re-run Forum Setup. […]
-
mercime posted on the forum topic Ask about error: Must always login with admin role in the group How-To and Troubleshooting: 15 years, 3 months ago
There’s something getting lost in translation. Could you rephrase your question?
-
mercime posted on the forum topic Add Easy Albums to Profile instead of a separate tab? in the group How-To and Troubleshooting: 15 years, 3 months ago
@bluelounge, have you tried getting support from the plugin author of Easy Albums?
http://www.itaynoy.com/easyalbums/ -
mercime posted on the forum topic Child Theme Question from Super Noob in the group Creating & Extending: 15 years, 3 months ago
@hnla – I took too long to answer, didn’t see you post 🙂
-
mercime posted on the forum topic WP 3.0.4 Multisite Breaks BP Forum in the group How-To and Troubleshooting: 15 years, 3 months ago
=== When I enable multisite, the BP forum as well as other forms in BP results in white screen when submitted. == The htaccess rules are correct for WP multisite subdirectory structure and the wp-config.php looks good to go. Have you tried re-run of Settings > Permalinks to “jog” the system, clear caches and check […]
-
mercime posted on the forum topic Child Theme Question from Super Noob in the group Creating & Extending: 15 years, 3 months ago
@jgagnon you should start a new thread instead of appending to an 8-month-old one
One thought is that you might have not uploaded the style.css file to the correct folder
https://codex.wordpress.org/Theme_Development#Theme_Stylesheet -
mercime posted on the forum topic BP Gallery/Media – Which plugin do people recommend? in the group Creating & Extending: 15 years, 3 months ago
1. BP Gallery generates own tables in database in addition to interacting with other BP- and user- tables. Beyond that and for more specifics, you gotta ask @sbrajesh at Buddydev.com 😉 Users can post images, audio and videos uploaded via BP Gallery in e.g. main site into respective blogs within a multisite installation using BP Gallery shortcodes . […]
-
mercime posted on the forum topic Profile page redirecting to home in the group How-To and Troubleshooting: 15 years, 3 months ago
– Did you install and activate any plugin before this happened? Deactivate it.
– Did you install and activate any theme before this happened? Change to bp-default.
– Contact your webhost if they made any changes in server.
– Re-run Settings > Permalinks again. -
mercime posted on the forum topic How to add KEY WORDS at my SITEMAP!!! in the group How-To and Troubleshooting: 15 years, 3 months ago
You mean this one – https://buddypress.org/community/groups/buddypress-sitemap-generator/
Edit – BP pages could in all probabilty by indexed via Google Sitemaps XML in upcoming BP 1.3 version as BP components will be rendered in Pages then.
-
mercime posted on the forum topic Group avatar size. in the group Creating & Extending: 15 years, 3 months ago
Simplest and easiest way to change size of group avatar in header area is by targetting it using style.css
body.groups div#item-header-avatar,
body.groups div#item-header-avatar img {
width: 75px;
height: 75px;
}
adjust to taste. - Load More
@mercime
Active 5 years, 7 months ago