-
mercime posted on the forum topic Desperately need help creating full width pages! in the group Creating & Extending: 14 years, 10 months ago
Morticia, what’s needed is the code within the full-wdith/one-column template file you have within active theme folder which should have something like
at the top andat the bottom and code in between. -
mercime posted on the forum topic Need help with the BP Compatability Pack in the group How-To and Troubleshooting: 14 years, 10 months ago
Before we continue, make sure that you have upgraded to latest BP Template Pack 1.1.2 so you won’t have to do this over again. There’s no #container in activity/index.php. You also need to replace code at the bottom of index.php At top of activity/index.php file, replace:
<div id="content"> <div class="padder">with<div id="content-wrapper"> <div…[Read more] -
mercime posted on the forum topic Buddypress is Not my Buddy… :o( in the group Installing BuddyPress: 14 years, 10 months ago
Tom, you should read this, esp. Server and WP configurations https://codex.buddypress.org/getting-started/before-installing/
-
mercime posted on the forum topic BP links non-functional – looking for directory access. in the group How-To and Troubleshooting: 14 years, 10 months ago
== Q: How do I ensure mod-rewrite is enabled? If it’s a matter of making log entries in wp with ‘other than default permalinks’ selected, then this is fine and I can post to the wp blog. == But is your URI “pretty”? As in looking like http://yoursite.com/about and not http://yoursite.com/?page_id=2 If it’s the latter, […]
-
mercime posted on the forum topic Need help with the BP Compatability Pack in the group How-To and Troubleshooting: 14 years, 10 months ago
Check out template pack example https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
-
mercime posted on the forum topic Desperately need help creating full width pages! in the group Creating & Extending: 14 years, 10 months ago
We know the source code for the activity index.php already already. What we don’t know is the HTML structure of your full-width/one-column page.
-
mercime posted on the forum topic How To Create a Classroom Environment in the group How-To and Troubleshooting: 14 years, 10 months ago
You’re welcome. Good luck 🙂
-
mercime posted on the forum topic bbpress forums / sidebar. Need Help Please! 🙂 in the group Creating & Extending: 14 years, 10 months ago
@jonobradley you would have to download the BP template files transferred to your active WP theme.
Then, manually super-impose the HTML structure of your theme’s onto said BP template files
After which, upload revised files to your theme folder in server
Some helpful hints at…[Read more] -
mercime posted on the forum topic Desperately need help creating full width pages! in the group Creating & Extending: 14 years, 10 months ago
Morticia, unfortunately, the theme you’re using is a premium theme so we have no way to see the code unless we pay for it to help you. Check out this tutorial with how to impose HTML structure of your theme’s one-column page onto the BP template files transferred to your active WP theme’s folder.…[Read more]
-
mercime posted on the forum topic Avatars Not Working With Subdomain in the group How-To and Troubleshooting: 14 years, 10 months ago
The above old code is for multisite, while your install is not one per your first post. == It keeps looking for them in the main domain. == I have one test site in physical subdomain and have no problems with avatars – WP/BP versions? – Are you using bp-default theme? – Installed WP in […]
-
mercime posted on the forum topic Can't get to BP from WP in the group How-To and Troubleshooting: 14 years, 10 months ago
Deactivate BuddyPress. Then re-upload BuddyPress files manually – FTP or cpanel, etc – clear cache, then activat BP again.
Another note, if you installed WordPress via simplescripts or fantastico, then I suggest you start from scratch and install WP manually – upload via FTP/cpanel, create DB, etc.
-
mercime posted on the forum topic BP links non-functional – looking for directory access. in the group How-To and Troubleshooting: 14 years, 10 months ago
mod_rewrite must be enabled for “pretty permalinks” which is required by BuddyPress. Go to dashboard menu Settings > Permalinks and set it to other than default settings. Check your htaccess file.
https://codex.buddypress.org/getting-started/before-installing/#system-server -
mercime posted on the forum topic How can i separate sidebar items With a space inbetween each item widget in the group Creating & Extending: 14 years, 10 months ago
Need to add margin-bottom as well 🙂
div#sidebar div.widget {
background: #fff;
border: 1px solid #AEE100;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom: 20px;
padding: 15px;
} -
mercime posted on the forum topic Can't get to BP from WP in the group How-To and Troubleshooting: 14 years, 10 months ago
== Then, I activated the BP plugin and…nothing == Nothing like a blank page or nothing like going to Appearance > Themes and the bp-default theme doesn’t show up, or ….? If you’re on single WP install, there should be a BuddyPress logo/menu on upper left hand area of menu. If you’re on multisite, go […]
-
mercime posted on the forum topic New registrations not appearing in Site Admin -> Users on multisite in the group How-To and Troubleshooting: 14 years, 10 months ago
== My new user registrations only appear in Network Admin -> Users. == Yeah, that’s how it’s done now since around WP 3.1 multisite, one is listed as user of a network – one login to all sites of multisite install as a subscriber (or role which the Super Admin set in options for new […]
-
mercime posted on the forum topic Comments/Replies are showing as a grid not as a list – is that normal? in the group How-To and Troubleshooting: 14 years, 10 months ago
My bad, deleted the duplicate from code posted above 🙂
-
mercime posted on the forum topic How can i separate sidebar items With a space inbetween each item widget (solved) in the group Creating & Extending: 14 years, 10 months ago
@naijaping you misunderstood hnla. You do not need multiple dynamic areas or widget areas to effect the look that you wanted for your sidebar. This can easily be done by changing styles in style.css file, something like this before you made the changes. `div#sidebar { background: transparent none; border: none; float: left; margin: 0; padding: 0; […]
-
mercime posted on the forum topic Sidebar and page layout when clicking View in the group How-To and Troubleshooting: 14 years, 10 months ago
== The page is still the reduced size version ==
Backup your stylesheet and remove blocks of styling for anything with ”
body.activity-permalink” -
mercime posted on the forum topic Comments/Replies are showing as a grid not as a list – is that normal? in the group How-To and Troubleshooting: 14 years, 10 months ago
Solicited and unsolicited suggestions – backup your stylesheet before applying mods so you could revert if you so choose
ul.activity-list li
— addoverflow: hidden;div.activity-comments ul li > ul
— changemargin-left: 0px;tomargin-left: 20px;div.activity-comments
— addoverflow: hidden;
— addposition: relative; -
mercime posted on the forum topic Adding Dating Function to a Buddypress site in the group How-To and Troubleshooting: 14 years, 10 months ago
By dating you mean something like match.com or eharmony.com? Have not seen a BP plugin that does that.
Simplest way could be to use Friend feature and Private Messages with additional layers of privacy so “Friends/Dates” cannot see how many “Dates/Friends” you already have 🙂 . - Load More
@mercime
Active 5 years, 7 months ago