-
mercime replied to the forum topic Can not find my own topics on this site in the group Miscellaneous 14 years, 7 months ago
Sorry for the inconvenience . The site is in transition.
-
mercime replied to the forum topic What do you think the most Buddypress-friendly, easy to install theme is? in the group Miscellaneous 14 years, 7 months ago
What djpaul said 🙂
-
mercime replied to the forum topic Forum directory is missing in the group How-To and Troubleshooting 14 years, 7 months ago
How did you lose it? Did you change themes or installed a plugin?
-
mercime replied to the forum topic 'Get Started' button on home page is no longer going to the register page, just looping back to home in the group How-To and Troubleshooting 14 years, 7 months ago
-
mercime replied to the forum topic Create Dropdown List of Categories in Fishbook theme in the group How-To and Troubleshooting 14 years, 7 months ago
This might be of further assistance to you http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus
You will have to add the code in functions.php, replace all the main navigation links in […]
-
mercime replied to the forum topic Can anyone help me? I don't know the name of this request in the group How-To and Troubleshooting 14 years, 7 months ago
#1 – see JJJ’s profile page on testbp.org http://testbp.org/members/johnjamesjacoby/profile/
By default, data entered by members in their profile fields are turned into links ala tags. So on that page, when you […] -
mercime replied to the forum topic Avatar uploads – Mac – fine, Windows – not fine. in the group How-To and Troubleshooting 14 years, 7 months ago
== Uploading from a Windows XP machine ==
Curious what browser/s are you using on Windows XP? Try Firefox/Chrome. -
mercime replied to the forum topic Looking to see if this exists. in the group Creating & Extending 14 years, 7 months ago
-
mercime replied to the forum topic wp-admin freezing with bp plug-in in the group How-To and Troubleshooting 14 years, 7 months ago
Do you have access to your error logs? In all probability, you need to increase available memory – https://codex.buddypress.org/troubleshooting/blank-pages/
-
mercime replied to the forum topic admin-bar anchorage in the group How-To and Troubleshooting 14 years, 7 months ago
change
position: fixed;toposition: absolute;in#wpadminbar -
mercime replied to the forum topic how can i disable login in buddypress right side and why blog is slow in the group How-To and Troubleshooting 14 years, 7 months ago
== i want how to disable login form ==
I don’t see the login form on the page you linked to. Looks like you resolved this on your own.== i got database error most ofthe time ===
What are those errors? […] -
mercime replied to the forum topic 'Get Started' button on home page is no longer going to the register page, just looping back to home in the group How-To and Troubleshooting 14 years, 7 months ago
I just clicked on the red “Get Started” button and it did direct me to the /register page, albeit an unstyled one … looks like you’ve missed some steps in the BP template pack compatibility process.
-
mercime replied to the forum topic Sidebar is under content on Buddypress pages. in the group How-To and Troubleshooting 14 years, 7 months ago
Cheers 🙂
-
mercime replied to the forum topic How to create a private online campus with BuddyPress in the group Creating & Extending 14 years, 7 months ago
@hectorrubio my thanks as well. Definitely a good read – the planning process to implementation using native WP functions and BP/plugins. Cheers.
-
mercime replied to the forum topic Sidebar is under content on Buddypress pages. in the group How-To and Troubleshooting 14 years, 7 months ago
No, you should not be editing files at plugins/bp-template-pack/. During the BP Compatibility process, 6 folders with BP template files were transferred to your active WP theme folder in server – activity, blogs, […]
-
mercime replied to the forum topic I just posted a New Topic and it blanked out the body in the group How-To and Troubleshooting 14 years, 7 months ago
The site is in transition. Thank you for your patience 🙂
-
mercime replied to the forum topic Is this possible to do? (on a multisite) in the group How-To and Troubleshooting 14 years, 7 months ago
-
mercime replied to the forum topic Sidebar is under content on Buddypress pages. in the group How-To and Troubleshooting 14 years, 7 months ago
Open up activity/index.php and replace at the top:
?php get_header() ?
<div id="content">
<div class="padder">with
?php get_header(); ?
<div id="main">
<div class="wrapper">
<div class="sep sepMenu"> </div>
<div id="content">
<div class="single single-page">at the bottom of activity/index.php, replace the bottom part
`!– .padder —
!–…[Read more] -
mercime replied to the forum topic Sidebar is under content on Buddypress pages. in the group How-To and Troubleshooting 14 years, 7 months ago
@ribena_wrath you’re missing the opening
<div id="sidebar">and closing</div>which are supposed to wrap around the widgets. If you need further assistance, open up you active theme’s page.php, copy all therein, then paste to […] -
mercime replied to the forum topic BuddyPress Integration with theme in the group Installing BuddyPress 14 years, 7 months ago
@Mike84 that is really strange. Curious, what WP theme are you using?
== I’ve tested by editing mytheme/members/index.php and changing the container div to something completely off, so as to see it in […]
- Load More
@mercime
Active 5 years, 7 months ago