-
@mercime replied to the topic 1.9 Update Killed My Site in the forum How-to & Troubleshooting 10 years, 10 months ago
@hughshields Thanks for letting us know what the real issue was. Good luck.
-
@mercime replied to the topic 1.9 Update Killed My Site in the forum How-to & Troubleshooting 10 years, 10 months ago
@hughshields What theme are you using? What plugins are activated?
-
@mercime replied to the topic Suffusion Theme Compatibility Problems in the forum Creating & Extending 11 years, 1 month ago
@hughshields first thing, back up the theme folder in your server to your hard drive.
– Deactivate the Suffusion Template Pack plugin
– Delete the following folders, if any, from your Suffusion theme folder in server: /activity, /blogs, /forums, /groups, /members, and /registration…[Read more] -
Henry replied to the topic Applying Default Buddypress Theme to Another Theme in the forum Creating & Extending 11 years, 1 month ago
This can only be explained as a huge job. You would need to know both CSS and HTML to achieve that. I’d suggest reading up on those two technologies if you’re just getting started. Some knowledge of PHP, JS and Ajax would be helpful too although you’d just need to know what parts of the templates are best to avoid messing with.
-
Henry replied to the topic [Resolved] Show posts written by user on profile in the forum Creating & Extending 11 years, 1 month ago
@hughshields have you thought about a CSS solution?
#posts-personal-li {
display: none;
}#edit-personal-li {
display: none;
} -
Henry replied to the topic [Resolved] Show posts written by user on profile in the forum Creating & Extending 11 years, 1 month ago
@hughshields If you’re just getting started with PHP and prefer a plugin, try BuddyBlog – http://buddydev.com/plugins/buddyblog/ and Simple Front End Post http://buddydev.com/plugins/bp-simple-front-end-post/
You can let your members blog directly from their BuddyPress profile. A list of posts on profile comes as standard too.
-
@mercime replied to the topic Styling Group and Members Headers in the forum How-to & Troubleshooting 11 years, 1 month ago
puts 5-6 blank lines at the top of the group header
@hughshields you can always add negative top margin to correct the issue, like:
.groups #item-header-content {
margin-top: -20px;
} -
@mercime replied to the topic Styling Group and Members Headers in the forum How-to & Troubleshooting 11 years, 1 month ago
@hughshields BP generates the “groups” body class for all groups pages. So just add .groups before the element in your stylesheet for example:
.groups #item-header-content {
color: #000033;
} -
@mercime replied to the topic Widgets Not Displaying on BuddyPress Pages in the forum How-to & Troubleshooting 11 years, 3 months ago
@hughshields thanks for updating us e Suffusion theme.
@hughshields
Not recently active