Forum Replies Created
-
Sounds good but it’s a little beyond me… I know just enough code to be very dangerous.
Nevermind. Was this facebook plugin https://wordpress.org/extend/plugins/facebook/
The text is clickable, if you use that option. But if you upload a header image and disable the text, the image is not clickable.
Seems like an oversight perhaps…
Thanks r-a-y.
One of them things that should be easy… are there ANY websites where the logo/header doesn’t click to home (or somewhere at least).
@jnieuwland
Nope. Still stuck.Anyone know if there are any changes to this in BP 1.5? (before pulling out more hair trying to solve this now…)
The first option removed the buddybar. The second resulted in an error message:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘bp_core_load_buddybar_css’ was given in /home/housings/public_html/townswell.com/wp-includes/plugin.php on line 405
To clarify, I don’t want to remove it, I just want to be able to restyle it with my own child theme css.
Thanks mercime. Was there a solution in there for the adminbar css? I read through it all and it looks like that part is still up in the air…
This is going to be a nightmare when I go to upgrade my main existing community…
Found it: https://codex.buddypress.org/releases/1-5-developer-and-designer-information/
But is the proper answer just to call the enqueuing empty?
I’ve got this error now as well. I activated buddypress and then activated the default theme BEFORE going through the buddypress setup wizard.
How can I undo?
You can see it:
http://townswell.com/Thanks!
I’m struggling with this an pagination. When I click page 2 of one loop, the other jumps to page 2 as well. Is this an issue of me relying on “smart” parameters instead of adding them independently? Or is this something else?
They are similar loops, but with different sets of users contributing.
You can see the loops here:
http://housingstorm.com/news/What would a full set of parameters look like?
Works. Thanks!
Here’s a link to a page that shows the “Property Search” headline when I don’t want it to…
http://housingstorm.com/prualliancerlty/Thanks!
Nope. I’d love to add both a title and tags…
Any ideas?
@djpaul
Any ideas how to att rel=”author” to the userlink? I added it to the avatar in entry.php, which was easy, but the userlink is more complex.deleted.
I’m signing them up again…
You think fixed in 1.2.9?
wp 3.1.4 and bp 1.2.8, yes, ms.
No, nothing to enable spaces. That’s the weird part. we’ve never had a space/dash signup before.
Thanks Brajesh. Added the line, no luck.
@djpaul
Those should be rel=”author” because they link to the “author” (profile) page. Then, from the profile page, there should be a rel=me link to google.Here’s the article that explains the relationship: http://www.google.com/support/webmasters/bin/answer.py?answer=1229920&hl=en
Thanks Paul – that works great.
You mean on all fields? I don’t think it would hurt anything…
@djpaul
That did the trick of adding rel=”me” – but now none of the other profile fields show.`//relme
function relme ($output) {
global $bp;
if ( bp_field_has_data( ‘782’ ) ) {
return str_replace(‘<a ','<a rel="me" ',$output);
}
}
add_filter(‘xprofile_screen_display_profile’, ‘relme’);`I’m doing my best to hack my way through this. Here’s what I have – it doesn’t work, but it also doesn’t break the site.
Field #782 is my Google Profile ID field.
@djpaul
For now, I’m not worried about the user interface. Hardcoding it in somewhere would be ample.This will be big for SEO.
Is anyone out there working on this anymore?