-
pcwriter posted on the forum topic Admin bar blurred in Chrome and Firefox in the group Creating & Extending: 14 years ago
You’re welcome 🙂
-
pcwriter posted on the forum topic Admin bar blurred in Chrome and Firefox in the group Creating & Extending: 14 years ago
@opensourcelover My first thought is that it’s a text-shadow causing the blur effect. As the adminbar is called via the footer, try adding the following to your CSS:
div#footer {text-shadow:none;}
BTW, you really should create a child-theme rather than using bp-default, otherwise any changes you make to the default theme will be lost when you upgrade […] -
pcwriter reviewed the plugin BuddyPress Profile Progression: 14 years ago
Great idea!
-
pcwriter joined the group BuddyPress Profile Progression 14 years ago
-
pcwriter posted on the forum topic Menu location help in the group Add All Nav Links to BP Adminbar: 14 years ago
Could you post a link to your site? I could take a look.
-
pcwriter posted a new activity comment 14 years ago
Found a solution for you.
In Atahualpa theme options, click on “NEW Add HTML/CSS Inserts” and add the following at the top of the “CSS Inserts” section:
td#footer a:link, td#footer a:visited, td#footer a:active {
color:#fff;
}Bingo! White text.
(BTW, that’sa whole LOT of configuration options in that theme!) -
pcwriter posted on the forum topic BuddyPress Spam in the group How-To and Troubleshooting: 14 years ago
Humans always fill out required profile fields. 🙂
-
pcwriter posted on the forum topic Join Group button gone in the group How-To and Troubleshooting: 14 years ago
Happens 🙂
-
pcwriter posted on the forum topic Join Group button gone in the group How-To and Troubleshooting: 14 years ago
Make sure “Groups” is enabled under “Buddypress” > “Component Setup”.
-
pcwriter posted on the forum topic Redirect After Registration in the group How-To and Troubleshooting: 14 years ago
-
pcwriter posted on the forum topic BuddyPress Spam in the group How-To and Troubleshooting: 14 years ago
The code from this post is the correct one:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam/?topic_page=3&num=15#post-69499Replace example.com with your sitename.
And yes, it works just fine on my site; no bots are getting through
But lately I’ve been getting slammed by human sploggers. That’s a…[Read more] -
pcwriter posted on the forum topic BuddyPress Spam in the group How-To and Troubleshooting: 14 years ago
See this previous post in this same thread:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam/?topic_page=3&num=15#post-69499 -
pcwriter posted a new activity comment 14 years ago
Dammit, code isn’t posting correctly. For your 1st question, grab the solution here:
http://pastebin.com/qj1Dpav3 -
pcwriter posted on the forum topic Default theme : how to change the header image size ? in the group How-To and Troubleshooting: 14 years ago
Just remember that if you edit core bp files/templates, you will lose your changes (and will have to redo them) whenever you update Buddypress. If you really need a header image of a different size, it is preferable to disable custom header support in wp-config, upload your image, and hardcode the URL in a child-theme […]
-
pcwriter posted a new activity comment 14 years ago
The only thing you may have overlooked is the fact that you’re using a theme (Atalhualpa) that has the wp-admin-bar contained within a table data cell whose ID the plugin doesn’t recognize: td#footer. As that data cell has an ID whose CSS specificity is greater than the adminbar ID, the color for links defined in the data cell gets…[Read more]
-
pcwriter posted on the forum topic Manually add a member in the group How-To and Troubleshooting: 14 years ago
In your WordPress backend, scroll down to “Users” and click “Add New”.
Users can then fill in their profiles. -
pcwriter posted on the forum topic New theme – sneak preview in the group Creating & Extending: 14 years ago
The colors for the basic theme are intentionally bland or harsh to encourage customization, and the shadow effects can easily be removed.
And thanks! I will keep at it. 🙂 -
pcwriter posted on the forum topic New theme – sneak preview in the group Creating & Extending: 14 years ago
2nd progress report… Just got back from a week with my Dad. Good news is: BuddyLite for BP1.2.5 is almost ready for release 🙂 The CSS has been cleaned up and simplified to make it as easy as can be to create custom styles for this theme (just make a few mods to each of […]
-
pcwriter posted a new activity comment 14 years ago
1 – Take a look at how the BP component links are hard-coded in bp-wp-navbar.php. You should be able to copy/paste any of the directory links (Members, Groups, Blogs, Forums) and replace the URL part between the anchor tags.
2 – The problem seems to be in how
fetches its info from plugins. Still working on that.
3 – Try deactivating…[Read more]
-
pcwriter posted on the forum topic Buddybar not showing at top of the site? in the group How-To and Troubleshooting: 14 years ago
Everything you ever wanted to know about page templates can be found here:
https://codex.wordpress.org/Templates
🙂 - Load More
@pcwriter
Active 1 month ago