-
Joost abrahams replied to the topic Hidden Group not visible to admin in the forum How-to & Troubleshooting 8 months, 2 weeks ago
https://buddypress.trac.wordpress.org/ticket/8303
The hidden group bug is unresolved.
-
Joost abrahams commented on the post, BuddyPress 4.0.0 "Pequod", on the site BuddyPress.org 5 years, 11 months ago
The privacy tools are awesome. Thanks to all the contributors.
-
Joost abrahams's profile was updated 5 years, 11 months ago
-
Joost abrahams replied to the topic I do not see login or register links on top black bar in the forum How-to & Troubleshooting 7 years, 2 months ago
Try this css code
/* wp-admin bar */
@media screen and (max-width: 782px) {
#wpadminbar li#wp-admin-bar-bp-login a, #wpadminbar li#wp-admin-bar-bp-register a {
padding: 0 8px;
}
}@media screen and (max-width: 782px) {
#wpadminbar li#wp-admin-bar-bp-login, #wpadminbar li#wp-admin-bar-bp-register {
display: block;
}
}
-
Joost abrahams replied to the topic missing wordpress admin bar mobile view in the forum How-to & Troubleshooting 7 years, 2 months ago
Put this css inside your customizer or child theme.
/* wp-admin bar */
@media screen and (max-width: 782px) {
#wpadminbar li#wp-admin-bar-bp-login a, #wpadminbar li#wp-admin-bar-bp-register a {
padding: 0 8px;
}
}@media screen and (max-width: 782px) {
#wpadminbar li#wp-admin-bar-bp-login, #wpadminbar li#wp-admin-bar-bp-register…[Read more] -
Joost abrahams replied to the topic 2.9 Group description turncoated in the forum Installing BuddyPress 7 years, 3 months ago
Patch seems ok
Thanks for the fix
-
Joost abrahams replied to the topic 2.9 Group description turncoated in the forum Installing BuddyPress 7 years, 3 months ago
1. Which version of WordPress are you running?
4.8
2. Did you install WordPress as a directory or subdomain install?
directory
3. If a directory install, is it in root or in a subdirectory?
root
4. Did you upgrade from a previous version of WordPress? If so, from which version?
No
5. Was WordPress functioning properly before…[Read more]
-
Joost abrahams started the topic 2.9 Group description turncoated in the forum Installing BuddyPress 7 years, 3 months ago
On group main page the group description get shorted even below default of 225
see page : https://www.mantablog.nl/groepen/
Related ticket: #7493
-
Joost abrahams's profile was updated 7 years, 5 months ago
-
Joost abrahams replied to the topic buddypress changing permalinks to caps in the forum Installing BuddyPress 8 years, 6 months ago
Your theme is outputting those links.
-
Joost abrahams replied to the topic buddypress changing permalinks to caps in the forum Installing BuddyPress 8 years, 6 months ago
I,m am very sorry but… You did make those changes somehow, wordpress and buddypress only outputs lowercase slugs.
You are not typing internet adresses directly into your browser? Those links in your chase are generated by your theme? Did you try a different theme? Did you try to change the page slug?
-
Joost abrahams replied to the topic buddypress changing permalinks to caps in the forum Installing BuddyPress 8 years, 6 months ago
More examples
Works
example.org/group/
example.org/group/TESTGROUP/Doesnt work only shows pagetitel
example.org/GROUP/
Works but goes to page not found themepage
example.org/group/testgroup/Members
-
Joost abrahams replied to the topic buddypress changing permalinks to caps in the forum Installing BuddyPress 8 years, 6 months ago
Redirect or building of BP pages doesn’t work right when using capatalized letters inside the slug.
After the pagetitel is printed the page breaks.
Happens with all BP slugs. -
Joost abrahams replied to the topic z-index issue with 2014 and cover images in the forum How-to & Troubleshooting 9 years ago
-
Joost abrahams replied to the topic z-index issue with 2014 and cover images in the forum How-to & Troubleshooting 9 years ago
More testing with fresh install WP4.3.1
Plugins active : buddypress, maintenance
theme test data imported
buddypress test data imported2013, 2015 themes no issues
2014 only exist on group pages, members pages no issues
-
Joost abrahams started the topic z-index issue with 2014 and cover images in the forum How-to & Troubleshooting 9 years ago
Long dropdown menu’s in 2014 with cover images seem to have a z-index issue.
Menu disappears behind group-admin-info and group-description section.
Also scrolling down has z-index order issue see group header and menu.CSS used to resolve:
#buddypress #item-header-cover-image {
z-index: 1
}code from buddypress.min.css
WP4.3.1
BP2.4
Only…[Read more] -
Joost abrahams replied to the topic BuddyPress 2.4.0 – Pietro in the forum Miscellaneous 9 years ago
The cover images are awesome, thanks 🙂
@joost-abrahams
Active 1 week, 3 days ago