Search Results for 'theme'
-
Search Results
-
PLEASE HELP!! I Installed buddypress. Unfortunately registration and activate are not working: The pages where to it directs do not present the registration or activate page: Instead it gives: Not Found.
I tried: using different themes, deleting and re-installing the theme, stopping all othter plugins. Nothing works.
I use the videopro theme. I cannot make a registration-page using buddypress. I already changed the settings to anyone can register.
The pages members, Activity and Groups do work.
Please help.
Kind Regards
AntonHello everyone,
I have a couple of private and hidden groups and when I go to the feed, I can see the group posts but also I can see the public posts of another public group inside my private’s groups, I am using Body Boss Child Theme.
Hello!
Im trying to get out the buddypress menu from the wordpress toolbar and put it on a another menu on my website.My theme it shows a “login in” button on the top right corner, and there is a menu button too but this button dissapears slowly (with some javascript I supposed) and only shows the admin toolbar if a user is logged in.
I want to change that.
I want the admin toolbar out.
(I had change the theme. Same results, except the javascript thing).Also, I want to edit the links in the menu too and add other links not related to buddypress.
Thanks a lot!!!
Hi I have been setting up a social site (clickforcharity.net) using buddypress and youzer theme etc, all going fine except that I set up a group (only testing at this stage) and could se it all fine as admin, then I set up normal users to test, and it allows them to join groups but then instead of showing all the activity it says “Sorry, there was no activity found. Please try a different filter” even though no filter is applied.
I found some very old references to this message but following the advice found there did not change anything. (e.g. here).
Eventually I found that if I gave the users admin privileges the problem wen away. Despite making me happy that I had managed to do some troubleshooting, I’m now stuck. Any ideas appreciated, specially if you’ve come across this before and know what I did wrong!
Cheers.
WP set-up details are in pastebin rather than cluttering up here.
Topic: Safari brwoser
Hi guys,
I have a little problem with the Safari Version 14.0.1.
If a new user logged in as an author he is not able to write something on the website:
wir-in-gefrees.de.
In Chrome, Firefox and IE everything works fine.
I deactivate all plugins, changed the theme to Twenty Twenty-One, activeate the plugins step by step, delete all cookies, get a lot infons from the theme authors but nothing helped on this issue.
Do you have an idea how it could be fixed?
Best, MichaI thought it might be simple to create a static page to display the current user’s profile. I found BP_Members_Theme_Compat::single_dummy_content() returning
/bp-nouveau/buddypress/members/single/home.php and tried to call that in my shortcode function. That didn’t work, because BP hadn’t been told which user I was looking for. I tried an experiment:add_filter( 'bp_get_displayed_user', function ( $user ) { return ( is_null( $user ) ) ? wp_get_current_user() : $user; } );which failed. I think what I’m really needing to understand is how to actually load buddypress where it’s not already being started up.
So I’d like to know:
-
How to initialize BP in a place where it isn’t already
a better informed approach for placing the user profile on an actual pageMaybe someone’s already made this a plugin that I can pick apart?
Thanks