-
Kristian Yngve replied to the topic Register Button be like Login Button in the forum How-to & Troubleshooting 5 years, 12 months ago
WordPress 4.9.8
Version 3.2.0
-
Kristian Yngve replied to the topic What are some latest cool responsive free buddy press themes? in the forum Installing BuddyPress 5 years, 12 months ago
Some goodens here:
-
Kristian Yngve started the topic Register Button be like Login Button in the forum How-to & Troubleshooting 5 years, 12 months ago
Please see this on my site for example:
How to have the Register button be the same as Login? (That grey box).
Registering is just as important for my site to create a community.
Many thanks!
-
Kristian Yngve replied to the topic How To: Remove "All Members" Activity Feed in the forum How-to & Troubleshooting 6 years ago
What would it be for the CSS?
This down;t work:
.all-members {
display: none;
}(because I am not using the Buddypress theme to do it his way).
-
Kristian Yngve replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 7 years, 1 month ago
BOOM!! cracked the issue.
The instructed root was missing vital info that could save a lot of us the headache…
IT IS NOT
/my-theme/buddypress/
as instructed the Template Overload File.IT IS:
/my-theme/buddypress/members/
to then save your file in that folder.
Ladies and Gentlemen, you’re welcome.
-
Kristian Yngve replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 7 years, 1 month ago
After clearing the cache and browser history, it seems to have nothing to do with the root.
But the only option I have for this Template Overload File to work is to tweak the file itself.
-
Kristian Yngve replied to the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 7 years, 1 month ago
https://buddypress.org/support/topic/how-to-edit-the-text-in-registration-page/
I have found and followed this as best I can, my Template Overload File is in this root:
Wp-content/themes/child-theme/buddypress/register.php/
The problem is, I think, that Buddypress isn’t finding my Template Overload File in my child-folder.
Should the ideal…[Read more]
-
Kristian Yngve started the topic Changing the generic "Registering for this site is easy" tag line. in the forum How-to & Troubleshooting 7 years, 1 month ago
I’m looking to customize the “Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time.”
I can’t find it anywhere as I’m guessing it must be automatically generated from elsewhere.
Anyone know exactly where I can find and tweak this line of text?
Many thanks to you guys.
-
Kristian Yngve replied to the topic BP sign up page in two rows in the forum How-to & Troubleshooting 7 years, 1 month ago
Amazing! It worked perfectly!
I couldn’t thank you enough, Aaron.
-
Kristian Yngve started the topic BP sign up page in two rows in the forum How-to & Troubleshooting 7 years, 1 month ago
I am using all the updated versions:
WP: Version 4.8.2
BP: Version 2.9.1My registration form when signing up to my site with Buddypress appears in two rows:
I think it looks good / professional this way, but it’s a little squashed / coming off the edge on mobile devices. Is there any CSS that can target this page…[Read more]
-
Kristian Yngve replied to the topic Deny access to admins profile (Update) in the forum How-to & Troubleshooting 7 years, 1 month ago
Anyone? 🙁
-
Kristian Yngve replied to the topic Deny access to admins profile (Update) in the forum How-to & Troubleshooting 7 years, 1 month ago
Oh sorry, I had copied it as is by the other moderator from a very old post. Thank you for cleaning that up for me, this should be the only one as a How to & Troubleshooting category.
So, I did the changes and it didn’t work. I also tried changing the last part:
hide_admins_profile’, 1 );
tohide_admins_user’, 1 );
but didn’t work sad…[Read more] -
Kristian Yngve started the topic Deny access to admins profile (Update) in the forum How-to & Troubleshooting 7 years, 1 month ago
Just over 3 years ago, the moderator, Danbp, had the once working code that went straight into your bp-custom.php file:
// deny access to admins profile. User is redirected to the homepage
function bpfr_hide_admins_profile() {
global $bp;
if(bp_is_profile && $bp->displayed_user->id == 1 && $bp->loggedin_user->id != 1) :
wp_redirect( home_url()…[Read more]
@kristianngve
Active 3 years, 6 months ago